testrendertarget_VS2013.vcxproj (14564B)
1<?xml version="1.0" encoding="utf-8"?> 2<Project DefaultTargets="Build" ToolsVersion="12.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> 20 </ItemGroup> 21 <PropertyGroup Label="Globals"> 22 <ProjectName>testrendertarget</ProjectName> 23 <ProjectGuid>{43A06713-A52D-4008-AD7E-A69DF3FCFFA8}</ProjectGuid> 24 <RootNamespace>testrendertarget</RootNamespace> 25 </PropertyGroup> 26 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 27 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 28 <ConfigurationType>Application</ConfigurationType> 29 <UseOfMfc>false</UseOfMfc> 30 <PlatformToolset>v120</PlatformToolset> 31 </PropertyGroup> 32 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 33 <ConfigurationType>Application</ConfigurationType> 34 <UseOfMfc>false</UseOfMfc> 35 <PlatformToolset>v120</PlatformToolset> 36 </PropertyGroup> 37 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 38 <ConfigurationType>Application</ConfigurationType> 39 <UseOfMfc>false</UseOfMfc> 40 <PlatformToolset>v120</PlatformToolset> 41 </PropertyGroup> 42 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 43 <ConfigurationType>Application</ConfigurationType> 44 <UseOfMfc>false</UseOfMfc> 45 <PlatformToolset>v120</PlatformToolset> 46 </PropertyGroup> 47 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 48 <ImportGroup Label="ExtensionSettings"> 49 </ImportGroup> 50 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> 51 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 52 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> 53 </ImportGroup> 54 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> 55 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 56 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> 57 </ImportGroup> 58 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> 59 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 60 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> 61 </ImportGroup> 62 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> 63 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 64 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> 65 </ImportGroup> 66 <PropertyGroup Label="UserMacros" /> 67 <PropertyGroup> 68 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> 69 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\$(Platform)\$(Configuration)\</OutDir> 70 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\$(Platform)\$(Configuration)\</OutDir> 71 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\</IntDir> 72 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\</IntDir> 73 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> 74 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> 75 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\$(Platform)\$(Configuration)\</OutDir> 76 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\$(Platform)\$(Configuration)\</OutDir> 77 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\</IntDir> 78 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</IntDir> 79 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> 80 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> 81 </PropertyGroup> 82 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 83 <Midl> 84 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 85 <MkTypLibCompatible>true</MkTypLibCompatible> 86 <SuppressStartupBanner>true</SuppressStartupBanner> 87 <TargetEnvironment>Win32</TargetEnvironment> 88 </Midl> 89 <ClCompile> 90 <Optimization>Disabled</Optimization> 91 <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 92 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 93 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 94 <PrecompiledHeader> 95 </PrecompiledHeader> 96 <WarningLevel>Level3</WarningLevel> 97 <SuppressStartupBanner>true</SuppressStartupBanner> 98 <DebugInformationFormat>EditAndContinue</DebugInformationFormat> 99 <CompileAs>Default</CompileAs> 100 </ClCompile> 101 <ResourceCompile> 102 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 103 <Culture>0x0409</Culture> 104 </ResourceCompile> 105 <Link> 106 <SuppressStartupBanner>true</SuppressStartupBanner> 107 <GenerateDebugInformation>true</GenerateDebugInformation> 108 <SubSystem>Windows</SubSystem> 109 <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers> 110 </Link> 111 </ItemDefinitionGroup> 112 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 113 <Midl> 114 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 115 <MkTypLibCompatible>true</MkTypLibCompatible> 116 <SuppressStartupBanner>true</SuppressStartupBanner> 117 </Midl> 118 <ClCompile> 119 <Optimization>Disabled</Optimization> 120 <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 121 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 122 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 123 <PrecompiledHeader> 124 </PrecompiledHeader> 125 <WarningLevel>Level3</WarningLevel> 126 <SuppressStartupBanner>true</SuppressStartupBanner> 127 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 128 <CompileAs>Default</CompileAs> 129 </ClCompile> 130 <ResourceCompile> 131 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 132 <Culture>0x0409</Culture> 133 </ResourceCompile> 134 <Link> 135 <SuppressStartupBanner>true</SuppressStartupBanner> 136 <GenerateDebugInformation>true</GenerateDebugInformation> 137 <SubSystem>Windows</SubSystem> 138 <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers> 139 </Link> 140 </ItemDefinitionGroup> 141 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 142 <Midl> 143 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 144 <MkTypLibCompatible>true</MkTypLibCompatible> 145 <SuppressStartupBanner>true</SuppressStartupBanner> 146 <TargetEnvironment>Win32</TargetEnvironment> 147 </Midl> 148 <ClCompile> 149 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> 150 <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 151 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 152 <StringPooling>true</StringPooling> 153 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 154 <FunctionLevelLinking>true</FunctionLevelLinking> 155 <PrecompiledHeader> 156 </PrecompiledHeader> 157 <WarningLevel>Level3</WarningLevel> 158 <SuppressStartupBanner>true</SuppressStartupBanner> 159 <CompileAs>Default</CompileAs> 160 </ClCompile> 161 <ResourceCompile> 162 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 163 <Culture>0x0409</Culture> 164 </ResourceCompile> 165 <Link> 166 <SuppressStartupBanner>true</SuppressStartupBanner> 167 <SubSystem>Windows</SubSystem> 168 </Link> 169 </ItemDefinitionGroup> 170 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 171 <Midl> 172 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 173 <MkTypLibCompatible>true</MkTypLibCompatible> 174 <SuppressStartupBanner>true</SuppressStartupBanner> 175 </Midl> 176 <ClCompile> 177 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> 178 <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 179 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 180 <StringPooling>true</StringPooling> 181 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 182 <FunctionLevelLinking>true</FunctionLevelLinking> 183 <PrecompiledHeader> 184 </PrecompiledHeader> 185 <WarningLevel>Level3</WarningLevel> 186 <SuppressStartupBanner>true</SuppressStartupBanner> 187 <CompileAs>Default</CompileAs> 188 </ClCompile> 189 <ResourceCompile> 190 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 191 <Culture>0x0409</Culture> 192 </ResourceCompile> 193 <Link> 194 <SuppressStartupBanner>true</SuppressStartupBanner> 195 <SubSystem>Windows</SubSystem> 196 </Link> 197 </ItemDefinitionGroup> 198 <ItemGroup> 199 <ClCompile Include="..\..\..\test\testrendertarget.c" /> 200 </ItemGroup> 201 <ItemGroup> 202 <ProjectReference Include="..\..\SDLmain\SDLmain_VS2013.vcxproj"> 203 <Project>{da956fd3-e142-46f2-9dd5-c78bebb56b7a}</Project> 204 </ProjectReference> 205 <ProjectReference Include="..\..\SDLtest\SDLtest_VS2013.vcxproj"> 206 <Project>{da956fd3-e143-46f2-9fe5-c77bebc56b1a}</Project> 207 </ProjectReference> 208 <ProjectReference Include="..\..\SDL\SDL_VS2013.vcxproj"> 209 <Project>{81ce8daf-ebb2-4761-8e45-b71abcca8c68}</Project> 210 </ProjectReference> 211 </ItemGroup> 212 <ItemGroup> 213 <CustomBuild Include="..\..\..\test\icon.bmp"> 214 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy %(FullPath) $(ProjectDir)\</Command> 215 <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Copying %(Filename)%(Extension)</Message> 216 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(ProjectDir)\%(Filename)%(Extension)</Outputs> 217 <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">copy %(FullPath) $(ProjectDir)\</Command> 218 <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Copying %(Filename)%(Extension)</Message> 219 <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(ProjectDir)\%(Filename)%(Extension)</Outputs> 220 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy %(FullPath) $(ProjectDir)\</Command> 221 <Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Copying %(Filename)%(Extension)</Message> 222 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(ProjectDir)\%(Filename)%(Extension)</Outputs> 223 <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">copy %(FullPath) $(ProjectDir)\</Command> 224 <Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Copying %(Filename)%(Extension)</Message> 225 <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(ProjectDir)\%(Filename)%(Extension)</Outputs> 226 </CustomBuild> 227 <CustomBuild Include="..\..\..\test\sample.bmp"> 228 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy %(FullPath) $(ProjectDir)\</Command> 229 <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Copying %(Filename)%(Extension)</Message> 230 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(ProjectDir)\%(Filename)%(Extension)</Outputs> 231 <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">copy %(FullPath) $(ProjectDir)\</Command> 232 <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Copying %(Filename)%(Extension)</Message> 233 <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(ProjectDir)\%(Filename)%(Extension)</Outputs> 234 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy %(FullPath) $(ProjectDir)\</Command> 235 <Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Copying %(Filename)%(Extension)</Message> 236 <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(ProjectDir)\%(Filename)%(Extension)</Outputs> 237 <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">copy %(FullPath) $(ProjectDir)\</Command> 238 <Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Copying %(Filename)%(Extension)</Message> 239 <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(ProjectDir)\%(Filename)%(Extension)</Outputs> 240 </CustomBuild> 241 </ItemGroup> 242 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 243 <ImportGroup Label="ExtensionTargets"> 244 </ImportGroup> 245</Project>