1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project DefaultTargets =" Build" ToolsVersion =" 14.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
+ <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
+ <ProjectGuid >{9A08611A-3ABD-496C-B236-5897A31CC573}</ProjectGuid >
23
+ <RootNamespace >NullX</RootNamespace >
24
+ <WindowsTargetPlatformVersion >8.1</WindowsTargetPlatformVersion >
25
+ </PropertyGroup >
26
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
27
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
28
+ <ConfigurationType >StaticLibrary</ConfigurationType >
29
+ <UseDebugLibraries >true</UseDebugLibraries >
30
+ <PlatformToolset >v140</PlatformToolset >
31
+ <CharacterSet >MultiByte</CharacterSet >
32
+ </PropertyGroup >
33
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
34
+ <ConfigurationType >StaticLibrary</ConfigurationType >
35
+ <UseDebugLibraries >false</UseDebugLibraries >
36
+ <PlatformToolset >v140</PlatformToolset >
37
+ <WholeProgramOptimization >true</WholeProgramOptimization >
38
+ <CharacterSet >MultiByte</CharacterSet >
39
+ </PropertyGroup >
40
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
41
+ <ConfigurationType >StaticLibrary</ConfigurationType >
42
+ <UseDebugLibraries >true</UseDebugLibraries >
43
+ <PlatformToolset >v140</PlatformToolset >
44
+ <CharacterSet >MultiByte</CharacterSet >
45
+ </PropertyGroup >
46
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
47
+ <ConfigurationType >StaticLibrary</ConfigurationType >
48
+ <UseDebugLibraries >false</UseDebugLibraries >
49
+ <PlatformToolset >v140</PlatformToolset >
50
+ <WholeProgramOptimization >true</WholeProgramOptimization >
51
+ <CharacterSet >MultiByte</CharacterSet >
52
+ </PropertyGroup >
53
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
54
+ <ImportGroup Label =" ExtensionSettings" >
55
+ </ImportGroup >
56
+ <ImportGroup Label =" Shared" >
57
+ </ImportGroup >
58
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
59
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
60
+ </ImportGroup >
61
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|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)'=='Debug|x64'" >
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)'=='Release|x64'" >
68
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
69
+ </ImportGroup >
70
+ <PropertyGroup Label =" UserMacros" />
71
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
72
+ <OutDir >$(ProjectDir)build\Debug\</OutDir >
73
+ <IntDir >$(ProjectDir)debug\Debug\</IntDir >
74
+ <TargetName >$(ProjectName)32</TargetName >
75
+ <TargetExt >.lib</TargetExt >
76
+ <IncludePath >$(ProjectDir)include\;$(IncludePath)</IncludePath >
77
+ <SourcePath >$(ProjectDir)src\;$(SourcePath)</SourcePath >
78
+ </PropertyGroup >
79
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
80
+ <IncludePath >$(ProjectDir)include\;$(IncludePath)</IncludePath >
81
+ <SourcePath >$(ProjectDir)src\;$(SourcePath)</SourcePath >
82
+ <OutDir >$(ProjectDir)build\Release\</OutDir >
83
+ <IntDir >$(ProjectDir)debug\Release\</IntDir >
84
+ <TargetName >$(ProjectName)32</TargetName >
85
+ <TargetExt >.lib</TargetExt >
86
+ </PropertyGroup >
87
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
88
+ <IncludePath >$(ProjectDir)include\;$(IncludePath)</IncludePath >
89
+ <SourcePath >$(ProjectDir)src\;$(SourcePath)</SourcePath >
90
+ <OutDir >$(ProjectDir)build\Debug\</OutDir >
91
+ <IntDir >$(ProjectDir)\debug\x64\Debug\</IntDir >
92
+ <TargetExt >.lib</TargetExt >
93
+ </PropertyGroup >
94
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
95
+ <IncludePath >$(ProjectDir)include\;$(IncludePath)</IncludePath >
96
+ <SourcePath >$(ProjectDir)src\;$(SourcePath)</SourcePath >
97
+ <OutDir >$(ProjectDir)build\Release\</OutDir >
98
+ <IntDir >$(ProjectDir)debug\x64\Release\</IntDir >
99
+ <TargetExt >.lib</TargetExt >
100
+ </PropertyGroup >
101
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
102
+ <ClCompile >
103
+ <WarningLevel >Level3</WarningLevel >
104
+ <Optimization >Disabled</Optimization >
105
+ <SDLCheck >true</SDLCheck >
106
+ </ClCompile >
107
+ </ItemDefinitionGroup >
108
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
109
+ <ClCompile >
110
+ <WarningLevel >Level3</WarningLevel >
111
+ <Optimization >Disabled</Optimization >
112
+ <SDLCheck >true</SDLCheck >
113
+ </ClCompile >
114
+ </ItemDefinitionGroup >
115
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
116
+ <ClCompile >
117
+ <WarningLevel >Level3</WarningLevel >
118
+ <Optimization >MaxSpeed</Optimization >
119
+ <FunctionLevelLinking >true</FunctionLevelLinking >
120
+ <IntrinsicFunctions >true</IntrinsicFunctions >
121
+ <SDLCheck >true</SDLCheck >
122
+ </ClCompile >
123
+ <Link >
124
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
125
+ <OptimizeReferences >true</OptimizeReferences >
126
+ </Link >
127
+ </ItemDefinitionGroup >
128
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
129
+ <ClCompile >
130
+ <WarningLevel >Level3</WarningLevel >
131
+ <Optimization >MaxSpeed</Optimization >
132
+ <FunctionLevelLinking >true</FunctionLevelLinking >
133
+ <IntrinsicFunctions >true</IntrinsicFunctions >
134
+ <SDLCheck >true</SDLCheck >
135
+ </ClCompile >
136
+ <Link >
137
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
138
+ <OptimizeReferences >true</OptimizeReferences >
139
+ </Link >
140
+ </ItemDefinitionGroup >
141
+ <ItemGroup >
142
+ <ClInclude Include =" include\NullX.h" />
143
+ </ItemGroup >
144
+ <ItemGroup >
145
+ <ClCompile Include =" src\Vector2.cpp" />
146
+ </ItemGroup >
147
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
148
+ <ImportGroup Label =" ExtensionTargets" >
149
+ </ImportGroup >
150
+ </Project >
0 commit comments