mirror of
https://github.com/UberGames/rpgxEF.git
synced 2024-11-13 00:24:06 +00:00
Updated VC project files
This commit is contained in:
parent
cf09000956
commit
a6725bea60
2 changed files with 8 additions and 0 deletions
|
@ -459,6 +459,7 @@
|
||||||
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">WIN32;NDEBUG;_WINDOWS</PreprocessorDefinitions>
|
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">WIN32;NDEBUG;_WINDOWS</PreprocessorDefinitions>
|
||||||
<BrowseInformation Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</BrowseInformation>
|
<BrowseInformation Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</BrowseInformation>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="list.c" />
|
||||||
<ClCompile Include="lua_cent.c" />
|
<ClCompile Include="lua_cent.c" />
|
||||||
<ClCompile Include="lua_cfx.c" />
|
<ClCompile Include="lua_cfx.c" />
|
||||||
<ClCompile Include="lua_refent.c" />
|
<ClCompile Include="lua_refent.c" />
|
||||||
|
@ -475,6 +476,7 @@
|
||||||
<ClInclude Include="fx_local.h" />
|
<ClInclude Include="fx_local.h" />
|
||||||
<ClInclude Include="..\game\q_shared.h" />
|
<ClInclude Include="..\game\q_shared.h" />
|
||||||
<ClInclude Include="..\game\surfaceflags.h" />
|
<ClInclude Include="..\game\surfaceflags.h" />
|
||||||
|
<ClInclude Include="list.h" />
|
||||||
<ClInclude Include="tr_types.h" />
|
<ClInclude Include="tr_types.h" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
|
@ -143,6 +143,9 @@
|
||||||
<ClCompile Include="lua_refent.c">
|
<ClCompile Include="lua_refent.c">
|
||||||
<Filter>Source Files\lua</Filter>
|
<Filter>Source Files\lua</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="list.c">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClInclude Include="..\game\bg_local.h">
|
<ClInclude Include="..\game\bg_local.h">
|
||||||
|
@ -181,6 +184,9 @@
|
||||||
<ClInclude Include="cg_lua.h">
|
<ClInclude Include="cg_lua.h">
|
||||||
<Filter>Header Files</Filter>
|
<Filter>Header Files</Filter>
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
|
<ClInclude Include="list.h">
|
||||||
|
<Filter>Header Files</Filter>
|
||||||
|
</ClInclude>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="cgame.def">
|
<None Include="cgame.def">
|
||||||
|
|
Loading…
Reference in a new issue