1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <ItemGroup Label =" ProjectConfigurations" >
4+ <ProjectConfiguration Include =" Debug|Win32" >
5+ <Configuration >Debug</Configuration >
6+ <Platform >Win32</Platform >
7+ </ProjectConfiguration >
8+ <ProjectConfiguration Include =" Release|Win32" >
9+ <Configuration >Release</Configuration >
10+ <Platform >Win32</Platform >
11+ </ProjectConfiguration >
12+ <ProjectConfiguration Include =" Debug|x64" >
13+ <Configuration >Debug</Configuration >
14+ <Platform >x64</Platform >
15+ </ProjectConfiguration >
16+ <ProjectConfiguration Include =" Release|x64" >
17+ <Configuration >Release</Configuration >
18+ <Platform >x64</Platform >
19+ </ProjectConfiguration >
20+ </ItemGroup >
21+ <ItemGroup >
22+ <ClCompile Include =" ..\..\src\CleanCheat\**\*.cpp" >
23+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
24+ </ClCompile >
25+ <ClCompile Include =" DataProviders\BasicDataProvider.cpp" />
26+ <ClCompile Include =" Runners\BasicRunner.cpp" />
27+ <ClCompile Include =" Features\BasicFeature.cpp" />
28+ <ClCompile Include =" Features\TestFeature.cpp" />
29+ <ClCompile Include =" Main.cpp" />
30+ <ClCompile Include =" MySharedData.cpp" />
31+ <ClInclude Include =" ..\..\src\CleanCheat\**\*.h" />
32+ <ClInclude Include =" DataProviders\BasicDataProvider.h" />
33+ <ClInclude Include =" Features\BasicFeature.h" />
34+ <ClInclude Include =" Features\TestFeature.h" />
35+ <ClInclude Include =" Runners\BasicRunner.h" />
36+ <ClInclude Include =" MySharedData.h" />
37+ </ItemGroup >
38+ <PropertyGroup Label =" Globals" >
39+ <VCProjectVersion >15.0</VCProjectVersion >
40+ <ProjectGuid >{3E9D758B-0FCA-4D12-817E-F6CC0B6D46DA}</ProjectGuid >
41+ <Keyword >Win32Proj</Keyword >
42+ <RootNamespace >CleanCheat</RootNamespace >
43+ <WindowsTargetPlatformVersion >10.0</WindowsTargetPlatformVersion >
44+ </PropertyGroup >
45+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
46+ <PropertyGroup >
47+ <PreferredToolArchitecture >x64</PreferredToolArchitecture >
48+ </PropertyGroup >
49+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
50+ <UseDebugLibraries >true</UseDebugLibraries >
51+ <PlatformToolset >v143</PlatformToolset >
52+ <CharacterSet >Unicode</CharacterSet >
53+ </PropertyGroup >
54+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
55+ <UseDebugLibraries >false</UseDebugLibraries >
56+ <PlatformToolset >v143</PlatformToolset >
57+ <WholeProgramOptimization >true</WholeProgramOptimization >
58+ <CharacterSet >Unicode</CharacterSet >
59+ </PropertyGroup >
60+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
61+ <ConfigurationType >Application</ConfigurationType >
62+ <UseDebugLibraries >true</UseDebugLibraries >
63+ <PlatformToolset >v143</PlatformToolset >
64+ <CharacterSet >Unicode</CharacterSet >
65+ </PropertyGroup >
66+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
67+ <UseDebugLibraries >false</UseDebugLibraries >
68+ <PlatformToolset >v143</PlatformToolset >
69+ <WholeProgramOptimization >true</WholeProgramOptimization >
70+ <CharacterSet >Unicode</CharacterSet >
71+ </PropertyGroup >
72+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
73+ <ImportGroup Label =" ExtensionSettings" >
74+ </ImportGroup >
75+ <ImportGroup Label =" Shared" >
76+ </ImportGroup >
77+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
78+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
79+ </ImportGroup >
80+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
81+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
82+ </ImportGroup >
83+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
84+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
85+ </ImportGroup >
86+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
87+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
88+ </ImportGroup >
89+ <PropertyGroup Label =" UserMacros" />
90+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
91+ <LinkIncremental >true</LinkIncremental >
92+ </PropertyGroup >
93+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
94+ <LinkIncremental >true</LinkIncremental >
95+ <SourcePath >$(VC_SourcePath);$(SolutionDir)src\</SourcePath >
96+ </PropertyGroup >
97+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
98+ <LinkIncremental >false</LinkIncremental >
99+ </PropertyGroup >
100+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
101+ <LinkIncremental >false</LinkIncremental >
102+ </PropertyGroup >
103+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
104+ <ClCompile >
105+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
106+ <WarningLevel >Level3</WarningLevel >
107+ <Optimization >Disabled</Optimization >
108+ <SDLCheck >true</SDLCheck >
109+ <PreprocessorDefinitions >WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
110+ <ConformanceMode >true</ConformanceMode >
111+ <PrecompiledHeaderFile >pch.h</PrecompiledHeaderFile >
112+ <AdditionalIncludeDirectories >$(ProjectDir);$(SolutionDir)src\;</AdditionalIncludeDirectories >
113+ <LanguageStandard >stdcpp17</LanguageStandard >
114+ </ClCompile >
115+ <Link >
116+ <SubSystem >Console</SubSystem >
117+ <GenerateDebugInformation >true</GenerateDebugInformation >
118+ </Link >
119+ </ItemDefinitionGroup >
120+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
121+ <ClCompile >
122+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
123+ <WarningLevel >Level3</WarningLevel >
124+ <Optimization >Disabled</Optimization >
125+ <SDLCheck >true</SDLCheck >
126+ <PreprocessorDefinitions >_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
127+ <ConformanceMode >true</ConformanceMode >
128+ <PrecompiledHeaderFile >pch.h</PrecompiledHeaderFile >
129+ <AdditionalIncludeDirectories >$(ProjectDir);$(SolutionDir)src\;</AdditionalIncludeDirectories >
130+ <LanguageStandard >stdcpp17</LanguageStandard >
131+ </ClCompile >
132+ <Link >
133+ <SubSystem >Console</SubSystem >
134+ <GenerateDebugInformation >true</GenerateDebugInformation >
135+ <AdditionalOptions ></AdditionalOptions >
136+ </Link >
137+ </ItemDefinitionGroup >
138+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
139+ <ClCompile >
140+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
141+ <WarningLevel >Level3</WarningLevel >
142+ <Optimization >MaxSpeed</Optimization >
143+ <FunctionLevelLinking >true</FunctionLevelLinking >
144+ <IntrinsicFunctions >true</IntrinsicFunctions >
145+ <SDLCheck >true</SDLCheck >
146+ <PreprocessorDefinitions >WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
147+ <ConformanceMode >true</ConformanceMode >
148+ <PrecompiledHeaderFile >pch.h</PrecompiledHeaderFile >
149+ <AdditionalIncludeDirectories >$(ProjectDir);$(SolutionDir)src\;</AdditionalIncludeDirectories >
150+ <LanguageStandard >stdcpp17</LanguageStandard >
151+ </ClCompile >
152+ <Link >
153+ <SubSystem >Console</SubSystem >
154+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
155+ <OptimizeReferences >true</OptimizeReferences >
156+ <GenerateDebugInformation >true</GenerateDebugInformation >
157+ </Link >
158+ </ItemDefinitionGroup >
159+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
160+ <ClCompile >
161+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
162+ <WarningLevel >Level3</WarningLevel >
163+ <Optimization >MaxSpeed</Optimization >
164+ <FunctionLevelLinking >true</FunctionLevelLinking >
165+ <IntrinsicFunctions >true</IntrinsicFunctions >
166+ <SDLCheck >true</SDLCheck >
167+ <PreprocessorDefinitions >NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
168+ <ConformanceMode >true</ConformanceMode >
169+ <PrecompiledHeaderFile >pch.h</PrecompiledHeaderFile >
170+ <AdditionalIncludeDirectories >$(ProjectDir);$(SolutionDir)src\;</AdditionalIncludeDirectories >
171+ <LanguageStandard >stdcpp17</LanguageStandard >
172+ </ClCompile >
173+ <Link >
174+ <SubSystem >Console</SubSystem >
175+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
176+ <OptimizeReferences >true</OptimizeReferences >
177+ <GenerateDebugInformation >true</GenerateDebugInformation >
178+ </Link >
179+ </ItemDefinitionGroup >
180+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
181+ <ImportGroup Label =" ExtensionTargets" >
182+ </ImportGroup >
183+ </Project >
0 commit comments