comparison VisualC/tests/testoverlay/testoverlay.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>{9E320A14-B443-4DD7-8725-B7020DCFF730}</ProjectGuid>
15 </PropertyGroup>
16 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
17 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
18 <ConfigurationType>Application</ConfigurationType>
19 <UseOfMfc>false</UseOfMfc>
20 </PropertyGroup>
21 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|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)'=='Debug|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)'=='Release|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)'=='Release|Win32'">.\Release\</OutDir>
40 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\Release\</IntDir>
41 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
42 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\Debug\</OutDir>
43 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\Debug\</IntDir>
44 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
45 </PropertyGroup>
46 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
47 <Midl>
48 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
49 <MkTypLibCompatible>true</MkTypLibCompatible>
50 <SuppressStartupBanner>true</SuppressStartupBanner>
51 <TargetEnvironment>Win32</TargetEnvironment>
52 <TypeLibraryName>.\Release/testoverlay.tlb</TypeLibraryName>
53 </Midl>
54 <ClCompile>
55 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
56 <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
57 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
58 <StringPooling>true</StringPooling>
59 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
60 <FunctionLevelLinking>true</FunctionLevelLinking>
61 <PrecompiledHeader>
62 </PrecompiledHeader>
63 <PrecompiledHeaderOutputFile>.\Release/testoverlay.pch</PrecompiledHeaderOutputFile>
64 <AssemblerListingLocation>.\Release/</AssemblerListingLocation>
65 <ObjectFileName>.\Release/</ObjectFileName>
66 <ProgramDataBaseFileName>.\Release/</ProgramDataBaseFileName>
67 <WarningLevel>Level3</WarningLevel>
68 <SuppressStartupBanner>true</SuppressStartupBanner>
69 <CompileAs>Default</CompileAs>
70 </ClCompile>
71 <ResourceCompile>
72 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
73 <Culture>0x0409</Culture>
74 </ResourceCompile>
75 <Link>
76 <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions>
77 <OutputFile>.\Release/testoverlay.exe</OutputFile>
78 <SuppressStartupBanner>true</SuppressStartupBanner>
79 <ProgramDatabaseFile>.\Release/testoverlay.pdb</ProgramDatabaseFile>
80 <SubSystem>Windows</SubSystem>
81 </Link>
82 </ItemDefinitionGroup>
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 <TypeLibraryName>.\Debug/testoverlay.tlb</TypeLibraryName>
90 </Midl>
91 <ClCompile>
92 <Optimization>Disabled</Optimization>
93 <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
94 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
95 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
96 <PrecompiledHeader>
97 </PrecompiledHeader>
98 <PrecompiledHeaderOutputFile>.\Debug/testoverlay.pch</PrecompiledHeaderOutputFile>
99 <AssemblerListingLocation>.\Debug/</AssemblerListingLocation>
100 <ObjectFileName>.\Debug/</ObjectFileName>
101 <ProgramDataBaseFileName>.\Debug/</ProgramDataBaseFileName>
102 <WarningLevel>Level3</WarningLevel>
103 <SuppressStartupBanner>true</SuppressStartupBanner>
104 <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
105 <CompileAs>Default</CompileAs>
106 </ClCompile>
107 <ResourceCompile>
108 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
109 <Culture>0x0409</Culture>
110 </ResourceCompile>
111 <Link>
112 <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions>
113 <OutputFile>.\Debug/testoverlay.exe</OutputFile>
114 <SuppressStartupBanner>true</SuppressStartupBanner>
115 <GenerateDebugInformation>true</GenerateDebugInformation>
116 <ProgramDatabaseFile>.\Debug/testoverlay.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\testoverlay.c" />
126 </ItemGroup>
127 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
128 <ImportGroup Label="ExtensionTargets">
129 </ImportGroup>
130 </Project>