checkkeys_VS2013.vcxproj (12057B)
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>checkkeys</ProjectName> 23 <RootNamespace>checkkeys</RootNamespace> 24 <ProjectGuid>{26828762-C95D-4637-9CB1-7F0979523813}</ProjectGuid> 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 <CharacterSet>MultiByte</CharacterSet> 46 <PlatformToolset>v120</PlatformToolset> 47 </PropertyGroup> 48 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 49 <ImportGroup Label="ExtensionSettings"> 50 </ImportGroup> 51 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|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" /> 54 </ImportGroup> 55 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|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" /> 58 </ImportGroup> 59 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|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" /> 62 </ImportGroup> 63 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|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" /> 66 </ImportGroup> 67 <PropertyGroup Label="UserMacros" /> 68 <PropertyGroup> 69 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> 70 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\$(Platform)\$(Configuration)\</OutDir> 71 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\$(Platform)\$(Configuration)\</OutDir> 72 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\</IntDir> 73 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\</IntDir> 74 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> 75 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> 76 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\$(Platform)\$(Configuration)\</OutDir> 77 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\$(Platform)\$(Configuration)\</OutDir> 78 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\</IntDir> 79 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</IntDir> 80 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> 81 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> 82 </PropertyGroup> 83 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 84 <Midl> 85 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 86 <MkTypLibCompatible>true</MkTypLibCompatible> 87 <SuppressStartupBanner>true</SuppressStartupBanner> 88 <TargetEnvironment>Win32</TargetEnvironment> 89 </Midl> 90 <ClCompile> 91 <Optimization>Disabled</Optimization> 92 <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 93 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 94 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 95 <PrecompiledHeader> 96 </PrecompiledHeader> 97 <WarningLevel>Level3</WarningLevel> 98 <SuppressStartupBanner>true</SuppressStartupBanner> 99 <DebugInformationFormat>EditAndContinue</DebugInformationFormat> 100 <CompileAs>Default</CompileAs> 101 </ClCompile> 102 <ResourceCompile> 103 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 104 <Culture>0x0409</Culture> 105 </ResourceCompile> 106 <Link> 107 <SuppressStartupBanner>true</SuppressStartupBanner> 108 <GenerateDebugInformation>true</GenerateDebugInformation> 109 <SubSystem>Windows</SubSystem> 110 <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers> 111 </Link> 112 <PostBuildEvent> 113 <Command> 114 </Command> 115 </PostBuildEvent> 116 <PostBuildEvent> 117 <Message> 118 </Message> 119 </PostBuildEvent> 120 </ItemDefinitionGroup> 121 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 122 <Midl> 123 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 124 <MkTypLibCompatible>true</MkTypLibCompatible> 125 <SuppressStartupBanner>true</SuppressStartupBanner> 126 </Midl> 127 <ClCompile> 128 <Optimization>Disabled</Optimization> 129 <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 130 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 131 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> 132 <PrecompiledHeader> 133 </PrecompiledHeader> 134 <WarningLevel>Level3</WarningLevel> 135 <SuppressStartupBanner>true</SuppressStartupBanner> 136 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> 137 <CompileAs>Default</CompileAs> 138 </ClCompile> 139 <ResourceCompile> 140 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 141 <Culture>0x0409</Culture> 142 </ResourceCompile> 143 <Link> 144 <SuppressStartupBanner>true</SuppressStartupBanner> 145 <GenerateDebugInformation>true</GenerateDebugInformation> 146 <SubSystem>Windows</SubSystem> 147 <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers> 148 </Link> 149 <PostBuildEvent> 150 <Command> 151 </Command> 152 </PostBuildEvent> 153 <PostBuildEvent> 154 <Message> 155 </Message> 156 </PostBuildEvent> 157 </ItemDefinitionGroup> 158 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 159 <Midl> 160 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 161 <MkTypLibCompatible>true</MkTypLibCompatible> 162 <SuppressStartupBanner>true</SuppressStartupBanner> 163 <TargetEnvironment>Win32</TargetEnvironment> 164 </Midl> 165 <ClCompile> 166 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> 167 <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 168 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 169 <StringPooling>true</StringPooling> 170 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 171 <FunctionLevelLinking>true</FunctionLevelLinking> 172 <PrecompiledHeader> 173 </PrecompiledHeader> 174 <WarningLevel>Level3</WarningLevel> 175 <SuppressStartupBanner>true</SuppressStartupBanner> 176 <CompileAs>Default</CompileAs> 177 </ClCompile> 178 <ResourceCompile> 179 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 180 <Culture>0x0409</Culture> 181 </ResourceCompile> 182 <Link> 183 <SuppressStartupBanner>true</SuppressStartupBanner> 184 <SubSystem>Windows</SubSystem> 185 </Link> 186 <PostBuildEvent> 187 <Command> 188 </Command> 189 </PostBuildEvent> 190 <PostBuildEvent> 191 <Message> 192 </Message> 193 </PostBuildEvent> 194 </ItemDefinitionGroup> 195 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 196 <Midl> 197 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 198 <MkTypLibCompatible>true</MkTypLibCompatible> 199 <SuppressStartupBanner>true</SuppressStartupBanner> 200 </Midl> 201 <ClCompile> 202 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> 203 <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 204 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 205 <StringPooling>true</StringPooling> 206 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 207 <FunctionLevelLinking>true</FunctionLevelLinking> 208 <PrecompiledHeader> 209 </PrecompiledHeader> 210 <WarningLevel>Level3</WarningLevel> 211 <SuppressStartupBanner>true</SuppressStartupBanner> 212 <CompileAs>Default</CompileAs> 213 </ClCompile> 214 <ResourceCompile> 215 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> 216 <Culture>0x0409</Culture> 217 </ResourceCompile> 218 <Link> 219 <SuppressStartupBanner>true</SuppressStartupBanner> 220 <SubSystem>Windows</SubSystem> 221 </Link> 222 <PostBuildEvent> 223 <Command> 224 </Command> 225 </PostBuildEvent> 226 <PostBuildEvent> 227 <Message> 228 </Message> 229 </PostBuildEvent> 230 </ItemDefinitionGroup> 231 <ItemGroup> 232 <ClCompile Include="..\..\..\test\checkkeys.c" /> 233 </ItemGroup> 234 <ItemGroup> 235 <ProjectReference Include="..\..\SDLmain\SDLmain_VS2013.vcxproj"> 236 <Project>{da956fd3-e142-46f2-9dd5-c78bebb56b7a}</Project> 237 </ProjectReference> 238 <ProjectReference Include="..\..\SDL\SDL_VS2013.vcxproj"> 239 <Project>{81ce8daf-ebb2-4761-8e45-b71abcca8c68}</Project> 240 </ProjectReference> 241 </ItemGroup> 242 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 243 <ImportGroup Label="ExtensionTargets"> 244 </ImportGroup> 245</Project>