annotate VisualC/SDLmain/SDLmain_VS2005.vcproj @ 5017:a9a3b9852a4a

SDL_atomic.h is safe to include in the main header now.
author Sam Lantinga <slouken@libsdl.org>
date Mon, 17 Jan 2011 14:08:00 -0800
parents 379361d5e425
children e8916fe9cfc8
rev   line source
2207
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
1 <?xml version="1.0" encoding="Windows-1252"?>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
2 <VisualStudioProject
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
3 ProjectType="Visual C++"
4662
3c4e0130c9b1 Added alternative finger tracking method. Still prefer IPHONE_TOUCH_EFFICIENT_DANGEROUS.
Jim Grandpre <jim.tla@gmail.com>
parents: 4661
diff changeset
4 Version="8.00"
2207
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
5 Name="SDLmain"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
6 ProjectGUID="{DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}"
4968
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
7 RootNamespace="SDLmain"
2207
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
8 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
9 <Platforms>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
10 <Platform
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
11 Name="Win32"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
12 />
4968
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
13 <Platform
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
14 Name="x64"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
15 />
2207
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
16 </Platforms>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
17 <ToolFiles>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
18 </ToolFiles>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
19 <Configurations>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
20 <Configuration
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
21 Name="Release|Win32"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
22 OutputDirectory=".\Release"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
23 IntermediateDirectory=".\Release"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
24 ConfigurationType="4"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
25 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
26 UseOfMFC="0"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
27 ATLMinimizesCRunTimeLibraryUsage="false"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
28 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
29 <Tool
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
30 Name="VCPreBuildEventTool"
3357
2d19d10e24d5 Fixed bug #830
Sam Lantinga <slouken@libsdl.org>
parents: 2207
diff changeset
31 Description="Making sure basic SDL headers are in place..."
4647
be2250bb482b Fixed some windows compilation bugs - Still does not compile.
jimtla
parents: 3403
diff changeset
32 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&#x0D;&#x0A;"
2207
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
33 />
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
34 <Tool
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
35 Name="VCCustomBuildTool"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
36 />
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
37 <Tool
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
38 Name="VCXMLDataGeneratorTool"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
39 />
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
40 <Tool
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
41 Name="VCWebServiceProxyGeneratorTool"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
42 />
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
43 <Tool
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
44 Name="VCMIDLTool"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
45 />
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
46 <Tool
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
47 Name="VCCLCompilerTool"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
48 InlineFunctionExpansion="1"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
49 AdditionalIncludeDirectories="..\..\include,..\..\include\SDL"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
50 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32,NDEBUG,_WINDOWS"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
51 StringPooling="true"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
52 RuntimeLibrary="2"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
53 EnableFunctionLevelLinking="true"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
54 WarningLevel="3"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
55 SuppressStartupBanner="true"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
56 CompileAs="0"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
57 />
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
58 <Tool
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
59 Name="VCManagedResourceCompilerTool"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
60 />
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
61 <Tool
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
62 Name="VCResourceCompilerTool"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
63 />
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
64 <Tool
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
65 Name="VCPreLinkEventTool"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
66 />
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
67 <Tool
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
68 Name="VCLibrarianTool"
4968
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
69 OutputFile="$(IntDir)\SDLmain.lib"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
70 SuppressStartupBanner="true"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
71 />
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
72 <Tool
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
73 Name="VCALinkTool"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
74 />
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
75 <Tool
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
76 Name="VCXDCMakeTool"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
77 />
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
78 <Tool
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
79 Name="VCBscMakeTool"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
80 />
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
81 <Tool
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
82 Name="VCFxCopTool"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
83 />
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
84 <Tool
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
85 Name="VCPostBuildEventTool"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
86 />
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
87 </Configuration>
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
88 <Configuration
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
89 Name="Release|x64"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
90 OutputDirectory="$(PlatformName)\$(ConfigurationName)"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
91 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
92 ConfigurationType="4"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
93 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
94 UseOfMFC="0"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
95 ATLMinimizesCRunTimeLibraryUsage="false"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
96 >
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
97 <Tool
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
98 Name="VCPreBuildEventTool"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
99 />
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
100 <Tool
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
101 Name="VCCustomBuildTool"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
102 />
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
103 <Tool
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
104 Name="VCXMLDataGeneratorTool"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
105 />
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
106 <Tool
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
107 Name="VCWebServiceProxyGeneratorTool"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
108 />
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
109 <Tool
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
110 Name="VCMIDLTool"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
111 TargetEnvironment="3"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
112 />
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
113 <Tool
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
114 Name="VCCLCompilerTool"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
115 InlineFunctionExpansion="1"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
116 AdditionalIncludeDirectories="..\..\include,..\..\include\SDL"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
117 PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
118 StringPooling="true"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
119 RuntimeLibrary="2"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
120 EnableFunctionLevelLinking="true"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
121 WarningLevel="3"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
122 SuppressStartupBanner="true"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
123 CompileAs="0"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
124 />
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
125 <Tool
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
126 Name="VCManagedResourceCompilerTool"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
127 />
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
128 <Tool
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
129 Name="VCResourceCompilerTool"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
130 />
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
131 <Tool
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
132 Name="VCPreLinkEventTool"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
133 />
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
134 <Tool
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
135 Name="VCLibrarianTool"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
136 OutputFile="$(IntDir)\SDLmain.lib"
2207
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
137 SuppressStartupBanner="true"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
138 />
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
139 <Tool
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
140 Name="VCALinkTool"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
141 />
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
142 <Tool
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
143 Name="VCXDCMakeTool"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
144 />
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
145 <Tool
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
146 Name="VCBscMakeTool"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
147 />
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
148 <Tool
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
149 Name="VCFxCopTool"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
150 />
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
151 <Tool
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
152 Name="VCPostBuildEventTool"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
153 />
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
154 </Configuration>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
155 <Configuration
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
156 Name="Release_NoSTDIO|Win32"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
157 OutputDirectory=".\Release_NOSTDIO"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
158 IntermediateDirectory=".\Release_NOSTDIO"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
159 ConfigurationType="4"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
160 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
161 UseOfMFC="0"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
162 ATLMinimizesCRunTimeLibraryUsage="false"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
163 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
164 <Tool
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
165 Name="VCPreBuildEventTool"
3357
2d19d10e24d5 Fixed bug #830
Sam Lantinga <slouken@libsdl.org>
parents: 2207
diff changeset
166 Description="Making sure basic SDL headers are in place..."
4647
be2250bb482b Fixed some windows compilation bugs - Still does not compile.
jimtla
parents: 3403
diff changeset
167 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&#x0D;&#x0A;"
2207
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
168 />
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
169 <Tool
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
170 Name="VCCustomBuildTool"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
171 />
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
172 <Tool
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
173 Name="VCXMLDataGeneratorTool"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
174 />
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
175 <Tool
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
176 Name="VCWebServiceProxyGeneratorTool"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
177 />
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
178 <Tool
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
179 Name="VCMIDLTool"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
180 />
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
181 <Tool
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
182 Name="VCCLCompilerTool"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
183 InlineFunctionExpansion="1"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
184 AdditionalIncludeDirectories="..\..\include,..\..\include\SDL"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
185 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32,NDEBUG,_WINDOWS,NO_STDIO_REDIRECT"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
186 StringPooling="true"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
187 RuntimeLibrary="2"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
188 EnableFunctionLevelLinking="true"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
189 WarningLevel="3"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
190 SuppressStartupBanner="true"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
191 CompileAs="0"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
192 />
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
193 <Tool
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
194 Name="VCManagedResourceCompilerTool"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
195 />
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
196 <Tool
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
197 Name="VCResourceCompilerTool"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
198 />
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
199 <Tool
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
200 Name="VCPreLinkEventTool"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
201 />
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
202 <Tool
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
203 Name="VCLibrarianTool"
4968
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
204 OutputFile="$(IntDir)\SDLmain.lib"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
205 SuppressStartupBanner="true"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
206 />
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
207 <Tool
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
208 Name="VCALinkTool"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
209 />
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
210 <Tool
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
211 Name="VCXDCMakeTool"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
212 />
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
213 <Tool
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
214 Name="VCBscMakeTool"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
215 />
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
216 <Tool
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
217 Name="VCFxCopTool"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
218 />
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
219 <Tool
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
220 Name="VCPostBuildEventTool"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
221 />
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
222 </Configuration>
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
223 <Configuration
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
224 Name="Release_NoSTDIO|x64"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
225 OutputDirectory="$(PlatformName)\$(ConfigurationName)"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
226 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
227 ConfigurationType="4"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
228 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
229 UseOfMFC="0"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
230 ATLMinimizesCRunTimeLibraryUsage="false"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
231 >
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
232 <Tool
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
233 Name="VCPreBuildEventTool"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
234 />
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
235 <Tool
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
236 Name="VCCustomBuildTool"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
237 />
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
238 <Tool
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
239 Name="VCXMLDataGeneratorTool"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
240 />
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
241 <Tool
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
242 Name="VCWebServiceProxyGeneratorTool"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
243 />
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
244 <Tool
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
245 Name="VCMIDLTool"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
246 TargetEnvironment="3"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
247 />
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
248 <Tool
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
249 Name="VCCLCompilerTool"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
250 InlineFunctionExpansion="1"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
251 AdditionalIncludeDirectories="..\..\include,..\..\include\SDL"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
252 PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS,NO_STDIO_REDIRECT"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
253 StringPooling="true"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
254 RuntimeLibrary="2"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
255 EnableFunctionLevelLinking="true"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
256 WarningLevel="3"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
257 SuppressStartupBanner="true"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
258 CompileAs="0"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
259 />
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
260 <Tool
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
261 Name="VCManagedResourceCompilerTool"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
262 />
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
263 <Tool
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
264 Name="VCResourceCompilerTool"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
265 />
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
266 <Tool
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
267 Name="VCPreLinkEventTool"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
268 />
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
269 <Tool
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
270 Name="VCLibrarianTool"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
271 OutputFile="$(IntDir)\SDLmain.lib"
2207
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
272 SuppressStartupBanner="true"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
273 />
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
274 <Tool
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
275 Name="VCALinkTool"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
276 />
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
277 <Tool
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
278 Name="VCXDCMakeTool"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
279 />
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
280 <Tool
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
281 Name="VCBscMakeTool"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
282 />
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
283 <Tool
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
284 Name="VCFxCopTool"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
285 />
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
286 <Tool
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
287 Name="VCPostBuildEventTool"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
288 />
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
289 </Configuration>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
290 <Configuration
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
291 Name="Debug|Win32"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
292 OutputDirectory=".\Debug"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
293 IntermediateDirectory=".\Debug"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
294 ConfigurationType="4"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
295 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
296 UseOfMFC="0"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
297 ATLMinimizesCRunTimeLibraryUsage="false"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
298 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
299 <Tool
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
300 Name="VCPreBuildEventTool"
3357
2d19d10e24d5 Fixed bug #830
Sam Lantinga <slouken@libsdl.org>
parents: 2207
diff changeset
301 Description="Making sure basic SDL headers are in place..."
4647
be2250bb482b Fixed some windows compilation bugs - Still does not compile.
jimtla
parents: 3403
diff changeset
302 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&#x0D;&#x0A;"
2207
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
303 />
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
304 <Tool
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
305 Name="VCCustomBuildTool"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
306 />
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
307 <Tool
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
308 Name="VCXMLDataGeneratorTool"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
309 />
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
310 <Tool
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
311 Name="VCWebServiceProxyGeneratorTool"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
312 />
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
313 <Tool
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
314 Name="VCMIDLTool"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
315 />
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
316 <Tool
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
317 Name="VCCLCompilerTool"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
318 Optimization="0"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
319 AdditionalIncludeDirectories="..\..\include,..\..\include\SDL"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
320 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32,_DEBUG,_WINDOWS"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
321 RuntimeLibrary="2"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
322 WarningLevel="3"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
323 SuppressStartupBanner="true"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
324 DebugInformationFormat="1"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
325 CompileAs="0"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
326 />
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
327 <Tool
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
328 Name="VCManagedResourceCompilerTool"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
329 />
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
330 <Tool
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
331 Name="VCResourceCompilerTool"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
332 />
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
333 <Tool
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
334 Name="VCPreLinkEventTool"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
335 />
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
336 <Tool
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
337 Name="VCLibrarianTool"
4968
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
338 OutputFile="$(IntDir)\SDLmain.lib"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
339 SuppressStartupBanner="true"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
340 />
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
341 <Tool
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
342 Name="VCALinkTool"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
343 />
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
344 <Tool
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
345 Name="VCXDCMakeTool"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
346 />
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
347 <Tool
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
348 Name="VCBscMakeTool"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
349 />
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
350 <Tool
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
351 Name="VCFxCopTool"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
352 />
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
353 <Tool
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
354 Name="VCPostBuildEventTool"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
355 />
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
356 </Configuration>
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
357 <Configuration
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
358 Name="Debug|x64"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
359 OutputDirectory="$(PlatformName)\$(ConfigurationName)"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
360 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
361 ConfigurationType="4"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
362 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
363 UseOfMFC="0"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
364 ATLMinimizesCRunTimeLibraryUsage="false"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
365 >
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
366 <Tool
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
367 Name="VCPreBuildEventTool"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
368 />
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
369 <Tool
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
370 Name="VCCustomBuildTool"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
371 />
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
372 <Tool
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
373 Name="VCXMLDataGeneratorTool"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
374 />
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
375 <Tool
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
376 Name="VCWebServiceProxyGeneratorTool"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
377 />
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
378 <Tool
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
379 Name="VCMIDLTool"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
380 TargetEnvironment="3"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
381 />
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
382 <Tool
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
383 Name="VCCLCompilerTool"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
384 Optimization="0"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
385 AdditionalIncludeDirectories="..\..\include,..\..\include\SDL"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
386 PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
387 RuntimeLibrary="2"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
388 WarningLevel="3"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
389 SuppressStartupBanner="true"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
390 DebugInformationFormat="1"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
391 CompileAs="0"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
392 />
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
393 <Tool
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
394 Name="VCManagedResourceCompilerTool"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
395 />
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
396 <Tool
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
397 Name="VCResourceCompilerTool"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
398 />
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
399 <Tool
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
400 Name="VCPreLinkEventTool"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
401 />
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
402 <Tool
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
403 Name="VCLibrarianTool"
379361d5e425 Jcw87 to Sam
Sam Lantinga <slouken@libsdl.org>
parents: 4662
diff changeset
404 OutputFile="$(IntDir)\SDLmain.lib"
2207
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
405 SuppressStartupBanner="true"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
406 />
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
407 <Tool
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
408 Name="VCALinkTool"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
409 />
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
410 <Tool
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
411 Name="VCXDCMakeTool"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
412 />
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
413 <Tool
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
414 Name="VCBscMakeTool"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
415 />
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
416 <Tool
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
417 Name="VCFxCopTool"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
418 />
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
419 <Tool
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
420 Name="VCPostBuildEventTool"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
421 />
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
422 </Configuration>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
423 </Configurations>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
424 <References>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
425 </References>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
426 <Files>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
427 <File
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
428 RelativePath="..\..\Src\Main\Win32\SDL_win32_main.c"
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
429 >
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
430 </File>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
431 </Files>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
432 <Globals>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
433 </Globals>
d63e9f5944ae Unpacked project archives to get individual file history in subversion
Sam Lantinga <slouken@libsdl.org>
parents:
diff changeset
434 </VisualStudioProject>