Mercurial > sdl-ios-xcode
annotate VisualC/tests/testpower/testpower_VS2010.vcxproj @ 5035:5bb673951db2
Added post build step to copy SDL and data files into the test projects
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 19 Jan 2011 13:07:25 -0800 |
parents | 7dafe21ca5d4 |
children | fc26fb7e20af |
rev | line source |
---|---|
4823 | 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"> | |
4910
f205711f73d5
Fix and rename VS2010 project files, add tests to VS2010 solution, fix VS compiler warning
Andreas Schiffler <aschiffler@ferzkopp.net>
parents:
4823
diff
changeset
|
14 <ProjectName>testpower</ProjectName> |
4823 | 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> | |
4917
7dafe21ca5d4
Removed references to testwm
Sam Lantinga <slouken@libsdl.org>
parents:
4910
diff
changeset
|
54 <TypeLibraryName>.\Debug/testpower.tlb</TypeLibraryName> |
4823 | 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> | |
4917
7dafe21ca5d4
Removed references to testwm
Sam Lantinga <slouken@libsdl.org>
parents:
4910
diff
changeset
|
63 <PrecompiledHeaderOutputFile>.\Debug/testpower.pch</PrecompiledHeaderOutputFile> |
4823 | 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> | |
4917
7dafe21ca5d4
Removed references to testwm
Sam Lantinga <slouken@libsdl.org>
parents:
4910
diff
changeset
|
78 <OutputFile>.\Debug/testpower.exe</OutputFile> |
4823 | 79 <SuppressStartupBanner>true</SuppressStartupBanner> |
80 <GenerateDebugInformation>true</GenerateDebugInformation> | |
81 <ProgramDatabaseFile>.\Debug/testpower.pdb</ProgramDatabaseFile> | |
82 <SubSystem>Windows</SubSystem> | |
83 </Link> | |
5035
5bb673951db2
Added post build step to copy SDL and data files into the test projects
Sam Lantinga <slouken@libsdl.org>
parents:
4917
diff
changeset
|
84 <PostBuildEvent> |
5bb673951db2
Added post build step to copy SDL and data files into the test projects
Sam Lantinga <slouken@libsdl.org>
parents:
4917
diff
changeset
|
85 <Command>copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll</Command> |
5bb673951db2
Added post build step to copy SDL and data files into the test projects
Sam Lantinga <slouken@libsdl.org>
parents:
4917
diff
changeset
|
86 </PostBuildEvent> |
5bb673951db2
Added post build step to copy SDL and data files into the test projects
Sam Lantinga <slouken@libsdl.org>
parents:
4917
diff
changeset
|
87 <PostBuildEvent> |
5bb673951db2
Added post build step to copy SDL and data files into the test projects
Sam Lantinga <slouken@libsdl.org>
parents:
4917
diff
changeset
|
88 <Message>Copy SDL</Message> |
5bb673951db2
Added post build step to copy SDL and data files into the test projects
Sam Lantinga <slouken@libsdl.org>
parents:
4917
diff
changeset
|
89 </PostBuildEvent> |
4823 | 90 </ItemDefinitionGroup> |
91 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
92 <Midl> | |
93 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
94 <MkTypLibCompatible>true</MkTypLibCompatible> | |
95 <SuppressStartupBanner>true</SuppressStartupBanner> | |
96 <TargetEnvironment>Win32</TargetEnvironment> | |
97 <TypeLibraryName>.\Release/testpower.tlb</TypeLibraryName> | |
98 </Midl> | |
99 <ClCompile> | |
100 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> | |
101 <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | |
102 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
103 <StringPooling>true</StringPooling> | |
104 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | |
105 <FunctionLevelLinking>true</FunctionLevelLinking> | |
106 <PrecompiledHeader> | |
107 </PrecompiledHeader> | |
108 <PrecompiledHeaderOutputFile>.\Release/testpower.pch</PrecompiledHeaderOutputFile> | |
109 <AssemblerListingLocation>.\Release/</AssemblerListingLocation> | |
110 <ObjectFileName>.\Release/</ObjectFileName> | |
111 <ProgramDataBaseFileName>.\Release/</ProgramDataBaseFileName> | |
112 <WarningLevel>Level3</WarningLevel> | |
113 <SuppressStartupBanner>true</SuppressStartupBanner> | |
114 <CompileAs>Default</CompileAs> | |
115 </ClCompile> | |
116 <ResourceCompile> | |
117 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |
118 <Culture>0x0409</Culture> | |
119 </ResourceCompile> | |
120 <Link> | |
121 <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions> | |
122 <OutputFile>.\Release/testpower.exe</OutputFile> | |
123 <SuppressStartupBanner>true</SuppressStartupBanner> | |
124 <ProgramDatabaseFile>.\Release/testpower.pdb</ProgramDatabaseFile> | |
125 <SubSystem>Windows</SubSystem> | |
126 </Link> | |
5035
5bb673951db2
Added post build step to copy SDL and data files into the test projects
Sam Lantinga <slouken@libsdl.org>
parents:
4917
diff
changeset
|
127 <PostBuildEvent> |
5bb673951db2
Added post build step to copy SDL and data files into the test projects
Sam Lantinga <slouken@libsdl.org>
parents:
4917
diff
changeset
|
128 <Command>copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll</Command> |
5bb673951db2
Added post build step to copy SDL and data files into the test projects
Sam Lantinga <slouken@libsdl.org>
parents:
4917
diff
changeset
|
129 </PostBuildEvent> |
5bb673951db2
Added post build step to copy SDL and data files into the test projects
Sam Lantinga <slouken@libsdl.org>
parents:
4917
diff
changeset
|
130 <PostBuildEvent> |
5bb673951db2
Added post build step to copy SDL and data files into the test projects
Sam Lantinga <slouken@libsdl.org>
parents:
4917
diff
changeset
|
131 <Message>Copy SDL</Message> |
5bb673951db2
Added post build step to copy SDL and data files into the test projects
Sam Lantinga <slouken@libsdl.org>
parents:
4917
diff
changeset
|
132 </PostBuildEvent> |
4823 | 133 </ItemDefinitionGroup> |
134 <ItemGroup> | |
135 <Library Include="..\..\Sdl\Debug\SDL.lib" /> | |
136 <Library Include="..\..\SDLmain\Debug\SDLmain.lib" /> | |
137 </ItemGroup> | |
138 <ItemGroup> | |
139 <ClCompile Include="..\..\..\test\testpower.c"> | |
140 <PrecompiledHeaderOutputFile Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\Debug/testpower.pch</PrecompiledHeaderOutputFile> | |
141 </ClCompile> | |
142 </ItemGroup> | |
143 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |
144 <ImportGroup Label="ExtensionTargets"> | |
145 </ImportGroup> | |
5035
5bb673951db2
Added post build step to copy SDL and data files into the test projects
Sam Lantinga <slouken@libsdl.org>
parents:
4917
diff
changeset
|
146 </Project> |