Skip to content

Commit ff8536d

Browse files
add vcxproj for 253 support
1 parent d90f6f3 commit ff8536d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

iw3xe.vcxproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@
7575
<ClCompile Include="src\game\mp_gscr_fields.cpp" />
7676
<ClCompile Include="src\game\mp_main.cpp" />
7777
<ClCompile Include="src\game\sp_main.cpp" />
78+
<ClCompile Include="src\game\iw3-253\cg_consolecmds.cpp" />
79+
<ClCompile Include="src\game\iw3-253\main.cpp" />
80+
<ClCompile Include="src\game\iw3-253\scr_parser.cpp" />
7881
</ItemGroup>
7982
<ItemGroup>
8083
<ClInclude Include="src\detour.h" />
@@ -85,5 +88,9 @@
8588
<ClInclude Include="src\game\mp_main.h" />
8689
<ClInclude Include="src\game\mp_structs.h" />
8790
<ClInclude Include="src\game\sp_main.h" />
91+
<ClCompile Include="src\game\iw3-253\cg_consolecmds.h" />
92+
<ClCompile Include="src\game\iw3-253\main.h" />
93+
<ClCompile Include="src\game\iw3-253\scr_parser.h" />
94+
<ClCompile Include="src\game\iw3-253\structs.h" />
8895
</ItemGroup>
8996
</Project>

0 commit comments

Comments
 (0)