1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" ToolsVersion =" 4.0" 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+ </ItemGroup >
13+ <PropertyGroup Label =" Globals" >
14+ <ProjectGuid >{C79AB396-1A29-4330-8EF8-31A1A5DD1C01}</ProjectGuid >
15+ <Keyword >Win32Proj</Keyword >
16+ <WindowsTargetPlatformVersion >10.0.16299.0</WindowsTargetPlatformVersion >
17+ <ProjectName >FakeAngleFix</ProjectName >
18+ </PropertyGroup >
19+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
20+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
21+ <ConfigurationType >DynamicLibrary</ConfigurationType >
22+ <UseDebugLibraries >true</UseDebugLibraries >
23+ <CharacterSet >MultiByte</CharacterSet >
24+ <PlatformToolset >v140</PlatformToolset >
25+ </PropertyGroup >
26+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
27+ <ConfigurationType >DynamicLibrary</ConfigurationType >
28+ <UseDebugLibraries >false</UseDebugLibraries >
29+ <PlatformToolset >v140</PlatformToolset >
30+ <CharacterSet >MultiByte</CharacterSet >
31+ </PropertyGroup >
32+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
33+ <ImportGroup Label =" ExtensionSettings" >
34+ </ImportGroup >
35+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
36+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
37+ </ImportGroup >
38+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
39+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
40+ </ImportGroup >
41+ <PropertyGroup Label =" UserMacros" />
42+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
43+ <LinkIncremental >true</LinkIncremental >
44+ </PropertyGroup >
45+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
46+ <LinkIncremental >true</LinkIncremental >
47+ </PropertyGroup >
48+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
49+ <ClCompile >
50+ <PreprocessorDefinitions >WIN32;_DEBUG;_WINDOWS;HOOK_LAG_COMPENSATION;_WINSOCK_DEPRECATED_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions >
51+ <RuntimeLibrary >MultiThreadedDebugDLL</RuntimeLibrary >
52+ <WarningLevel >Level3</WarningLevel >
53+ <DebugInformationFormat >EditAndContinue</DebugInformationFormat >
54+ <Optimization >Disabled</Optimization >
55+ <CallingConvention >Cdecl</CallingConvention >
56+ <AdditionalIncludeDirectories >
57+ </AdditionalIncludeDirectories >
58+ <ObjectFileName >$(IntDir)</ObjectFileName >
59+ <EnableEnhancedInstructionSet >StreamingSIMDExtensions2</EnableEnhancedInstructionSet >
60+ </ClCompile >
61+ <Link >
62+ <TargetMachine >MachineX86</TargetMachine >
63+ <GenerateDebugInformation >true</GenerateDebugInformation >
64+ <SubSystem >Console</SubSystem >
65+ <FullProgramDatabaseFile >true</FullProgramDatabaseFile >
66+ <AssemblyDebug >true</AssemblyDebug >
67+ <AdditionalDependencies >ws2_32.lib;winmm.lib;%(AdditionalDependencies)</AdditionalDependencies >
68+ </Link >
69+ </ItemDefinitionGroup >
70+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
71+ <ClCompile >
72+ <PreprocessorDefinitions >WIN32;NDEBUG;_WINDOWS;HOOK_LAG_COMPENSATION;_WINSOCK_DEPRECATED_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions >
73+ <RuntimeLibrary >MultiThreaded</RuntimeLibrary >
74+ <WarningLevel >Level3</WarningLevel >
75+ <DebugInformationFormat >ProgramDatabase</DebugInformationFormat >
76+ <OmitFramePointers >true</OmitFramePointers >
77+ <InlineFunctionExpansion >AnySuitable</InlineFunctionExpansion >
78+ <FavorSizeOrSpeed >Speed</FavorSizeOrSpeed >
79+ <EnableEnhancedInstructionSet >StreamingSIMDExtensions2</EnableEnhancedInstructionSet >
80+ <RuntimeTypeInfo >false</RuntimeTypeInfo >
81+ <WholeProgramOptimization >true</WholeProgramOptimization >
82+ <StringPooling >true</StringPooling >
83+ <ExceptionHandling >false</ExceptionHandling >
84+ <BufferSecurityCheck >false</BufferSecurityCheck >
85+ <ControlFlowGuard >false</ControlFlowGuard >
86+ <FunctionLevelLinking >true</FunctionLevelLinking >
87+ <EnableParallelCodeGeneration >true</EnableParallelCodeGeneration >
88+ <IntrinsicFunctions >true</IntrinsicFunctions >
89+ </ClCompile >
90+ <Link >
91+ <TargetMachine >MachineX86</TargetMachine >
92+ <GenerateDebugInformation >false</GenerateDebugInformation >
93+ <SubSystem >Console</SubSystem >
94+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
95+ <OptimizeReferences >true</OptimizeReferences >
96+ <LinkTimeCodeGeneration >UseLinkTimeCodeGeneration</LinkTimeCodeGeneration >
97+ <AdditionalDependencies >ws2_32.lib;winmm.lib;%(AdditionalDependencies)</AdditionalDependencies >
98+ </Link >
99+ </ItemDefinitionGroup >
100+ <ItemGroup >
101+ <ClCompile Include =" GameMemory.cpp" />
102+ <ClCompile Include =" main.cpp" />
103+ </ItemGroup >
104+ <ItemGroup >
105+ <ClInclude Include =" GameMemory.h" />
106+ </ItemGroup >
107+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
108+ <ImportGroup Label =" ExtensionTargets" >
109+ </ImportGroup >
110+ </Project >
0 commit comments