Import from neverball-1.3.1.tar.gz
[neverball-archive.git] / msvc / neverputt / neverputt.vcproj
blobf9f3dc4fd30f804725a8bf621ea1718fee2a1d13
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.10"
5 Name="neverputt"
6 ProjectGUID="{4AECAD75-406F-4119-8C38-29790268ABDE}"
7 Keyword="Win32Proj">
8 <Platforms>
9 <Platform
10 Name="Win32"/>
11 </Platforms>
12 <Configurations>
13 <Configuration
14 Name="Debug|Win32"
15 OutputDirectory="Debug"
16 IntermediateDirectory="Debug"
17 ConfigurationType="1"
18 CharacterSet="2">
19 <Tool
20 Name="VCCLCompilerTool"
21 Optimization="0"
22 AdditionalIncludeDirectories="..\..\share"
23 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
24 MinimalRebuild="TRUE"
25 BasicRuntimeChecks="3"
26 RuntimeLibrary="3"
27 UsePrecompiledHeader="0"
28 WarningLevel="3"
29 Detect64BitPortabilityProblems="TRUE"
30 DebugInformationFormat="4"/>
31 <Tool
32 Name="VCCustomBuildTool"/>
33 <Tool
34 Name="VCLinkerTool"
35 OutputFile="$(OutDir)/neverputt.exe"
36 LinkIncremental="2"
37 GenerateDebugInformation="TRUE"
38 ProgramDatabaseFile="$(OutDir)/neverputt.pdb"
39 SubSystem="1"
40 TargetMachine="1"/>
41 <Tool
42 Name="VCMIDLTool"/>
43 <Tool
44 Name="VCPostBuildEventTool"/>
45 <Tool
46 Name="VCPreBuildEventTool"/>
47 <Tool
48 Name="VCPreLinkEventTool"/>
49 <Tool
50 Name="VCResourceCompilerTool"/>
51 <Tool
52 Name="VCWebServiceProxyGeneratorTool"/>
53 <Tool
54 Name="VCXMLDataGeneratorTool"/>
55 <Tool
56 Name="VCWebDeploymentTool"/>
57 <Tool
58 Name="VCManagedWrapperGeneratorTool"/>
59 <Tool
60 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
61 </Configuration>
62 <Configuration
63 Name="Release|Win32"
64 OutputDirectory="Release"
65 IntermediateDirectory="Release"
66 ConfigurationType="1"
67 CharacterSet="2">
68 <Tool
69 Name="VCCLCompilerTool"
70 AdditionalIncludeDirectories="..\..\share"
71 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
72 RuntimeLibrary="2"
73 UsePrecompiledHeader="0"
74 WarningLevel="3"
75 Detect64BitPortabilityProblems="TRUE"
76 DebugInformationFormat="3"/>
77 <Tool
78 Name="VCCustomBuildTool"/>
79 <Tool
80 Name="VCLinkerTool"
81 OutputFile="$(OutDir)/neverputt.exe"
82 LinkIncremental="1"
83 GenerateDebugInformation="TRUE"
84 SubSystem="1"
85 OptimizeReferences="2"
86 EnableCOMDATFolding="2"
87 TargetMachine="1"/>
88 <Tool
89 Name="VCMIDLTool"/>
90 <Tool
91 Name="VCPostBuildEventTool"/>
92 <Tool
93 Name="VCPreBuildEventTool"/>
94 <Tool
95 Name="VCPreLinkEventTool"/>
96 <Tool
97 Name="VCResourceCompilerTool"/>
98 <Tool
99 Name="VCWebServiceProxyGeneratorTool"/>
100 <Tool
101 Name="VCXMLDataGeneratorTool"/>
102 <Tool
103 Name="VCWebDeploymentTool"/>
104 <Tool
105 Name="VCManagedWrapperGeneratorTool"/>
106 <Tool
107 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
108 </Configuration>
109 </Configurations>
110 <References>
111 </References>
112 <Files>
113 <Filter
114 Name="Source Files"
115 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
116 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
117 <File
118 RelativePath="..\..\putt\audio.c">
119 </File>
120 <File
121 RelativePath="..\..\share\back.c">
122 </File>
123 <File
124 RelativePath="..\..\share\binary.c">
125 </File>
126 <File
127 RelativePath="..\..\share\config.c">
128 </File>
129 <File
130 RelativePath="..\..\putt\game.c">
131 </File>
132 <File
133 RelativePath="..\..\share\geom.c">
134 </File>
135 <File
136 RelativePath="..\..\share\glext.c">
137 </File>
138 <File
139 RelativePath="..\..\share\gui.c">
140 </File>
141 <File
142 RelativePath="..\..\putt\hole.c">
143 </File>
144 <File
145 RelativePath="..\..\putt\hud.c">
146 </File>
147 <File
148 RelativePath="..\..\share\image.c">
149 </File>
150 <File
151 RelativePath="..\..\putt\main.c">
152 </File>
153 <File
154 RelativePath="..\..\share\menu.c">
155 </File>
156 <File
157 RelativePath="..\..\share\part.c">
158 </File>
159 <File
160 RelativePath="..\..\share\solid.c">
161 </File>
162 <File
163 RelativePath="..\..\putt\state.c">
164 </File>
165 <File
166 RelativePath="..\..\share\text.c">
167 </File>
168 <File
169 RelativePath="..\..\share\vec3.c">
170 </File>
171 </Filter>
172 <Filter
173 Name="Header Files"
174 Filter="h;hpp;hxx;hm;inl;inc;xsd"
175 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
176 <File
177 RelativePath="..\..\putt\audio.h">
178 </File>
179 <File
180 RelativePath="..\..\share\back.h">
181 </File>
182 <File
183 RelativePath="..\..\share\binary.h">
184 </File>
185 <File
186 RelativePath="..\..\share\config.h">
187 </File>
188 <File
189 RelativePath="..\..\putt\game.h">
190 </File>
191 <File
192 RelativePath="..\..\share\geom.h">
193 </File>
194 <File
195 RelativePath="..\..\share\glext.h">
196 </File>
197 <File
198 RelativePath="..\..\share\gui.h">
199 </File>
200 <File
201 RelativePath="..\..\putt\hole.h">
202 </File>
203 <File
204 RelativePath="..\..\putt\hud.h">
205 </File>
206 <File
207 RelativePath="..\..\share\image.h">
208 </File>
209 <File
210 RelativePath="..\..\share\menu.h">
211 </File>
212 <File
213 RelativePath="..\..\share\part.h">
214 </File>
215 <File
216 RelativePath="..\..\share\solid.h">
217 </File>
218 <File
219 RelativePath="..\..\putt\state.h">
220 </File>
221 <File
222 RelativePath="..\..\share\text.h">
223 </File>
224 <File
225 RelativePath="..\..\share\vec3.h">
226 </File>
227 </Filter>
228 <Filter
229 Name="Resource Files"
230 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
231 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
232 </Filter>
233 </Files>
234 <Globals>
235 </Globals>
236 </VisualStudioProject>