|
72 | 72 | </ImportGroup> |
73 | 73 | <PropertyGroup Label="UserMacros" /> |
74 | 74 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
75 | | - <TargetName>cs2scrim</TargetName> |
| 75 | + <TargetName>cs2fixes</TargetName> |
76 | 76 | <LibraryPath>sdk\lib\public\win64;vendor/funchook/lib;$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64)</LibraryPath> |
77 | | - <OutDir>$(SolutionDir)/package/addons/cs2scrim/bin/win64/</OutDir> |
| 77 | + <OutDir>$(SolutionDir)/package/addons/cs2fixes/bin/win64/</OutDir> |
78 | 78 | </PropertyGroup> |
79 | 79 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
80 | | - <TargetName>cs2scrim</TargetName> |
| 80 | + <TargetName>cs2fixes</TargetName> |
81 | 81 | <LibraryPath>sdk\lib\public\win64;vendor/funchook/lib;$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64)</LibraryPath> |
82 | | - <OutDir>$(SolutionDir)/package/addons/cs2scrim/bin/win64/</OutDir> |
| 82 | + <OutDir>$(SolutionDir)/package/addons/cs2fixes/bin/win64/</OutDir> |
83 | 83 | </PropertyGroup> |
84 | 84 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
85 | 85 | <ClCompile> |
|
165 | 165 | </Link> |
166 | 166 | </ItemDefinitionGroup> |
167 | 167 | <ItemGroup> |
| 168 | + <ClCompile Include="sdk\tier1\generichash.cpp" /> |
168 | 169 | <ClCompile Include="src\addresses.cpp" /> |
169 | 170 | <ClCompile Include="src\adminsystem.cpp" /> |
170 | 171 | <ClCompile Include="src\commands.cpp" /> |
|
175 | 176 | <ClCompile Include="src\ctimer.cpp" /> |
176 | 177 | <ClCompile Include="src\cvars.cpp" /> |
177 | 178 | <ClCompile Include="src\detours.cpp" /> |
| 179 | + <ClCompile Include="src\events.cpp" /> |
| 180 | + <ClCompile Include="src\gameconfig.cpp" /> |
178 | 181 | <ClCompile Include="src\mempatch.cpp" /> |
179 | 182 | <ClCompile Include="src\patches.cpp" /> |
180 | 183 | <ClCompile Include="src\playermanager.cpp" /> |
|
206 | 209 | <ClInclude Include="src\cdetour.h" /> |
207 | 210 | <ClInclude Include="src\ctimer.h" /> |
208 | 211 | <ClInclude Include="src\detours.h" /> |
| 212 | + <ClInclude Include="src\eventlistener.h" /> |
209 | 213 | <ClInclude Include="src\mempatch.h" /> |
210 | 214 | <ClInclude Include="src\addresses.h" /> |
211 | 215 | <ClInclude Include="src\playermanager.h" /> |
|
0 commit comments