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="Debug|x64">
9 <Configuration>Debug</Configuration>
10 <Platform>x64</Platform>
11 </ProjectConfiguration>
12 <ProjectConfiguration Include="Release|Win32">
13 <Configuration>Release</Configuration>
14 <Platform>Win32</Platform>
15 </ProjectConfiguration>
16 <ProjectConfiguration Include="Release|x64">
17 <Configuration>Release</Configuration>
18 <Platform>x64</Platform>
19 </ProjectConfiguration>
21 <PropertyGroup Label="Globals">
22 <ProjectName>testquit</ProjectName>
23 <RootNamespace>testquit</RootNamespace>
24 <ProjectGuid>{1D12C737-7C71-45CE-AE2C-AAB47B690BC8}</ProjectGuid>
26 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
27 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
28 <ConfigurationType>Application</ConfigurationType>
29 <UseOfMfc>false</UseOfMfc>
30 <PlatformToolset>v110</PlatformToolset>
32 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
33 <ConfigurationType>Application</ConfigurationType>
34 <UseOfMfc>false</UseOfMfc>
35 <CharacterSet>MultiByte</CharacterSet>
36 <PlatformToolset>v110</PlatformToolset>
38 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
39 <ConfigurationType>Application</ConfigurationType>
40 <UseOfMfc>false</UseOfMfc>
41 <PlatformToolset>v110</PlatformToolset>
43 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
44 <ConfigurationType>Application</ConfigurationType>
45 <UseOfMfc>false</UseOfMfc>
46 <PlatformToolset>v110</PlatformToolset>
48 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
49 <ImportGroup Label="ExtensionSettings">
51 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
52 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
53 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
55 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
56 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
57 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
59 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
60 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
61 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
63 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
64 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
65 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
67 <PropertyGroup Label="UserMacros" />
69 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
70 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\$(Platform)\$(Configuration)\</OutDir>
71 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\$(Platform)\$(Configuration)\</OutDir>
72 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\</IntDir>
73 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</IntDir>
74 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
75 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
76 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\$(Platform)\$(Configuration)\</OutDir>
77 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\$(Platform)\$(Configuration)\</OutDir>
78 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\</IntDir>
79 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\</IntDir>
80 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
81 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
83 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
85 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
86 <MkTypLibCompatible>true</MkTypLibCompatible>
87 <SuppressStartupBanner>true</SuppressStartupBanner>
88 <TargetEnvironment>Win32</TargetEnvironment>
91 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
92 <AdditionalIncludeDirectories>..\..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
93 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
94 <StringPooling>true</StringPooling>
95 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
96 <FunctionLevelLinking>true</FunctionLevelLinking>
99 <WarningLevel>Level3</WarningLevel>
100 <SuppressStartupBanner>true</SuppressStartupBanner>
101 <CompileAs>Default</CompileAs>
104 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
105 <Culture>0x0409</Culture>
108 <SuppressStartupBanner>true</SuppressStartupBanner>
109 <SubSystem>Windows</SubSystem>
111 </ItemDefinitionGroup>
112 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
114 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
115 <MkTypLibCompatible>true</MkTypLibCompatible>
116 <SuppressStartupBanner>true</SuppressStartupBanner>
119 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
120 <AdditionalIncludeDirectories>..\..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
121 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
122 <StringPooling>true</StringPooling>
123 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
124 <FunctionLevelLinking>true</FunctionLevelLinking>
127 <WarningLevel>Level3</WarningLevel>
128 <SuppressStartupBanner>true</SuppressStartupBanner>
129 <CompileAs>Default</CompileAs>
132 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
133 <Culture>0x0409</Culture>
136 <SuppressStartupBanner>true</SuppressStartupBanner>
137 <SubSystem>Windows</SubSystem>
139 </ItemDefinitionGroup>
140 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
142 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
143 <MkTypLibCompatible>true</MkTypLibCompatible>
144 <SuppressStartupBanner>true</SuppressStartupBanner>
145 <TargetEnvironment>Win32</TargetEnvironment>
148 <Optimization>Disabled</Optimization>
149 <AdditionalIncludeDirectories>..\..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
150 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
151 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
154 <WarningLevel>Level3</WarningLevel>
155 <SuppressStartupBanner>true</SuppressStartupBanner>
156 <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
157 <CompileAs>Default</CompileAs>
160 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
161 <Culture>0x0409</Culture>
164 <SuppressStartupBanner>true</SuppressStartupBanner>
165 <GenerateDebugInformation>true</GenerateDebugInformation>
166 <SubSystem>Windows</SubSystem>
167 <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
169 </ItemDefinitionGroup>
170 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
172 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
173 <MkTypLibCompatible>true</MkTypLibCompatible>
174 <SuppressStartupBanner>true</SuppressStartupBanner>
177 <Optimization>Disabled</Optimization>
178 <AdditionalIncludeDirectories>..\..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
179 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
180 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
183 <WarningLevel>Level3</WarningLevel>
184 <SuppressStartupBanner>true</SuppressStartupBanner>
185 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
186 <CompileAs>Default</CompileAs>
189 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
190 <Culture>0x0409</Culture>
193 <SuppressStartupBanner>true</SuppressStartupBanner>
194 <GenerateDebugInformation>true</GenerateDebugInformation>
195 <SubSystem>Windows</SubSystem>
196 <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
198 </ItemDefinitionGroup>
200 <ClCompile Include="..\..\..\..\visualtest\unittest\testquit.c" />
203 <ProjectReference Include="..\..\..\SDLmain\SDLmain_VS2012.vcxproj">
204 <Project>{da956fd3-e142-46f2-9dd5-c78bebb56b7a}</Project>
206 <ProjectReference Include="..\..\..\SDLtest\SDLtest_VS2012.vcxproj">
207 <Project>{da956fd3-e143-46f2-9fe5-c77bebc56b1a}</Project>
209 <ProjectReference Include="..\..\..\SDL\SDL_VS2012.vcxproj">
210 <Project>{81ce8daf-ebb2-4761-8e45-b71abcca8c68}</Project>
213 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
214 <ImportGroup Label="ExtensionTargets">