Mercurial > sdl-ios-xcode
comparison VisualC/tests/testwm/testwm.vcxproj @ 4823:6547943feda9
Added VS2010 build files.
author | egottlieb |
---|---|
date | Mon, 02 Aug 2010 21:43:08 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
4822:55f32099a4b5 | 4823:6547943feda9 |
---|---|
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="Release|Win32"> | |
9 <Configuration>Release</Configuration> | |
10 <Platform>Win32</Platform> | |
11 </ProjectConfiguration> | |
12 </ItemGroup> | |
13 <PropertyGroup Label="Globals"> | |
14 <ProjectGuid>{6AF0724B-BAC1-4C9D-AFBF-F63B4A2FB8FB}</ProjectGuid> | |
15 </PropertyGroup> | |
16 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |
17 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |
18 <ConfigurationType>Application</ConfigurationType> | |
19 <UseOfMfc>false</UseOfMfc> | |
20 </PropertyGroup> | |
21 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | |
22 <ConfigurationType>Application</ConfigurationType> | |
23 <UseOfMfc>false</UseOfMfc> | |
24 </PropertyGroup> | |
25 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |
26 <ImportGroup Label="ExtensionSettings"> | |
27 </ImportGroup> | |
28 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | |
29 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
30 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |
31 </ImportGroup> | |
32 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | |
33 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
34 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> | |
35 </ImportGroup> | |
36 <PropertyGroup Label="UserMacros" /> | |
37 <PropertyGroup> | |
38 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> | |
39 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\Debug\</OutDir> | |
40 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\Debug\</IntDir> | |
41 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> | |
42 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\Release\</OutDir> | |
43 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\Release\</IntDir> | |
44 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> | |
45 </PropertyGroup> | |
46 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |
47 <Midl> | |
48 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
49 <MkTypLibCompatible>true</MkTypLibCompatible> | |
50 <SuppressStartupBanner>true</SuppressStartupBanner> | |
51 <TargetEnvironment>Win32</TargetEnvironment> | |
52 <TypeLibraryName>.\Debug/testwm.tlb</TypeLibraryName> | |
53 </Midl> | |
54 <ClCompile> | |
55 <Optimization>Disabled</Optimization> | |
56 <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
57 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
58 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | |
59 <PrecompiledHeader> | |
60 </PrecompiledHeader> | |
61 <PrecompiledHeaderOutputFile>.\Debug/testwm.pch</PrecompiledHeaderOutputFile> | |
62 <AssemblerListingLocation>.\Debug/</AssemblerListingLocation> | |
63 <ObjectFileName>.\Debug/</ObjectFileName> | |
64 <ProgramDataBaseFileName>.\Debug/</ProgramDataBaseFileName> | |
65 <WarningLevel>Level3</WarningLevel> | |
66 <SuppressStartupBanner>true</SuppressStartupBanner> | |
67 <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | |
68 <CompileAs>Default</CompileAs> | |
69 </ClCompile> | |
70 <ResourceCompile> | |
71 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
72 <Culture>0x0409</Culture> | |
73 </ResourceCompile> | |
74 <Link> | |
75 <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions> | |
76 <OutputFile>.\Debug/testwm.exe</OutputFile> | |
77 <SuppressStartupBanner>true</SuppressStartupBanner> | |
78 <GenerateDebugInformation>true</GenerateDebugInformation> | |
79 <ProgramDatabaseFile>.\Debug/testwm.pdb</ProgramDatabaseFile> | |
80 <SubSystem>Windows</SubSystem> | |
81 </Link> | |
82 </ItemDefinitionGroup> | |
83 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
84 <Midl> | |
85 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
86 <MkTypLibCompatible>true</MkTypLibCompatible> | |
87 <SuppressStartupBanner>true</SuppressStartupBanner> | |
88 <TargetEnvironment>Win32</TargetEnvironment> | |
89 <TypeLibraryName>.\Release/testwm.tlb</TypeLibraryName> | |
90 </Midl> | |
91 <ClCompile> | |
92 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | |
93 <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
94 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
95 <StringPooling>true</StringPooling> | |
96 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | |
97 <FunctionLevelLinking>true</FunctionLevelLinking> | |
98 <PrecompiledHeader> | |
99 </PrecompiledHeader> | |
100 <PrecompiledHeaderOutputFile>.\Release/testwm.pch</PrecompiledHeaderOutputFile> | |
101 <AssemblerListingLocation>.\Release/</AssemblerListingLocation> | |
102 <ObjectFileName>.\Release/</ObjectFileName> | |
103 <ProgramDataBaseFileName>.\Release/</ProgramDataBaseFileName> | |
104 <WarningLevel>Level3</WarningLevel> | |
105 <SuppressStartupBanner>true</SuppressStartupBanner> | |
106 <CompileAs>Default</CompileAs> | |
107 </ClCompile> | |
108 <ResourceCompile> | |
109 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
110 <Culture>0x0409</Culture> | |
111 </ResourceCompile> | |
112 <Link> | |
113 <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions> | |
114 <OutputFile>.\Release/testwm.exe</OutputFile> | |
115 <SuppressStartupBanner>true</SuppressStartupBanner> | |
116 <ProgramDatabaseFile>.\Release/testwm.pdb</ProgramDatabaseFile> | |
117 <SubSystem>Windows</SubSystem> | |
118 </Link> | |
119 </ItemDefinitionGroup> | |
120 <ItemGroup> | |
121 <Library Include="..\..\Sdl\Debug\SDL.lib" /> | |
122 <Library Include="..\..\SDLmain\Debug\SDLmain.lib" /> | |
123 </ItemGroup> | |
124 <ItemGroup> | |
125 <ClCompile Include="..\..\..\test\testwm.c" /> | |
126 </ItemGroup> | |
127 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |
128 <ImportGroup Label="ExtensionTargets"> | |
129 </ImportGroup> | |
130 </Project> |