Mercurial > sdl-ios-xcode
comparison VisualC/tests/checkkeys/checkkeys_VS2005.vcproj @ 4479:223ab94286a3
Split out the Visual C++ 2005 and 2008 projects explicitly.
Added the test programs to the Visual C++ 2008 project.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 05 Jul 2010 17:10:34 -0700 |
parents | VisualC/tests/checkkeys/checkkeys.vcproj@bcec4b189f5b |
children |
comparison
equal
deleted
inserted
replaced
4478:c84712de8433 | 4479:223ab94286a3 |
---|---|
1 <?xml version="1.0" encoding="Windows-1252"?> | |
2 <VisualStudioProject | |
3 ProjectType="Visual C++" | |
4 Version="8.00" | |
5 Name="checkkeys" | |
6 ProjectGUID="{26828762-C95D-4637-9CB1-7F0979523813}" | |
7 > | |
8 <Platforms> | |
9 <Platform | |
10 Name="Win32" | |
11 /> | |
12 </Platforms> | |
13 <ToolFiles> | |
14 </ToolFiles> | |
15 <Configurations> | |
16 <Configuration | |
17 Name="Debug|Win32" | |
18 OutputDirectory=".\Debug" | |
19 IntermediateDirectory=".\Debug" | |
20 ConfigurationType="1" | |
21 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |
22 UseOfMFC="0" | |
23 ATLMinimizesCRunTimeLibraryUsage="false" | |
24 > | |
25 <Tool | |
26 Name="VCPreBuildEventTool" | |
27 /> | |
28 <Tool | |
29 Name="VCCustomBuildTool" | |
30 /> | |
31 <Tool | |
32 Name="VCXMLDataGeneratorTool" | |
33 /> | |
34 <Tool | |
35 Name="VCWebServiceProxyGeneratorTool" | |
36 /> | |
37 <Tool | |
38 Name="VCMIDLTool" | |
39 PreprocessorDefinitions="_DEBUG" | |
40 MkTypLibCompatible="true" | |
41 SuppressStartupBanner="true" | |
42 TargetEnvironment="1" | |
43 TypeLibraryName=".\Debug/checkkeys.tlb" | |
44 /> | |
45 <Tool | |
46 Name="VCCLCompilerTool" | |
47 Optimization="0" | |
48 AdditionalIncludeDirectories="..\..\..\include" | |
49 PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS" | |
50 RuntimeLibrary="2" | |
51 UsePrecompiledHeader="0" | |
52 PrecompiledHeaderFile=".\Debug/checkkeys.pch" | |
53 AssemblerListingLocation=".\Debug/" | |
54 ObjectFile=".\Debug/" | |
55 ProgramDataBaseFileName=".\Debug/" | |
56 WarningLevel="3" | |
57 SuppressStartupBanner="true" | |
58 DebugInformationFormat="4" | |
59 CompileAs="0" | |
60 /> | |
61 <Tool | |
62 Name="VCManagedResourceCompilerTool" | |
63 /> | |
64 <Tool | |
65 Name="VCResourceCompilerTool" | |
66 PreprocessorDefinitions="_DEBUG" | |
67 Culture="1033" | |
68 /> | |
69 <Tool | |
70 Name="VCPreLinkEventTool" | |
71 /> | |
72 <Tool | |
73 Name="VCLinkerTool" | |
74 AdditionalOptions="/MACHINE:I386" | |
75 OutputFile=".\Debug/checkkeys.exe" | |
76 LinkIncremental="2" | |
77 SuppressStartupBanner="true" | |
78 GenerateDebugInformation="true" | |
79 ProgramDatabaseFile=".\Debug/checkkeys.pdb" | |
80 SubSystem="2" | |
81 /> | |
82 <Tool | |
83 Name="VCALinkTool" | |
84 /> | |
85 <Tool | |
86 Name="VCManifestTool" | |
87 /> | |
88 <Tool | |
89 Name="VCXDCMakeTool" | |
90 /> | |
91 <Tool | |
92 Name="VCBscMakeTool" | |
93 /> | |
94 <Tool | |
95 Name="VCFxCopTool" | |
96 /> | |
97 <Tool | |
98 Name="VCAppVerifierTool" | |
99 /> | |
100 <Tool | |
101 Name="VCWebDeploymentTool" | |
102 /> | |
103 <Tool | |
104 Name="VCPostBuildEventTool" | |
105 /> | |
106 </Configuration> | |
107 <Configuration | |
108 Name="Release|Win32" | |
109 OutputDirectory=".\Release" | |
110 IntermediateDirectory=".\Release" | |
111 ConfigurationType="1" | |
112 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |
113 UseOfMFC="0" | |
114 ATLMinimizesCRunTimeLibraryUsage="false" | |
115 > | |
116 <Tool | |
117 Name="VCPreBuildEventTool" | |
118 /> | |
119 <Tool | |
120 Name="VCCustomBuildTool" | |
121 /> | |
122 <Tool | |
123 Name="VCXMLDataGeneratorTool" | |
124 /> | |
125 <Tool | |
126 Name="VCWebServiceProxyGeneratorTool" | |
127 /> | |
128 <Tool | |
129 Name="VCMIDLTool" | |
130 PreprocessorDefinitions="NDEBUG" | |
131 MkTypLibCompatible="true" | |
132 SuppressStartupBanner="true" | |
133 TargetEnvironment="1" | |
134 TypeLibraryName=".\Release/checkkeys.tlb" | |
135 /> | |
136 <Tool | |
137 Name="VCCLCompilerTool" | |
138 InlineFunctionExpansion="1" | |
139 AdditionalIncludeDirectories="..\..\..\include" | |
140 PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS" | |
141 StringPooling="true" | |
142 RuntimeLibrary="2" | |
143 EnableFunctionLevelLinking="true" | |
144 UsePrecompiledHeader="0" | |
145 PrecompiledHeaderFile=".\Release/checkkeys.pch" | |
146 AssemblerListingLocation=".\Release/" | |
147 ObjectFile=".\Release/" | |
148 ProgramDataBaseFileName=".\Release/" | |
149 WarningLevel="3" | |
150 SuppressStartupBanner="true" | |
151 CompileAs="0" | |
152 /> | |
153 <Tool | |
154 Name="VCManagedResourceCompilerTool" | |
155 /> | |
156 <Tool | |
157 Name="VCResourceCompilerTool" | |
158 PreprocessorDefinitions="NDEBUG" | |
159 Culture="1033" | |
160 /> | |
161 <Tool | |
162 Name="VCPreLinkEventTool" | |
163 /> | |
164 <Tool | |
165 Name="VCLinkerTool" | |
166 AdditionalOptions="/MACHINE:I386" | |
167 OutputFile=".\Release/checkkeys.exe" | |
168 LinkIncremental="1" | |
169 SuppressStartupBanner="true" | |
170 ProgramDatabaseFile=".\Release/checkkeys.pdb" | |
171 SubSystem="2" | |
172 /> | |
173 <Tool | |
174 Name="VCALinkTool" | |
175 /> | |
176 <Tool | |
177 Name="VCManifestTool" | |
178 /> | |
179 <Tool | |
180 Name="VCXDCMakeTool" | |
181 /> | |
182 <Tool | |
183 Name="VCBscMakeTool" | |
184 /> | |
185 <Tool | |
186 Name="VCFxCopTool" | |
187 /> | |
188 <Tool | |
189 Name="VCAppVerifierTool" | |
190 /> | |
191 <Tool | |
192 Name="VCWebDeploymentTool" | |
193 /> | |
194 <Tool | |
195 Name="VCPostBuildEventTool" | |
196 /> | |
197 </Configuration> | |
198 </Configurations> | |
199 <References> | |
200 </References> | |
201 <Files> | |
202 <File | |
203 RelativePath="..\..\..\test\checkkeys.c" | |
204 > | |
205 </File> | |
206 <File | |
207 RelativePath="..\..\Sdl\Debug\SDL.lib" | |
208 > | |
209 </File> | |
210 <File | |
211 RelativePath="..\..\SDLmain\Debug\SDLmain.lib" | |
212 > | |
213 </File> | |
214 </Files> | |
215 <Globals> | |
216 </Globals> | |
217 </VisualStudioProject> |