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+ <PropertyGroup Label =" Globals" >
22+ <VCProjectVersion >18.0</VCProjectVersion >
23+ <Keyword >Win32Proj</Keyword >
24+ <ProjectGuid >{61bde243-1a60-4e1e-a0dd-fd2b33bb4fd4}</ProjectGuid >
25+ <RootNamespace >WSCReal09WorldSnookerChampionshipFOVFix</RootNamespace >
26+ <WindowsTargetPlatformVersion >10.0.26100.0</WindowsTargetPlatformVersion >
27+ </PropertyGroup >
28+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
29+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
30+ <ConfigurationType >Application</ConfigurationType >
31+ <UseDebugLibraries >true</UseDebugLibraries >
32+ <PlatformToolset >v145</PlatformToolset >
33+ <CharacterSet >Unicode</CharacterSet >
34+ </PropertyGroup >
35+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
36+ <ConfigurationType >DynamicLibrary</ConfigurationType >
37+ <UseDebugLibraries >false</UseDebugLibraries >
38+ <PlatformToolset >v145</PlatformToolset >
39+ <WholeProgramOptimization >true</WholeProgramOptimization >
40+ <CharacterSet >Unicode</CharacterSet >
41+ <VCToolsVersion >14.50.35717</VCToolsVersion >
42+ </PropertyGroup >
43+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
44+ <ConfigurationType >Application</ConfigurationType >
45+ <UseDebugLibraries >true</UseDebugLibraries >
46+ <PlatformToolset >v145</PlatformToolset >
47+ <CharacterSet >Unicode</CharacterSet >
48+ </PropertyGroup >
49+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
50+ <ConfigurationType >Application</ConfigurationType >
51+ <UseDebugLibraries >false</UseDebugLibraries >
52+ <PlatformToolset >v145</PlatformToolset >
53+ <WholeProgramOptimization >true</WholeProgramOptimization >
54+ <CharacterSet >Unicode</CharacterSet >
55+ </PropertyGroup >
56+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
57+ <ImportGroup Label =" ExtensionSettings" >
58+ </ImportGroup >
59+ <ImportGroup Label =" Shared" >
60+ </ImportGroup >
61+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
62+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
63+ </ImportGroup >
64+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
65+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
66+ </ImportGroup >
67+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
68+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
69+ </ImportGroup >
70+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
71+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
72+ </ImportGroup >
73+ <PropertyGroup Label =" UserMacros" />
74+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
75+ <TargetExt >.asi</TargetExt >
76+ <IncludePath >..\external\inipp;..\external\safetyhook;..\external\spdlog\include;..\includes;$(IncludePath)</IncludePath >
77+ </PropertyGroup >
78+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
79+ <ClCompile >
80+ <WarningLevel >Level3</WarningLevel >
81+ <SDLCheck >true</SDLCheck >
82+ <PreprocessorDefinitions >WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
83+ <ConformanceMode >true</ConformanceMode >
84+ <LanguageStandard >stdcpp20</LanguageStandard >
85+ </ClCompile >
86+ <Link >
87+ <SubSystem >Console</SubSystem >
88+ <GenerateDebugInformation >true</GenerateDebugInformation >
89+ </Link >
90+ </ItemDefinitionGroup >
91+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
92+ <ClCompile >
93+ <WarningLevel >Level3</WarningLevel >
94+ <FunctionLevelLinking >true</FunctionLevelLinking >
95+ <IntrinsicFunctions >true</IntrinsicFunctions >
96+ <SDLCheck >true</SDLCheck >
97+ <PreprocessorDefinitions >WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
98+ <ConformanceMode >true</ConformanceMode >
99+ <LanguageStandard >stdcpplatest</LanguageStandard >
100+ <LanguageStandard_C >stdclatest</LanguageStandard_C >
101+ <DebugInformationFormat >None</DebugInformationFormat >
102+ <RuntimeLibrary >MultiThreaded</RuntimeLibrary >
103+ <AdditionalOptions >/utf-8 %(AdditionalOptions)</AdditionalOptions >
104+ </ClCompile >
105+ <Link >
106+ <SubSystem >Console</SubSystem >
107+ <GenerateDebugInformation >false</GenerateDebugInformation >
108+ <ImageHasSafeExceptionHandlers >false</ImageHasSafeExceptionHandlers >
109+ </Link >
110+ </ItemDefinitionGroup >
111+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
112+ <ClCompile >
113+ <WarningLevel >Level3</WarningLevel >
114+ <SDLCheck >true</SDLCheck >
115+ <PreprocessorDefinitions >_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
116+ <ConformanceMode >true</ConformanceMode >
117+ <LanguageStandard >stdcpp20</LanguageStandard >
118+ </ClCompile >
119+ <Link >
120+ <SubSystem >Console</SubSystem >
121+ <GenerateDebugInformation >true</GenerateDebugInformation >
122+ </Link >
123+ </ItemDefinitionGroup >
124+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
125+ <ClCompile >
126+ <WarningLevel >Level3</WarningLevel >
127+ <FunctionLevelLinking >true</FunctionLevelLinking >
128+ <IntrinsicFunctions >true</IntrinsicFunctions >
129+ <SDLCheck >true</SDLCheck >
130+ <PreprocessorDefinitions >NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
131+ <ConformanceMode >true</ConformanceMode >
132+ <LanguageStandard >stdcpp20</LanguageStandard >
133+ </ClCompile >
134+ <Link >
135+ <SubSystem >Console</SubSystem >
136+ <GenerateDebugInformation >true</GenerateDebugInformation >
137+ </Link >
138+ </ItemDefinitionGroup >
139+ <ItemGroup >
140+ <ClCompile Include =" ..\external\safetyhook\safetyhook.cpp" />
141+ <ClCompile Include =" ..\external\safetyhook\Zydis.c" />
142+ <ClCompile Include =" ..\source\fixes\WSCReal09WorldSnookerChampionshipFOVFix\dllmain.cpp" />
143+ </ItemGroup >
144+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
145+ <ImportGroup Label =" ExtensionTargets" >
146+ </ImportGroup >
147+ </Project >
0 commit comments