testdraw2_VS2010.vcxproj (11399B)
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> 20 </ItemGroup> 21 <PropertyGroup Label="Globals"> 22 <ProjectName>testdraw2</ProjectName> 23 <RootNamespace>testdraw2</RootNamespace> 24 <ProjectGuid>{8682FE1E-0CF6-4EDD-9BB5-1733D8C8B4DF}</ProjectGuid> 25 </PropertyGroup> 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 </PropertyGroup> 31 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 32 <ConfigurationType>Application</ConfigurationType> 33 <UseOfMfc>false</UseOfMfc> 34 <CharacterSet>MultiByte</CharacterSet> 35 </PropertyGroup> 36 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 37 <ConfigurationType>Application</ConfigurationType> 38 <UseOfMfc>false</UseOfMfc> 39 </PropertyGroup> 40 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 41 <ConfigurationType>Application</ConfigurationType> 42 <UseOfMfc>false</UseOfMfc> 43 </PropertyGroup> 44 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 45 <ImportGroup Label="ExtensionSettings"> 46 </ImportGroup> 47 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> 48 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 49 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> 50 </ImportGroup> 51 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" 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" /> 54 </ImportGroup> 55 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" 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" /> 58 </ImportGroup> 59 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" 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" /> 62 </ImportGroup> 63 <PropertyGroup Label="UserMacros" /> 64 <PropertyGroup> 65 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> 66 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\$(Platform)\$(Configuration)\</OutDir> 67 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\$(Platform)\$(Configuration)\</OutDir> 68 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\</IntDir> 69 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</IntDir> 70 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> 71 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> 72 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\$(Platform)\$(Configuration)\</OutDir> 73 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\$(Platform)\$(Configuration)\</OutDir> 74 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\</IntDir> 75 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\</IntDir> 76 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> 77 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> 78 </PropertyGroup> 79 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 80 <Midl> 81 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 82 <MkTypLibCompatible>true</MkTypLibCompatible> 83 <SuppressStartupBanner>true</SuppressStartupBanner> 84 <TargetEnvironment>Win32</TargetEnvironment> 85 </Midl> 86 <ClCompile> 87 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> 88 <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 89 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 90 <StringPooling>true</StringPooling> 91 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 92 <FunctionLevelLinking>true</FunctionLevelLinking> 93 <PrecompiledHeader> 94 </PrecompiledHeader> 95 <WarningLevel>Level3</WarningLevel> 96 <SuppressStartupBanner>true</SuppressStartupBanner> 97 <CompileAs>Default</CompileAs> 98 </ClCompile> 99 <ResourceCompile> 100 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 101 <Culture>0x0409</Culture> 102 </ResourceCompile> 103 <Link> 104 <SuppressStartupBanner>true</SuppressStartupBanner> 105 <SubSystem>Windows</SubSystem> 106 </Link> 107 </ItemDefinitionGroup> 108 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 109 <Midl> 110 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 111 <MkTypLibCompatible>true</MkTypLibCompatible> 112 <SuppressStartupBanner>true</SuppressStartupBanner> 113 </Midl> 114 <ClCompile> 115 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> 116 <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 117 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 118 <StringPooling>true</StringPooling> 119 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 120 <FunctionLevelLinking>true</FunctionLevelLinking> 121 <PrecompiledHeader> 122 </PrecompiledHeader> 123 <WarningLevel>Level3</WarningLevel> 124 <SuppressStartupBanner>true</SuppressStartupBanner> 125 <CompileAs>Default</CompileAs> 126 </ClCompile> 127 <ResourceCompile> 128 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 129 <Culture>0x0409</Culture> 130 </ResourceCompile> 131 <Link> 132 <SuppressStartupBanner>true</SuppressStartupBanner> 133 <SubSystem>Windows</SubSystem> 134 </Link> 135 </ItemDefinitionGroup> 136 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 137 <Midl> 138 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 139 <MkTypLibCompatible>true</MkTypLibCompatible> 140 <SuppressStartupBanner>true</SuppressStartupBanner> 141 <TargetEnvironment>Win32</TargetEnvironment> 142 </Midl> 143 <ClCompile> 144 <Optimization>Disabled</Optimization> 145 <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 146 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 147 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 148 <PrecompiledHeader> 149 </PrecompiledHeader> 150 <WarningLevel>Level3</WarningLevel> 151 <SuppressStartupBanner>true</SuppressStartupBanner> 152 <DebugInformationFormat>EditAndContinue</DebugInformationFormat> 153 <CompileAs>Default</CompileAs> 154 </ClCompile> 155 <ResourceCompile> 156 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 157 <Culture>0x0409</Culture> 158 </ResourceCompile> 159 <Link> 160 <SuppressStartupBanner>true</SuppressStartupBanner> 161 <GenerateDebugInformation>true</GenerateDebugInformation> 162 <SubSystem>Windows</SubSystem> 163 <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers> 164 </Link> 165 </ItemDefinitionGroup> 166 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 167 <Midl> 168 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 169 <MkTypLibCompatible>true</MkTypLibCompatible> 170 <SuppressStartupBanner>true</SuppressStartupBanner> 171 </Midl> 172 <ClCompile> 173 <Optimization>Disabled</Optimization> 174 <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 175 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 176 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 177 <PrecompiledHeader> 178 </PrecompiledHeader> 179 <WarningLevel>Level3</WarningLevel> 180 <SuppressStartupBanner>true</SuppressStartupBanner> 181 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 182 <CompileAs>Default</CompileAs> 183 </ClCompile> 184 <ResourceCompile> 185 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 186 <Culture>0x0409</Culture> 187 </ResourceCompile> 188 <Link> 189 <SuppressStartupBanner>true</SuppressStartupBanner> 190 <GenerateDebugInformation>true</GenerateDebugInformation> 191 <SubSystem>Windows</SubSystem> 192 <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers> 193 </Link> 194 </ItemDefinitionGroup> 195 <ItemGroup> 196 <ClCompile Include="..\..\..\test\testdraw2.c" /> 197 </ItemGroup> 198 <ItemGroup> 199 <ProjectReference Include="..\..\SDLmain\SDLmain_VS2010.vcxproj"> 200 <Project>{da956fd3-e142-46f2-9dd5-c78bebb56b7a}</Project> 201 </ProjectReference> 202 <ProjectReference Include="..\..\SDLtest\SDLtest_VS2010.vcxproj"> 203 <Project>{da956fd3-e143-46f2-9fe5-c77bebc56b1a}</Project> 204 </ProjectReference> 205 <ProjectReference Include="..\..\SDL\SDL_VS2010.vcxproj"> 206 <Project>{81ce8daf-ebb2-4761-8e45-b71abcca8c68}</Project> 207 </ProjectReference> 208 </ItemGroup> 209 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 210 <ImportGroup Label="ExtensionTargets"> 211 </ImportGroup> 212</Project>