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
+ <ItemGroup >
22
+ <ClCompile Include =" ..\..\examples\Benchmark.cpp" />
23
+ </ItemGroup >
24
+ <PropertyGroup Label =" Globals" >
25
+ <ProjectGuid >{7EDA038A-8CCC-492E-8E6F-56782E3A562E}</ProjectGuid >
26
+ <RootNamespace >Example</RootNamespace >
27
+ <WindowsTargetPlatformVersion >8.1</WindowsTargetPlatformVersion >
28
+ </PropertyGroup >
29
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
30
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
31
+ <ConfigurationType >Application</ConfigurationType >
32
+ <UseDebugLibraries >true</UseDebugLibraries >
33
+ <PlatformToolset >v120</PlatformToolset >
34
+ <CharacterSet >MultiByte</CharacterSet >
35
+ </PropertyGroup >
36
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
37
+ <ConfigurationType >Application</ConfigurationType >
38
+ <UseDebugLibraries >false</UseDebugLibraries >
39
+ <PlatformToolset >v120</PlatformToolset >
40
+ <WholeProgramOptimization >true</WholeProgramOptimization >
41
+ <CharacterSet >MultiByte</CharacterSet >
42
+ </PropertyGroup >
43
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
44
+ <ConfigurationType >Application</ConfigurationType >
45
+ <UseDebugLibraries >true</UseDebugLibraries >
46
+ <PlatformToolset >v140</PlatformToolset >
47
+ <CharacterSet >MultiByte</CharacterSet >
48
+ </PropertyGroup >
49
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
50
+ <ConfigurationType >Application</ConfigurationType >
51
+ <UseDebugLibraries >false</UseDebugLibraries >
52
+ <PlatformToolset >v140</PlatformToolset >
53
+ <WholeProgramOptimization >true</WholeProgramOptimization >
54
+ <CharacterSet >MultiByte</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)'=='Debug|Win32'" >
75
+ <OutDir >$(SolutionDir)$(Configuration)\Example\</OutDir >
76
+ <IntDir >$(Configuration)\Example\</IntDir >
77
+ </PropertyGroup >
78
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
79
+ <OutDir >$(SolutionDir)$(Configuration)\Example\</OutDir >
80
+ <IntDir >$(Configuration)\Example\</IntDir >
81
+ </PropertyGroup >
82
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
83
+ <ClCompile >
84
+ <WarningLevel >Level3</WarningLevel >
85
+ <Optimization >Disabled</Optimization >
86
+ <SDLCheck >true</SDLCheck >
87
+ <AdditionalIncludeDirectories >extlibs/include;../../include</AdditionalIncludeDirectories >
88
+ <RuntimeLibrary >MultiThreadedDebugDLL</RuntimeLibrary >
89
+ </ClCompile >
90
+ <Link >
91
+ <AdditionalLibraryDirectories >$(SolutionDir)$(Configuration)\Shared\;extlibs/bin</AdditionalLibraryDirectories >
92
+ <AdditionalDependencies >tmxsfml-d.lib;Box2D-d.lib;sfml-graphics-d.lib;sfml-system-d.lib;sfml-window-d.lib;%(AdditionalDependencies)</AdditionalDependencies >
93
+ <GenerateDebugInformation >true</GenerateDebugInformation >
94
+ </Link >
95
+ </ItemDefinitionGroup >
96
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
97
+ <ClCompile >
98
+ <WarningLevel >Level3</WarningLevel >
99
+ <Optimization >Disabled</Optimization >
100
+ <SDLCheck >true</SDLCheck >
101
+ </ClCompile >
102
+ </ItemDefinitionGroup >
103
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
104
+ <ClCompile >
105
+ <WarningLevel >Level3</WarningLevel >
106
+ <Optimization >MaxSpeed</Optimization >
107
+ <FunctionLevelLinking >true</FunctionLevelLinking >
108
+ <IntrinsicFunctions >true</IntrinsicFunctions >
109
+ <SDLCheck >true</SDLCheck >
110
+ <AdditionalIncludeDirectories >extlibs/include;../../include</AdditionalIncludeDirectories >
111
+ </ClCompile >
112
+ <Link >
113
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
114
+ <OptimizeReferences >true</OptimizeReferences >
115
+ <AdditionalLibraryDirectories >$(SolutionDir)$(Configuration)\Static\;extlibs/bin</AdditionalLibraryDirectories >
116
+ <AdditionalDependencies >Box2D.lib;zlibstat.lib;tmxsfml-s.lib;sfml-system.lib;sfml-graphics.lib;sfml-window.lib;%(AdditionalDependencies)</AdditionalDependencies >
117
+ <GenerateDebugInformation >true</GenerateDebugInformation >
118
+ </Link >
119
+ </ItemDefinitionGroup >
120
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
121
+ <ClCompile >
122
+ <WarningLevel >Level3</WarningLevel >
123
+ <Optimization >MaxSpeed</Optimization >
124
+ <FunctionLevelLinking >true</FunctionLevelLinking >
125
+ <IntrinsicFunctions >true</IntrinsicFunctions >
126
+ <SDLCheck >true</SDLCheck >
127
+ </ClCompile >
128
+ <Link >
129
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
130
+ <OptimizeReferences >true</OptimizeReferences >
131
+ </Link >
132
+ </ItemDefinitionGroup >
133
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
134
+ <ImportGroup Label =" ExtensionTargets" >
135
+ </ImportGroup >
136
+ </Project >
0 commit comments