comparison VisualC/tests/testpower/testpower_VS2010.vcxproj @ 4910:f205711f73d5

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