|
1 | | -<?xml version="1.0" encoding="utf-8"?> |
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <ItemGroup Label="ProjectConfigurations"> |
4 | 4 | <ProjectConfiguration Include="Debug|x64"> |
|
121 | 121 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
122 | 122 | <BufferSecurityCheck>false</BufferSecurityCheck> |
123 | 123 | <ProgramDataBaseFileName /> |
124 | | - <Optimization>Full</Optimization> |
| 124 | + <Optimization>MaxSpeed</Optimization> |
125 | 125 | <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> |
126 | 126 | <OmitFramePointers>true</OmitFramePointers> |
127 | 127 | <EnableParallelCodeGeneration>true</EnableParallelCodeGeneration> |
|
148 | 148 | </Link> |
149 | 149 | </ItemDefinitionGroup> |
150 | 150 | <ItemGroup> |
151 | | - <ClInclude Include="src\game\core\core.h" /> |
152 | | - <ClInclude Include="src\game\config\config.h" /> |
153 | | - <ClInclude Include="src\game\features\tests\tests.h" /> |
154 | | - <ClInclude Include="src\game\features\debug_console\debug_console.h" /> |
| 151 | + <ClInclude Include="library\ini\inicpp.h" /> |
| 152 | + <ClInclude Include="src\core\core.h" /> |
| 153 | + <ClInclude Include="src\config\config.h" /> |
| 154 | + <ClInclude Include="src\features\tests\tests.h" /> |
| 155 | + <ClInclude Include="src\features\debug_console\debug_console.h" /> |
155 | 156 | <ClInclude Include="src\gui\fonts\Roboto_font.h" /> |
156 | | - <ClInclude Include="src\game\features\inspector\inspector.h" /> |
157 | | - <ClInclude Include="src\game\features\assembly_explorer\assembly_explorer.h" /> |
158 | | - <ClInclude Include="src\game\features\inspector\field_editor.h" /> |
| 157 | + <ClInclude Include="src\features\inspector\inspector.h" /> |
| 158 | + <ClInclude Include="src\features\assembly_explorer\assembly_explorer.h" /> |
| 159 | + <ClInclude Include="src\features\inspector\field_editor.h" /> |
159 | 160 | <ClInclude Include="library\xorstr\xorstr.hpp" /> |
160 | | - <ClInclude Include="src\game\helper\helper.h" /> |
161 | | - <ClInclude Include="src\game\hooks\hooks.h" /> |
| 161 | + <ClInclude Include="src\helper\helper.h" /> |
| 162 | + <ClInclude Include="src\hooks\hooks.h" /> |
| 163 | + <ClInclude Include="src\hooks\console_hooks\console_hooks.h" /> |
| 164 | + <ClInclude Include="src\hooks\quit_hooks\quit_hooks.h" /> |
| 165 | + <ClInclude Include="src\hooks\steam_hooks\steam_hooks.h" /> |
162 | 166 | <ClInclude Include="library\console\Console.hpp" /> |
163 | 167 | <ClInclude Include="library\d3d11hook\d3d11hook.hpp" /> |
164 | 168 | <ClInclude Include="library\detours\detours.h" /> |
|
175 | 179 | <ClInclude Include="library\kiero\kiero.h" /> |
176 | 180 | <ClInclude Include="library\unityresolve\UnityResolve.hpp" /> |
177 | 181 | <ClInclude Include="src\gui\menu\menu.h" /> |
| 182 | + <ClInclude Include="src\gui\menu\info_tab\info_tab.h" /> |
| 183 | + <ClInclude Include="src\gui\menu\debug_tab\debug_tab.h" /> |
| 184 | + <ClInclude Include="src\loader\loader.h" /> |
178 | 185 | <ClInclude Include="src\pch\pch.h" /> |
179 | | - <ClInclude Include="src\game\sdk\sdk.h" /> |
180 | 186 | <ClInclude Include="src\gui\window\window.h" /> |
181 | 187 | <ClInclude Include="src\gui\window\window_finder.h" /> |
182 | 188 | <ClInclude Include="src\gui\window\external_overlay.h" /> |
|
216 | 222 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader> |
217 | 223 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader> |
218 | 224 | </ClCompile> |
219 | | - <ClCompile Include="src\game\core\core.cpp" /> |
220 | | - <ClCompile Include="src\game\features\debug_console\debug_console.cpp" /> |
221 | | - <ClCompile Include="src\game\features\assembly_explorer\assembly_explorer.cpp" /> |
222 | | - <ClCompile Include="src\game\features\inspector\inspector_esp.cpp" /> |
223 | | - <ClCompile Include="src\game\features\inspector\field_editor.cpp" /> |
224 | | - <ClCompile Include="src\game\features\inspector\inspector.cpp" /> |
225 | | - <ClCompile Include="src\game\features\inspector\utils.cpp" /> |
226 | | - <ClCompile Include="src\game\features\inspector\hierarchy_window.cpp" /> |
227 | | - <ClCompile Include="src\game\features\inspector\inspector_window.cpp" /> |
228 | | - <ClCompile Include="src\game\features\inspector\invoke_popup.cpp" /> |
229 | | - <ClCompile Include="src\game\features\tests\tests.cpp" /> |
230 | | - <ClCompile Include="src\game\helper\helper.cpp" /> |
231 | | - <ClCompile Include="src\game\hooks\hooks.cpp" /> |
| 225 | + <ClCompile Include="src\core\core.cpp" /> |
| 226 | + <ClCompile Include="src\features\debug_console\debug_console.cpp" /> |
| 227 | + <ClCompile Include="src\features\assembly_explorer\assembly_explorer.cpp" /> |
| 228 | + <ClCompile Include="src\features\inspector\inspector_esp.cpp" /> |
| 229 | + <ClCompile Include="src\features\inspector\field_editor.cpp" /> |
| 230 | + <ClCompile Include="src\features\inspector\inspector.cpp" /> |
| 231 | + <ClCompile Include="src\features\inspector\utils.cpp" /> |
| 232 | + <ClCompile Include="src\features\inspector\hierarchy_window.cpp" /> |
| 233 | + <ClCompile Include="src\features\inspector\inspector_window.cpp" /> |
| 234 | + <ClCompile Include="src\features\inspector\invoke_popup.cpp" /> |
| 235 | + <ClCompile Include="src\features\tests\tests.cpp" /> |
| 236 | + <ClCompile Include="src\helper\helper.cpp" /> |
| 237 | + <ClCompile Include="src\hooks\hooks.cpp" /> |
| 238 | + <ClCompile Include="src\hooks\console_hooks\console_hooks.cpp" /> |
| 239 | + <ClCompile Include="src\hooks\quit_hooks\quit_hooks.cpp" /> |
| 240 | + <ClCompile Include="src\hooks\steam_hooks\steam_hooks.cpp" /> |
232 | 241 | <ClCompile Include="src\gui\menu\menu.cpp" /> |
| 242 | + <ClCompile Include="src\gui\menu\info_tab\info_tab.cpp" /> |
| 243 | + <ClCompile Include="src\gui\menu\debug_tab\debug_tab.cpp" /> |
233 | 244 | <ClCompile Include="src\gui\window\window.cpp" /> |
234 | 245 | <ClCompile Include="src\gui\window\window_finder.cpp" /> |
235 | 246 | <ClCompile Include="src\gui\window\external_overlay.cpp" /> |
236 | 247 | <ClCompile Include="src\gui\window\input_forwarder.cpp" /> |
| 248 | + <ClCompile Include="src\loader\loader.cpp" /> |
237 | 249 | <ClCompile Include="src\pch\pch.cpp"> |
238 | 250 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader> |
239 | 251 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader> |
|
0 commit comments