comparison VisualC/SDLmain/SDLmain_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/SDLmain/SDLmain.vcproj@5f812979e179
children 03dcb795c583
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="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 Description="Making sure basic SDL headers are in place..."
28 CommandLine="if exist &quot;$(ProjectDir)\..\..\include\SDL_config.h&quot; goto SDLCONFIGOKAY&#x0D;&#x0A;echo Copying SDL_config_win32.h to SDL_config.h...&#x0D;&#x0A;copy &quot;$(ProjectDir)\..\..\include\SDL_config_win32.h&quot; &quot;$(ProjectDir)\..\..\include\SDL_config.h&quot;&#x0D;&#x0A;:SDLCONFIGOKAY&#x0D;&#x0A;&#x0D;&#x0A;if exist &quot;$(ProjectDir)\..\..\include\SDL_revision.h&quot; goto SDLREVISIONOKAY&#x0D;&#x0A;echo Creating stub SDL_revision.h file...&#x0D;&#x0A;echo #define SDL_REVISION 0 &gt;&quot;$(ProjectDir)\..\..\include\SDL_revision.h&quot;&#x0D;&#x0A;:SDLREVISIONOKAY"
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 />
42 <Tool
43 Name="VCCLCompilerTool"
44 InlineFunctionExpansion="1"
45 AdditionalIncludeDirectories="..\..\include,..\..\include\SDL"
46 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32,NDEBUG,_WINDOWS"
47 StringPooling="true"
48 RuntimeLibrary="2"
49 EnableFunctionLevelLinking="true"
50 UsePrecompiledHeader="0"
51 PrecompiledHeaderFile=".\Release/SDLmain.pch"
52 AssemblerListingLocation=".\Release/"
53 ObjectFile=".\Release/"
54 ProgramDataBaseFileName=".\Release/"
55 WarningLevel="3"
56 SuppressStartupBanner="true"
57 CompileAs="0"
58 />
59 <Tool
60 Name="VCManagedResourceCompilerTool"
61 />
62 <Tool
63 Name="VCResourceCompilerTool"
64 />
65 <Tool
66 Name="VCPreLinkEventTool"
67 />
68 <Tool
69 Name="VCLibrarianTool"
70 OutputFile=".\Release\SDLmain.lib"
71 SuppressStartupBanner="true"
72 />
73 <Tool
74 Name="VCALinkTool"
75 />
76 <Tool
77 Name="VCXDCMakeTool"
78 />
79 <Tool
80 Name="VCBscMakeTool"
81 />
82 <Tool
83 Name="VCFxCopTool"
84 />
85 <Tool
86 Name="VCPostBuildEventTool"
87 />
88 </Configuration>
89 <Configuration
90 Name="Release_NoSTDIO|Win32"
91 OutputDirectory=".\Release_NOSTDIO"
92 IntermediateDirectory=".\Release_NOSTDIO"
93 ConfigurationType="4"
94 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
95 UseOfMFC="0"
96 ATLMinimizesCRunTimeLibraryUsage="false"
97 >
98 <Tool
99 Name="VCPreBuildEventTool"
100 Description="Making sure basic SDL headers are in place..."
101 CommandLine="if exist &quot;$(ProjectDir)\..\..\include\SDL_config.h&quot; goto SDLCONFIGOKAY&#x0D;&#x0A;echo Copying SDL_config_win32.h to SDL_config.h...&#x0D;&#x0A;copy &quot;$(ProjectDir)\..\..\include\SDL_config_win32.h&quot; &quot;$(ProjectDir)\..\..\include\SDL_config.h&quot;&#x0D;&#x0A;:SDLCONFIGOKAY&#x0D;&#x0A;&#x0D;&#x0A;if exist &quot;$(ProjectDir)\..\..\include\SDL_revision.h&quot; goto SDLREVISIONOKAY&#x0D;&#x0A;echo Creating stub SDL_revision.h file...&#x0D;&#x0A;echo #define SDL_REVISION 0 &gt;&quot;$(ProjectDir)\..\..\include\SDL_revision.h&quot;&#x0D;&#x0A;:SDLREVISIONOKAY"
102 />
103 <Tool
104 Name="VCCustomBuildTool"
105 />
106 <Tool
107 Name="VCXMLDataGeneratorTool"
108 />
109 <Tool
110 Name="VCWebServiceProxyGeneratorTool"
111 />
112 <Tool
113 Name="VCMIDLTool"
114 />
115 <Tool
116 Name="VCCLCompilerTool"
117 InlineFunctionExpansion="1"
118 AdditionalIncludeDirectories="..\..\include,..\..\include\SDL"
119 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32,NDEBUG,_WINDOWS,NO_STDIO_REDIRECT"
120 StringPooling="true"
121 RuntimeLibrary="2"
122 EnableFunctionLevelLinking="true"
123 UsePrecompiledHeader="0"
124 PrecompiledHeaderFile=".\Release_NOSTDIO/SDLmain.pch"
125 AssemblerListingLocation=".\Release_NOSTDIO/"
126 ObjectFile=".\Release_NOSTDIO/"
127 ProgramDataBaseFileName=".\Release_NOSTDIO/"
128 WarningLevel="3"
129 SuppressStartupBanner="true"
130 CompileAs="0"
131 />
132 <Tool
133 Name="VCManagedResourceCompilerTool"
134 />
135 <Tool
136 Name="VCResourceCompilerTool"
137 />
138 <Tool
139 Name="VCPreLinkEventTool"
140 />
141 <Tool
142 Name="VCLibrarianTool"
143 OutputFile=".\Release_NOSTDIO\SDLmain.lib"
144 SuppressStartupBanner="true"
145 />
146 <Tool
147 Name="VCALinkTool"
148 />
149 <Tool
150 Name="VCXDCMakeTool"
151 />
152 <Tool
153 Name="VCBscMakeTool"
154 />
155 <Tool
156 Name="VCFxCopTool"
157 />
158 <Tool
159 Name="VCPostBuildEventTool"
160 />
161 </Configuration>
162 <Configuration
163 Name="Debug|Win32"
164 OutputDirectory=".\Debug"
165 IntermediateDirectory=".\Debug"
166 ConfigurationType="4"
167 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
168 UseOfMFC="0"
169 ATLMinimizesCRunTimeLibraryUsage="false"
170 >
171 <Tool
172 Name="VCPreBuildEventTool"
173 Description="Making sure basic SDL headers are in place..."
174 CommandLine="if exist &quot;$(ProjectDir)\..\..\include\SDL_config.h&quot; goto SDLCONFIGOKAY&#x0D;&#x0A;echo Copying SDL_config_win32.h to SDL_config.h...&#x0D;&#x0A;copy &quot;$(ProjectDir)\..\..\include\SDL_config_win32.h&quot; &quot;$(ProjectDir)\..\..\include\SDL_config.h&quot;&#x0D;&#x0A;:SDLCONFIGOKAY&#x0D;&#x0A;&#x0D;&#x0A;if exist &quot;$(ProjectDir)\..\..\include\SDL_revision.h&quot; goto SDLREVISIONOKAY&#x0D;&#x0A;echo Creating stub SDL_revision.h file...&#x0D;&#x0A;echo #define SDL_REVISION 0 &gt;&quot;$(ProjectDir)\..\..\include\SDL_revision.h&quot;&#x0D;&#x0A;:SDLREVISIONOKAY"
175 />
176 <Tool
177 Name="VCCustomBuildTool"
178 />
179 <Tool
180 Name="VCXMLDataGeneratorTool"
181 />
182 <Tool
183 Name="VCWebServiceProxyGeneratorTool"
184 />
185 <Tool
186 Name="VCMIDLTool"
187 />
188 <Tool
189 Name="VCCLCompilerTool"
190 Optimization="0"
191 AdditionalIncludeDirectories="..\..\include,..\..\include\SDL"
192 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32,_DEBUG,_WINDOWS"
193 RuntimeLibrary="2"
194 UsePrecompiledHeader="0"
195 PrecompiledHeaderFile=".\Debug/SDLmain.pch"
196 AssemblerListingLocation=".\Debug/"
197 ObjectFile=".\Debug/"
198 ProgramDataBaseFileName=".\Debug/"
199 WarningLevel="3"
200 SuppressStartupBanner="true"
201 DebugInformationFormat="1"
202 CompileAs="0"
203 />
204 <Tool
205 Name="VCManagedResourceCompilerTool"
206 />
207 <Tool
208 Name="VCResourceCompilerTool"
209 />
210 <Tool
211 Name="VCPreLinkEventTool"
212 />
213 <Tool
214 Name="VCLibrarianTool"
215 OutputFile=".\Debug\SDLmain.lib"
216 SuppressStartupBanner="true"
217 />
218 <Tool
219 Name="VCALinkTool"
220 />
221 <Tool
222 Name="VCXDCMakeTool"
223 />
224 <Tool
225 Name="VCBscMakeTool"
226 />
227 <Tool
228 Name="VCFxCopTool"
229 />
230 <Tool
231 Name="VCPostBuildEventTool"
232 />
233 </Configuration>
234 </Configurations>
235 <References>
236 </References>
237 <Files>
238 <File
239 RelativePath="..\..\Src\Main\Win32\SDL_win32_main.c"
240 >
241 </File>
242 </Files>
243 <Globals>
244 </Globals>
245 </VisualStudioProject>