1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/VisualC/visualtest/unittest/testquit/testquit_VS2012.vcxproj Sun Nov 10 00:32:23 2013 -0500
1.3 @@ -0,0 +1,232 @@
1.4 +<?xml version="1.0" encoding="utf-8"?>
1.5 +<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
1.6 + <ItemGroup Label="ProjectConfigurations">
1.7 + <ProjectConfiguration Include="Debug|Win32">
1.8 + <Configuration>Debug</Configuration>
1.9 + <Platform>Win32</Platform>
1.10 + </ProjectConfiguration>
1.11 + <ProjectConfiguration Include="Debug|x64">
1.12 + <Configuration>Debug</Configuration>
1.13 + <Platform>x64</Platform>
1.14 + </ProjectConfiguration>
1.15 + <ProjectConfiguration Include="Release|Win32">
1.16 + <Configuration>Release</Configuration>
1.17 + <Platform>Win32</Platform>
1.18 + </ProjectConfiguration>
1.19 + <ProjectConfiguration Include="Release|x64">
1.20 + <Configuration>Release</Configuration>
1.21 + <Platform>x64</Platform>
1.22 + </ProjectConfiguration>
1.23 + </ItemGroup>
1.24 + <PropertyGroup Label="Globals">
1.25 + <ProjectName>testquit</ProjectName>
1.26 + <RootNamespace>testquit</RootNamespace>
1.27 + <ProjectGuid>{1D12C737-7C71-45CE-AE2C-AAB47B690BC8}</ProjectGuid>
1.28 + </PropertyGroup>
1.29 + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
1.30 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
1.31 + <ConfigurationType>Application</ConfigurationType>
1.32 + <UseOfMfc>false</UseOfMfc>
1.33 + <PlatformToolset>v110</PlatformToolset>
1.34 + </PropertyGroup>
1.35 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
1.36 + <ConfigurationType>Application</ConfigurationType>
1.37 + <UseOfMfc>false</UseOfMfc>
1.38 + <CharacterSet>MultiByte</CharacterSet>
1.39 + <PlatformToolset>v110</PlatformToolset>
1.40 + </PropertyGroup>
1.41 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
1.42 + <ConfigurationType>Application</ConfigurationType>
1.43 + <UseOfMfc>false</UseOfMfc>
1.44 + <PlatformToolset>v110</PlatformToolset>
1.45 + </PropertyGroup>
1.46 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
1.47 + <ConfigurationType>Application</ConfigurationType>
1.48 + <UseOfMfc>false</UseOfMfc>
1.49 + <PlatformToolset>v110</PlatformToolset>
1.50 + </PropertyGroup>
1.51 + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
1.52 + <ImportGroup Label="ExtensionSettings">
1.53 + </ImportGroup>
1.54 + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
1.55 + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
1.56 + <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
1.57 + </ImportGroup>
1.58 + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
1.59 + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
1.60 + <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
1.61 + </ImportGroup>
1.62 + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
1.63 + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
1.64 + <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
1.65 + </ImportGroup>
1.66 + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
1.67 + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
1.68 + <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
1.69 + </ImportGroup>
1.70 + <PropertyGroup Label="UserMacros" />
1.71 + <PropertyGroup>
1.72 + <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
1.73 + <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\</OutDir>
1.74 + <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</OutDir>
1.75 + <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\</IntDir>
1.76 + <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</IntDir>
1.77 + <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
1.78 + <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
1.79 + <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\</OutDir>
1.80 + <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\</OutDir>
1.81 + <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\</IntDir>
1.82 + <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\</IntDir>
1.83 + <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
1.84 + <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
1.85 + </PropertyGroup>
1.86 + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
1.87 + <Midl>
1.88 + <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
1.89 + <MkTypLibCompatible>true</MkTypLibCompatible>
1.90 + <SuppressStartupBanner>true</SuppressStartupBanner>
1.91 + <TargetEnvironment>Win32</TargetEnvironment>
1.92 + </Midl>
1.93 + <ClCompile>
1.94 + <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
1.95 + <AdditionalIncludeDirectories>..\..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
1.96 + <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
1.97 + <StringPooling>true</StringPooling>
1.98 + <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
1.99 + <FunctionLevelLinking>true</FunctionLevelLinking>
1.100 + <PrecompiledHeader>
1.101 + </PrecompiledHeader>
1.102 + <WarningLevel>Level3</WarningLevel>
1.103 + <SuppressStartupBanner>true</SuppressStartupBanner>
1.104 + <CompileAs>Default</CompileAs>
1.105 + </ClCompile>
1.106 + <ResourceCompile>
1.107 + <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
1.108 + <Culture>0x0409</Culture>
1.109 + </ResourceCompile>
1.110 + <Link>
1.111 + <SuppressStartupBanner>true</SuppressStartupBanner>
1.112 + <SubSystem>Windows</SubSystem>
1.113 + </Link>
1.114 + <PostBuildEvent>
1.115 + <Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL2.dll" "$(TargetDir)\SDL2.dll"</Command>
1.116 + </PostBuildEvent>
1.117 + <PostBuildEvent>
1.118 + <Message>Copy SDL and data files</Message>
1.119 + </PostBuildEvent>
1.120 + </ItemDefinitionGroup>
1.121 + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
1.122 + <Midl>
1.123 + <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
1.124 + <MkTypLibCompatible>true</MkTypLibCompatible>
1.125 + <SuppressStartupBanner>true</SuppressStartupBanner>
1.126 + </Midl>
1.127 + <ClCompile>
1.128 + <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
1.129 + <AdditionalIncludeDirectories>..\..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
1.130 + <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
1.131 + <StringPooling>true</StringPooling>
1.132 + <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
1.133 + <FunctionLevelLinking>true</FunctionLevelLinking>
1.134 + <PrecompiledHeader>
1.135 + </PrecompiledHeader>
1.136 + <WarningLevel>Level3</WarningLevel>
1.137 + <SuppressStartupBanner>true</SuppressStartupBanner>
1.138 + <CompileAs>Default</CompileAs>
1.139 + </ClCompile>
1.140 + <ResourceCompile>
1.141 + <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
1.142 + <Culture>0x0409</Culture>
1.143 + </ResourceCompile>
1.144 + <Link>
1.145 + <SuppressStartupBanner>true</SuppressStartupBanner>
1.146 + <SubSystem>Windows</SubSystem>
1.147 + </Link>
1.148 + <PostBuildEvent>
1.149 + <Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL2.dll" "$(TargetDir)\SDL2.dll"</Command>
1.150 + </PostBuildEvent>
1.151 + <PostBuildEvent>
1.152 + <Message>Copy SDL and data files</Message>
1.153 + </PostBuildEvent>
1.154 + </ItemDefinitionGroup>
1.155 + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
1.156 + <Midl>
1.157 + <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
1.158 + <MkTypLibCompatible>true</MkTypLibCompatible>
1.159 + <SuppressStartupBanner>true</SuppressStartupBanner>
1.160 + <TargetEnvironment>Win32</TargetEnvironment>
1.161 + </Midl>
1.162 + <ClCompile>
1.163 + <Optimization>Disabled</Optimization>
1.164 + <AdditionalIncludeDirectories>..\..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
1.165 + <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
1.166 + <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
1.167 + <PrecompiledHeader>
1.168 + </PrecompiledHeader>
1.169 + <WarningLevel>Level3</WarningLevel>
1.170 + <SuppressStartupBanner>true</SuppressStartupBanner>
1.171 + <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
1.172 + <CompileAs>Default</CompileAs>
1.173 + </ClCompile>
1.174 + <ResourceCompile>
1.175 + <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
1.176 + <Culture>0x0409</Culture>
1.177 + </ResourceCompile>
1.178 + <Link>
1.179 + <SuppressStartupBanner>true</SuppressStartupBanner>
1.180 + <GenerateDebugInformation>true</GenerateDebugInformation>
1.181 + <SubSystem>Windows</SubSystem>
1.182 + </Link>
1.183 + <PostBuildEvent>
1.184 + <Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL2.dll" "$(TargetDir)\SDL2.dll"</Command>
1.185 + </PostBuildEvent>
1.186 + <PostBuildEvent>
1.187 + <Message>Copy SDL and data files</Message>
1.188 + </PostBuildEvent>
1.189 + </ItemDefinitionGroup>
1.190 + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
1.191 + <Midl>
1.192 + <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
1.193 + <MkTypLibCompatible>true</MkTypLibCompatible>
1.194 + <SuppressStartupBanner>true</SuppressStartupBanner>
1.195 + </Midl>
1.196 + <ClCompile>
1.197 + <Optimization>Disabled</Optimization>
1.198 + <AdditionalIncludeDirectories>..\..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
1.199 + <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
1.200 + <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
1.201 + <PrecompiledHeader>
1.202 + </PrecompiledHeader>
1.203 + <WarningLevel>Level3</WarningLevel>
1.204 + <SuppressStartupBanner>true</SuppressStartupBanner>
1.205 + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
1.206 + <CompileAs>Default</CompileAs>
1.207 + </ClCompile>
1.208 + <ResourceCompile>
1.209 + <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
1.210 + <Culture>0x0409</Culture>
1.211 + </ResourceCompile>
1.212 + <Link>
1.213 + <SuppressStartupBanner>true</SuppressStartupBanner>
1.214 + <GenerateDebugInformation>true</GenerateDebugInformation>
1.215 + <SubSystem>Windows</SubSystem>
1.216 + </Link>
1.217 + <PostBuildEvent>
1.218 + <Command>copy "$(SolutionDir)\SDL\$(Platform)\$(Configuration)\SDL2.dll" "$(TargetDir)\SDL2.dll"</Command>
1.219 + </PostBuildEvent>
1.220 + <PostBuildEvent>
1.221 + <Message>Copy SDL and data files</Message>
1.222 + </PostBuildEvent>
1.223 + </ItemDefinitionGroup>
1.224 + <ItemGroup>
1.225 + <ClCompile Include="..\..\..\..\visualtest\unittest\testquit.c" />
1.226 + </ItemGroup>
1.227 + <ItemGroup>
1.228 + <Library Include="..\..\..\SDL\$(Platform)\$(Configuration)\SDL2.lib" />
1.229 + <Library Include="..\..\..\SDLmain\$(Platform)\$(Configuration)\SDL2main.lib" />
1.230 + <Library Include="..\..\..\SDLtest\$(Platform)\$(Configuration)\SDL2test.lib" />
1.231 + </ItemGroup>
1.232 + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
1.233 + <ImportGroup Label="ExtensionTargets">
1.234 + </ImportGroup>
1.235 +</Project>
1.236 \ No newline at end of file