mirror of
https://github.com/UberGames/rpgxEF.git
synced 2024-11-10 07:11:34 +00:00
Added missing files to project
This commit is contained in:
parent
8275080a34
commit
6fdbc08b04
2 changed files with 8 additions and 0 deletions
|
@ -457,6 +457,7 @@
|
|||
<ClCompile Include="lundump.c" />
|
||||
<ClCompile Include="lvm.c" />
|
||||
<ClCompile Include="lzio.c" />
|
||||
<ClCompile Include="md5.c" />
|
||||
<ClCompile Include="q_math.c">
|
||||
<Optimization Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Disabled</Optimization>
|
||||
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">WIN32;_DEBUG;_WINDOWS;DEBUG;QAGAME</PreprocessorDefinitions>
|
||||
|
@ -531,6 +532,7 @@
|
|||
<ClInclude Include="lvm.h" />
|
||||
<ClInclude Include="lzio.h" />
|
||||
<ClInclude Include="match.h" />
|
||||
<ClInclude Include="md5.h" />
|
||||
<ClInclude Include="q_shared.h" />
|
||||
<ClInclude Include="surfaceflags.h" />
|
||||
<ClInclude Include="syn.h" />
|
||||
|
|
|
@ -279,6 +279,9 @@
|
|||
<ClCompile Include="list.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="md5.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="ai_chat.h">
|
||||
|
@ -461,6 +464,9 @@
|
|||
<ClInclude Include="g_cinematic.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="md5.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="game.def">
|
||||
|
|
Loading…
Reference in a new issue