comparison VisualC/tests/testgesture/testgesture_VS2008.vcproj @ 4918:f5f70fed2c4c

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