comparison VisualC/SDLmain/SDLmain.vcproj @ 2207:d63e9f5944ae

Unpacked project archives to get individual file history in subversion
author Sam Lantinga <slouken@libsdl.org>
date Sat, 21 Jul 2007 17:09:01 +0000
parents
children 2d19d10e24d5
comparison
equal deleted inserted replaced
2206:ca7d2227d630 2207:d63e9f5944ae
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="SDLmain"
6 ProjectGUID="{DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}"
7 >
8 <Platforms>
9 <Platform
10 Name="Win32"
11 />
12 </Platforms>
13 <ToolFiles>
14 </ToolFiles>
15 <Configurations>
16 <Configuration
17 Name="Release|Win32"
18 OutputDirectory=".\Release"
19 IntermediateDirectory=".\Release"
20 ConfigurationType="4"
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 />
40 <Tool
41 Name="VCCLCompilerTool"
42 InlineFunctionExpansion="1"
43 AdditionalIncludeDirectories="..\..\include,..\..\include\SDL"
44 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32,NDEBUG,_WINDOWS"
45 StringPooling="true"
46 RuntimeLibrary="2"
47 EnableFunctionLevelLinking="true"
48 UsePrecompiledHeader="0"
49 PrecompiledHeaderFile=".\Release/SDLmain.pch"
50 AssemblerListingLocation=".\Release/"
51 ObjectFile=".\Release/"
52 ProgramDataBaseFileName=".\Release/"
53 WarningLevel="3"
54 SuppressStartupBanner="true"
55 CompileAs="0"
56 />
57 <Tool
58 Name="VCManagedResourceCompilerTool"
59 />
60 <Tool
61 Name="VCResourceCompilerTool"
62 />
63 <Tool
64 Name="VCPreLinkEventTool"
65 />
66 <Tool
67 Name="VCLibrarianTool"
68 OutputFile=".\Release\SDLmain.lib"
69 SuppressStartupBanner="true"
70 />
71 <Tool
72 Name="VCALinkTool"
73 />
74 <Tool
75 Name="VCXDCMakeTool"
76 />
77 <Tool
78 Name="VCBscMakeTool"
79 />
80 <Tool
81 Name="VCFxCopTool"
82 />
83 <Tool
84 Name="VCPostBuildEventTool"
85 />
86 </Configuration>
87 <Configuration
88 Name="Release_NoSTDIO|Win32"
89 OutputDirectory=".\Release_NOSTDIO"
90 IntermediateDirectory=".\Release_NOSTDIO"
91 ConfigurationType="4"
92 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
93 UseOfMFC="0"
94 ATLMinimizesCRunTimeLibraryUsage="false"
95 >
96 <Tool
97 Name="VCPreBuildEventTool"
98 />
99 <Tool
100 Name="VCCustomBuildTool"
101 />
102 <Tool
103 Name="VCXMLDataGeneratorTool"
104 />
105 <Tool
106 Name="VCWebServiceProxyGeneratorTool"
107 />
108 <Tool
109 Name="VCMIDLTool"
110 />
111 <Tool
112 Name="VCCLCompilerTool"
113 InlineFunctionExpansion="1"
114 AdditionalIncludeDirectories="..\..\include,..\..\include\SDL"
115 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32,NDEBUG,_WINDOWS,NO_STDIO_REDIRECT"
116 StringPooling="true"
117 RuntimeLibrary="2"
118 EnableFunctionLevelLinking="true"
119 UsePrecompiledHeader="0"
120 PrecompiledHeaderFile=".\Release_NOSTDIO/SDLmain.pch"
121 AssemblerListingLocation=".\Release_NOSTDIO/"
122 ObjectFile=".\Release_NOSTDIO/"
123 ProgramDataBaseFileName=".\Release_NOSTDIO/"
124 WarningLevel="3"
125 SuppressStartupBanner="true"
126 CompileAs="0"
127 />
128 <Tool
129 Name="VCManagedResourceCompilerTool"
130 />
131 <Tool
132 Name="VCResourceCompilerTool"
133 />
134 <Tool
135 Name="VCPreLinkEventTool"
136 />
137 <Tool
138 Name="VCLibrarianTool"
139 OutputFile=".\Release_NOSTDIO\SDLmain.lib"
140 SuppressStartupBanner="true"
141 />
142 <Tool
143 Name="VCALinkTool"
144 />
145 <Tool
146 Name="VCXDCMakeTool"
147 />
148 <Tool
149 Name="VCBscMakeTool"
150 />
151 <Tool
152 Name="VCFxCopTool"
153 />
154 <Tool
155 Name="VCPostBuildEventTool"
156 />
157 </Configuration>
158 <Configuration
159 Name="Debug|Win32"
160 OutputDirectory=".\Debug"
161 IntermediateDirectory=".\Debug"
162 ConfigurationType="4"
163 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
164 UseOfMFC="0"
165 ATLMinimizesCRunTimeLibraryUsage="false"
166 >
167 <Tool
168 Name="VCPreBuildEventTool"
169 />
170 <Tool
171 Name="VCCustomBuildTool"
172 />
173 <Tool
174 Name="VCXMLDataGeneratorTool"
175 />
176 <Tool
177 Name="VCWebServiceProxyGeneratorTool"
178 />
179 <Tool
180 Name="VCMIDLTool"
181 />
182 <Tool
183 Name="VCCLCompilerTool"
184 Optimization="0"
185 AdditionalIncludeDirectories="..\..\include,..\..\include\SDL"
186 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32,_DEBUG,_WINDOWS"
187 RuntimeLibrary="2"
188 UsePrecompiledHeader="0"
189 PrecompiledHeaderFile=".\Debug/SDLmain.pch"
190 AssemblerListingLocation=".\Debug/"
191 ObjectFile=".\Debug/"
192 ProgramDataBaseFileName=".\Debug/"
193 WarningLevel="3"
194 SuppressStartupBanner="true"
195 DebugInformationFormat="1"
196 CompileAs="0"
197 />
198 <Tool
199 Name="VCManagedResourceCompilerTool"
200 />
201 <Tool
202 Name="VCResourceCompilerTool"
203 />
204 <Tool
205 Name="VCPreLinkEventTool"
206 />
207 <Tool
208 Name="VCLibrarianTool"
209 OutputFile=".\Debug\SDLmain.lib"
210 SuppressStartupBanner="true"
211 />
212 <Tool
213 Name="VCALinkTool"
214 />
215 <Tool
216 Name="VCXDCMakeTool"
217 />
218 <Tool
219 Name="VCBscMakeTool"
220 />
221 <Tool
222 Name="VCFxCopTool"
223 />
224 <Tool
225 Name="VCPostBuildEventTool"
226 />
227 </Configuration>
228 </Configurations>
229 <References>
230 </References>
231 <Files>
232 <File
233 RelativePath="..\..\Src\Main\Win32\SDL_win32_main.c"
234 >
235 </File>
236 </Files>
237 <Globals>
238 </Globals>
239 </VisualStudioProject>