Navigation Menu

Skip to content

Latest commit

 

History

History
268 lines (268 loc) · 6.67 KB

physfs.vcproj

File metadata and controls

268 lines (268 loc) · 6.67 KB
 
Aug 28, 2002
Aug 28, 2002
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="7.00"
Name="physfs"
ProjectGUID="{5D67886A-8D97-400E-BF1A-D9873B77ACEA}"
SccProjectName=""
SccLocalPath="">
<Platforms>
<Platform
Name="Win32"/>
</Platforms>
<Configurations>
<Configuration
Name="Debug Multithreaded DLL|Win32"
OutputDirectory=".\Debug"
IntermediateDirectory=".\Debug"
ConfigurationType="2"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"
CharacterSet="2">
<Tool
Name="VCCLCompilerTool"
Optimization="0"
Jul 23, 2005
Jul 23, 2005
25
AdditionalIncludeDirectories=".,zlib123"
Jan 8, 2004
Jan 8, 2004
26
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;_USRDLL;Z_PREFIX;PHYSFS_EXPORTS;PHYSFS_SUPPORTS_GRP;PHYSFS_SUPPORTS_WAD;PHYSFS_SUPPORTS_ZIP;PHYSFS_SUPPORTS_QPAK;PHYSFS_SUPPORTS_HOG;PHYSFS_SUPPORTS_MVL"
Aug 28, 2002
Aug 28, 2002
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
ExceptionHandling="FALSE"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
BufferSecurityCheck="TRUE"
DisableLanguageExtensions="FALSE"
ForceConformanceInForLoopScope="TRUE"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\Debug/physfs.pch"
AssemblerListingLocation=".\Debug/"
ObjectFile=".\Debug/"
ProgramDataBaseFileName=".\Debug/"
WarningLevel="2"
WarnAsError="TRUE"
SuppressStartupBanner="TRUE"
Detect64BitPortabilityProblems="TRUE"
DebugInformationFormat="4"
CompileAs="1"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/MACHINE:I386"
ShowProgress="0"
OutputFile=".\Debug/physfs.dll"
Version="0.1.7"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\Debug/physfs.pdb"
OptimizeForWindows98="1"
ImportLibrary=".\Debug/physfs.lib"/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="_DEBUG"
MkTypLibCompatible="TRUE"
SuppressStartupBanner="TRUE"
TargetEnvironment="1"
TypeLibraryName=".\Debug/physfs.tlb"/>
<Tool
Name="VCPostBuildEventTool"/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
Name="VCPreLinkEventTool"/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="_DEBUG"
Culture="1033"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCWebDeploymentTool"/>
</Configuration>
<Configuration
Name="Release Multithreaded DLL|Win32"
OutputDirectory=".\Release"
IntermediateDirectory=".\Release"
ConfigurationType="2"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"
CharacterSet="2"
WholeProgramOptimization="TRUE">
<Tool
Name="VCCLCompilerTool"
GlobalOptimizations="TRUE"
InlineFunctionExpansion="1"
EnableIntrinsicFunctions="TRUE"
FavorSizeOrSpeed="1"
OmitFramePointers="FALSE"
Jul 23, 2005
Jul 23, 2005
96
AdditionalIncludeDirectories=".,zlib123"
Jan 8, 2004
Jan 8, 2004
97
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;_USRDLL;Z_PREFIX;PHYSFS_EXPORTS;PHYSFS_SUPPORTS_GRP;PHYSFS_SUPPORTS_WAD;PHYSFS_SUPPORTS_ZIP;PHYSFS_SUPPORTS_QPAK;PHYSFS_SUPPORTS_HOG;PHYSFS_SUPPORTS_MVL"
Aug 28, 2002
Aug 28, 2002
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
StringPooling="TRUE"
ExceptionHandling="FALSE"
RuntimeLibrary="2"
BufferSecurityCheck="FALSE"
EnableFunctionLevelLinking="TRUE"
DisableLanguageExtensions="FALSE"
ForceConformanceInForLoopScope="TRUE"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\Release/physfs.pch"
AssemblerListingLocation=".\Release/"
ObjectFile=".\Release/"
ProgramDataBaseFileName=".\Release/"
WarningLevel="2"
WarnAsError="TRUE"
SuppressStartupBanner="TRUE"
Detect64BitPortabilityProblems="TRUE"
CompileAs="1"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="/MACHINE:I386"
ShowProgress="0"
OutputFile=".\Release/physfs.dll"
Version="0.1.7"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
ProgramDatabaseFile=".\Release/physfs.pdb"
OptimizeReferences="2"
EnableCOMDATFolding="2"
OptimizeForWindows98="1"
ImportLibrary=".\Release/physfs.lib"/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG"
MkTypLibCompatible="TRUE"
SuppressStartupBanner="TRUE"
TargetEnvironment="1"
TypeLibraryName=".\Release/physfs.tlb"/>
<Tool
Name="VCPostBuildEventTool"/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
Name="VCPreLinkEventTool"/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG"
Culture="1033"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCWebDeploymentTool"/>
</Configuration>
</Configurations>
<Files>
<Filter
Name="Source Files"
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
<File
Jul 23, 2005
Jul 23, 2005
158
RelativePath=".\zlib123\adler32.c">
Aug 28, 2002
Aug 28, 2002
159
160
</File>
<File
Jul 23, 2005
Jul 23, 2005
161
RelativePath=".\zlib123\compress.c">
Aug 28, 2002
Aug 28, 2002
162
163
</File>
<File
Jul 23, 2005
Jul 23, 2005
164
RelativePath=".\zlib123\crc32.c">
Aug 28, 2002
Aug 28, 2002
165
166
</File>
<File
Jul 23, 2005
Jul 23, 2005
167
RelativePath=".\zlib123\deflate.c">
Aug 28, 2002
Aug 28, 2002
168
169
170
171
172
173
174
</File>
<File
RelativePath=".\archivers\dir.c">
</File>
<File
RelativePath=".\archivers\grp.c">
</File>
Dec 15, 2003
Dec 15, 2003
175
<File
Jan 8, 2004
Jan 8, 2004
176
RelativePath="archivers\hog.c">
Aug 28, 2002
Aug 28, 2002
177
178
</File>
<File
Jul 23, 2005
Jul 23, 2005
179
RelativePath=".\zlib123\inffast.c">
Aug 28, 2002
Aug 28, 2002
180
181
</File>
<File
Jul 23, 2005
Jul 23, 2005
182
RelativePath=".\zlib123\inflate.c">
Aug 28, 2002
Aug 28, 2002
183
184
</File>
<File
Jul 23, 2005
Jul 23, 2005
185
RelativePath=".\zlib123\inftrees.c">
Aug 28, 2002
Aug 28, 2002
186
187
</File>
<File
Jan 8, 2004
Jan 8, 2004
188
RelativePath="archivers\mvl.c">
Aug 28, 2002
Aug 28, 2002
189
190
191
192
193
194
195
196
197
198
199
</File>
<File
RelativePath=".\physfs.c">
</File>
<File
RelativePath=".\physfs_byteorder.c">
</File>
<File
RelativePath="archivers\qpak.c">
</File>
<File
Jul 23, 2005
Jul 23, 2005
200
RelativePath=".\zlib123\trees.c">
Jan 8, 2004
Jan 8, 2004
201
202
</File>
<File
Jul 23, 2005
Jul 23, 2005
203
RelativePath=".\zlib123\uncompr.c">
Aug 28, 2002
Aug 28, 2002
204
205
</File>
<File
Jan 8, 2004
Jan 8, 2004
206
RelativePath=".\archivers\wad.c">
Aug 28, 2002
Aug 28, 2002
207
208
209
210
211
212
213
214
</File>
<File
RelativePath=".\platform\win32.c">
</File>
<File
RelativePath=".\archivers\zip.c">
</File>
<File
Jul 23, 2005
Jul 23, 2005
215
RelativePath=".\zlib123\zutil.c">
Aug 28, 2002
Aug 28, 2002
216
217
218
219
220
221
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl">
<File
Jul 23, 2005
Jul 23, 2005
222
RelativePath=".\zlib123\deflate.h">
Aug 28, 2002
Aug 28, 2002
223
224
</File>
<File
Jul 23, 2005
Jul 23, 2005
225
RelativePath=".\zlib123\infblock.h">
Aug 28, 2002
Aug 28, 2002
226
227
</File>
<File
Jul 23, 2005
Jul 23, 2005
228
RelativePath=".\zlib123\infcodes.h">
Aug 28, 2002
Aug 28, 2002
229
230
</File>
<File
Jul 23, 2005
Jul 23, 2005
231
RelativePath=".\zlib123\inffast.h">
Aug 28, 2002
Aug 28, 2002
232
233
</File>
<File
Jul 23, 2005
Jul 23, 2005
234
RelativePath=".\zlib123\inffixed.h">
Aug 28, 2002
Aug 28, 2002
235
236
</File>
<File
Jul 23, 2005
Jul 23, 2005
237
RelativePath=".\zlib123\inftrees.h">
Aug 28, 2002
Aug 28, 2002
238
239
</File>
<File
Jul 23, 2005
Jul 23, 2005
240
RelativePath=".\zlib123\infutil.h">
Aug 28, 2002
Aug 28, 2002
241
242
243
244
245
246
247
248
</File>
<File
RelativePath=".\physfs.h">
</File>
<File
RelativePath=".\physfs_internal.h">
</File>
<File
Jul 23, 2005
Jul 23, 2005
249
RelativePath=".\zlib123\trees.h">
Aug 28, 2002
Aug 28, 2002
250
251
</File>
<File
Jul 23, 2005
Jul 23, 2005
252
RelativePath=".\zlib123\zconf.h">
Aug 28, 2002
Aug 28, 2002
253
254
</File>
<File
Jul 23, 2005
Jul 23, 2005
255
RelativePath=".\zlib123\zlib.h">
Aug 28, 2002
Aug 28, 2002
256
257
</File>
<File
Jul 23, 2005
Jul 23, 2005
258
RelativePath=".\zlib123\zutil.h">
Aug 28, 2002
Aug 28, 2002
259
260
261
262
263
264
265
266
267
268
</File>
</Filter>
<Filter
Name="Resource Files"
Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>