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