Mercurial > sdl-ios-xcode
annotate VisualC/tests/testshape/testshape_VS2008.vcproj @ 5284:96a22141cf86 tip
Changed output directory of Universal libSDL.a for iOS to respect build configurations. Template generator was updated to reflect these changes as well.
author | Eric Wing <ewing . public |-at-| gmail . com> |
---|---|
date | Sat, 12 Feb 2011 21:52:30 -0800 |
parents | fc26fb7e20af |
children |
rev | line source |
---|---|
4820 | 1 <?xml version="1.0" encoding="Windows-1252"?> |
2 <VisualStudioProject | |
3 ProjectType="Visual C++" | |
4884
27ab20a36eba
- added directx include path to VS2008 solution
Andreas Schiffler <aschiffler@ferzkopp.net>
parents:
4820
diff
changeset
|
4 Version="9.00" |
4820 | 5 Name="testshape" |
4884
27ab20a36eba
- added directx include path to VS2008 solution
Andreas Schiffler <aschiffler@ferzkopp.net>
parents:
4820
diff
changeset
|
6 ProjectGUID="{31A3E4E1-AAE9-4EF3-9B23-18D0924BE4D2}" |
27ab20a36eba
- added directx include path to VS2008 solution
Andreas Schiffler <aschiffler@ferzkopp.net>
parents:
4820
diff
changeset
|
7 TargetFrameworkVersion="131072" |
4820 | 8 > |
9 <Platforms> | |
10 <Platform | |
11 Name="Win32" | |
12 /> | |
13 </Platforms> | |
14 <ToolFiles> | |
15 </ToolFiles> | |
16 <Configurations> | |
17 <Configuration | |
18 Name="Release|Win32" | |
19 OutputDirectory=".\Release" | |
20 IntermediateDirectory=".\Release" | |
21 ConfigurationType="1" | |
22 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |
23 UseOfMFC="0" | |
24 ATLMinimizesCRunTimeLibraryUsage="false" | |
25 > | |
26 <Tool | |
27 Name="VCPreBuildEventTool" | |
28 /> | |
29 <Tool | |
30 Name="VCCustomBuildTool" | |
31 /> | |
32 <Tool | |
33 Name="VCXMLDataGeneratorTool" | |
34 /> | |
35 <Tool | |
36 Name="VCWebServiceProxyGeneratorTool" | |
37 /> | |
38 <Tool | |
39 Name="VCMIDLTool" | |
40 PreprocessorDefinitions="NDEBUG" | |
41 MkTypLibCompatible="true" | |
42 SuppressStartupBanner="true" | |
43 TargetEnvironment="1" | |
44 TypeLibraryName=".\Release/testshape.tlb" | |
45 /> | |
46 <Tool | |
47 Name="VCCLCompilerTool" | |
48 InlineFunctionExpansion="1" | |
49 AdditionalIncludeDirectories="..\..\..\include" | |
50 PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS" | |
51 StringPooling="true" | |
52 RuntimeLibrary="2" | |
53 EnableFunctionLevelLinking="true" | |
54 UsePrecompiledHeader="0" | |
55 PrecompiledHeaderFile=".\Release/testshape.pch" | |
56 AssemblerListingLocation=".\Release/" | |
57 ObjectFile=".\Release/" | |
58 ProgramDataBaseFileName=".\Release/" | |
59 WarningLevel="3" | |
60 SuppressStartupBanner="true" | |
61 CompileAs="0" | |
62 /> | |
63 <Tool | |
64 Name="VCManagedResourceCompilerTool" | |
65 /> | |
66 <Tool | |
67 Name="VCResourceCompilerTool" | |
68 PreprocessorDefinitions="NDEBUG" | |
69 Culture="1033" | |
70 /> | |
71 <Tool | |
72 Name="VCPreLinkEventTool" | |
73 /> | |
74 <Tool | |
75 Name="VCLinkerTool" | |
76 AdditionalOptions="/MACHINE:I386" | |
77 OutputFile=".\Release/testshape.exe" | |
78 LinkIncremental="1" | |
79 SuppressStartupBanner="true" | |
80 ProgramDatabaseFile=".\Release/testshape.pdb" | |
81 SubSystem="2" | |
4884
27ab20a36eba
- added directx include path to VS2008 solution
Andreas Schiffler <aschiffler@ferzkopp.net>
parents:
4820
diff
changeset
|
82 RandomizedBaseAddress="1" |
27ab20a36eba
- added directx include path to VS2008 solution
Andreas Schiffler <aschiffler@ferzkopp.net>
parents:
4820
diff
changeset
|
83 DataExecutionPrevention="0" |
4820 | 84 /> |
85 <Tool | |
86 Name="VCALinkTool" | |
87 /> | |
88 <Tool | |
89 Name="VCManifestTool" | |
90 /> | |
91 <Tool | |
92 Name="VCXDCMakeTool" | |
93 /> | |
94 <Tool | |
95 Name="VCBscMakeTool" | |
96 /> | |
97 <Tool | |
98 Name="VCFxCopTool" | |
99 /> | |
100 <Tool | |
101 Name="VCAppVerifierTool" | |
102 /> | |
103 <Tool | |
104 Name="VCPostBuildEventTool" | |
5033
01bc63ec4ca7
Added post build step to copy SDL and data files into the test projects
Sam Lantinga <slouken@libsdl.org>
parents:
4910
diff
changeset
|
105 Description="Copy SDL" |
01bc63ec4ca7
Added post build step to copy SDL and data files into the test projects
Sam Lantinga <slouken@libsdl.org>
parents:
4910
diff
changeset
|
106 CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll" |
4820 | 107 /> |
108 </Configuration> | |
109 <Configuration | |
110 Name="Debug|Win32" | |
111 OutputDirectory=".\Debug" | |
112 IntermediateDirectory=".\Debug" | |
113 ConfigurationType="1" | |
114 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |
115 UseOfMFC="0" | |
116 ATLMinimizesCRunTimeLibraryUsage="false" | |
117 > | |
118 <Tool | |
119 Name="VCPreBuildEventTool" | |
120 /> | |
121 <Tool | |
122 Name="VCCustomBuildTool" | |
123 /> | |
124 <Tool | |
125 Name="VCXMLDataGeneratorTool" | |
126 /> | |
127 <Tool | |
128 Name="VCWebServiceProxyGeneratorTool" | |
129 /> | |
130 <Tool | |
131 Name="VCMIDLTool" | |
132 PreprocessorDefinitions="_DEBUG" | |
133 MkTypLibCompatible="true" | |
134 SuppressStartupBanner="true" | |
135 TargetEnvironment="1" | |
136 TypeLibraryName=".\Debug/testshape.tlb" | |
137 /> | |
138 <Tool | |
139 Name="VCCLCompilerTool" | |
140 Optimization="0" | |
141 AdditionalIncludeDirectories="..\..\..\include" | |
142 PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS" | |
5039
fc26fb7e20af
Use the debug C runtime for the debug configuration
Sam Lantinga <slouken@libsdl.org>
parents:
5033
diff
changeset
|
143 RuntimeLibrary="3" |
4820 | 144 UsePrecompiledHeader="0" |
145 PrecompiledHeaderFile=".\Debug/testshape.pch" | |
146 AssemblerListingLocation=".\Debug/" | |
147 ObjectFile=".\Debug/" | |
148 ProgramDataBaseFileName=".\Debug/" | |
149 WarningLevel="3" | |
150 SuppressStartupBanner="true" | |
151 DebugInformationFormat="4" | |
152 CompileAs="0" | |
153 /> | |
154 <Tool | |
155 Name="VCManagedResourceCompilerTool" | |
156 /> | |
157 <Tool | |
158 Name="VCResourceCompilerTool" | |
159 PreprocessorDefinitions="_DEBUG" | |
160 Culture="1033" | |
161 /> | |
162 <Tool | |
163 Name="VCPreLinkEventTool" | |
164 /> | |
165 <Tool | |
166 Name="VCLinkerTool" | |
167 AdditionalOptions="/MACHINE:I386" | |
168 OutputFile=".\Debug/testshape.exe" | |
169 LinkIncremental="2" | |
170 SuppressStartupBanner="true" | |
171 GenerateDebugInformation="true" | |
172 ProgramDatabaseFile=".\Debug/testshape.pdb" | |
173 SubSystem="2" | |
4884
27ab20a36eba
- added directx include path to VS2008 solution
Andreas Schiffler <aschiffler@ferzkopp.net>
parents:
4820
diff
changeset
|
174 RandomizedBaseAddress="1" |
27ab20a36eba
- added directx include path to VS2008 solution
Andreas Schiffler <aschiffler@ferzkopp.net>
parents:
4820
diff
changeset
|
175 DataExecutionPrevention="0" |
4820 | 176 /> |
177 <Tool | |
178 Name="VCALinkTool" | |
179 /> | |
180 <Tool | |
181 Name="VCManifestTool" | |
182 /> | |
183 <Tool | |
184 Name="VCXDCMakeTool" | |
185 /> | |
186 <Tool | |
187 Name="VCBscMakeTool" | |
188 /> | |
189 <Tool | |
190 Name="VCFxCopTool" | |
191 /> | |
192 <Tool | |
193 Name="VCAppVerifierTool" | |
194 /> | |
195 <Tool | |
196 Name="VCPostBuildEventTool" | |
5033
01bc63ec4ca7
Added post build step to copy SDL and data files into the test projects
Sam Lantinga <slouken@libsdl.org>
parents:
4910
diff
changeset
|
197 Description="Copy SDL" |
01bc63ec4ca7
Added post build step to copy SDL and data files into the test projects
Sam Lantinga <slouken@libsdl.org>
parents:
4910
diff
changeset
|
198 CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll" |
4820 | 199 /> |
200 </Configuration> | |
201 </Configurations> | |
202 <References> | |
203 </References> | |
204 <Files> | |
205 <File | |
206 RelativePath="..\..\..\test\testshape.c" | |
207 > | |
208 </File> | |
209 </Files> | |
210 <Globals> | |
211 </Globals> | |
212 </VisualStudioProject> |