diff options
Diffstat (limited to 'xdelta3/xdelta3.vcproj')
-rwxr-xr-x | xdelta3/xdelta3.vcproj | 238 |
1 files changed, 238 insertions, 0 deletions
diff --git a/xdelta3/xdelta3.vcproj b/xdelta3/xdelta3.vcproj new file mode 100755 index 0000000..1a279e5 --- /dev/null +++ b/xdelta3/xdelta3.vcproj | |||
@@ -0,0 +1,238 @@ | |||
1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
2 | <VisualStudioProject | ||
3 | ProjectType="Visual C++" | ||
4 | Version="8.00" | ||
5 | Name="xdelta3" | ||
6 | ProjectGUID="{7F30EDF1-4493-4E47-8664-0661516BC9E4}" | ||
7 | Keyword="Win32Proj" | ||
8 | > | ||
9 | <Platforms> | ||
10 | <Platform | ||
11 | Name="Win32" | ||
12 | /> | ||
13 | </Platforms> | ||
14 | <ToolFiles> | ||
15 | </ToolFiles> | ||
16 | <Configurations> | ||
17 | <Configuration | ||
18 | Name="Debug|Win32" | ||
19 | OutputDirectory="Debug" | ||
20 | IntermediateDirectory="Debug" | ||
21 | ConfigurationType="1" | ||
22 | > | ||
23 | <Tool | ||
24 | Name="VCPreBuildEventTool" | ||
25 | /> | ||
26 | <Tool | ||
27 | Name="VCCustomBuildTool" | ||
28 | /> | ||
29 | <Tool | ||
30 | Name="VCXMLDataGeneratorTool" | ||
31 | /> | ||
32 | <Tool | ||
33 | Name="VCWebServiceProxyGeneratorTool" | ||
34 | /> | ||
35 | <Tool | ||
36 | Name="VCMIDLTool" | ||
37 | /> | ||
38 | <Tool | ||
39 | Name="VCCLCompilerTool" | ||
40 | AdditionalOptions="/DXD3_DEBUG=0 /DXD3_USE_LARGEFILE64=1 /DREGRESSION_TEST=1 /DSECONDARY_DJW=1 /DSECONDARY_FGK=1 /DXD3_MAIN=1 /DXD3_STDIO=1 /DEXTERNAL_COMPRESSION=0" | ||
41 | Optimization="0" | ||
42 | PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;" | ||
43 | MinimalRebuild="true" | ||
44 | BasicRuntimeChecks="3" | ||
45 | RuntimeLibrary="3" | ||
46 | UsePrecompiledHeader="0" | ||
47 | WarningLevel="3" | ||
48 | Detect64BitPortabilityProblems="true" | ||
49 | DebugInformationFormat="4" | ||
50 | /> | ||
51 | <Tool | ||
52 | Name="VCManagedResourceCompilerTool" | ||
53 | /> | ||
54 | <Tool | ||
55 | Name="VCResourceCompilerTool" | ||
56 | /> | ||
57 | <Tool | ||
58 | Name="VCPreLinkEventTool" | ||
59 | /> | ||
60 | <Tool | ||
61 | Name="VCLinkerTool" | ||
62 | LinkIncremental="2" | ||
63 | GenerateDebugInformation="true" | ||
64 | SubSystem="1" | ||
65 | TargetMachine="1" | ||
66 | /> | ||
67 | <Tool | ||
68 | Name="VCALinkTool" | ||
69 | /> | ||
70 | <Tool | ||
71 | Name="VCManifestTool" | ||
72 | /> | ||
73 | <Tool | ||
74 | Name="VCXDCMakeTool" | ||
75 | /> | ||
76 | <Tool | ||
77 | Name="VCBscMakeTool" | ||
78 | /> | ||
79 | <Tool | ||
80 | Name="VCFxCopTool" | ||
81 | /> | ||
82 | <Tool | ||
83 | Name="VCAppVerifierTool" | ||
84 | /> | ||
85 | <Tool | ||
86 | Name="VCWebDeploymentTool" | ||
87 | /> | ||
88 | <Tool | ||
89 | Name="VCPostBuildEventTool" | ||
90 | /> | ||
91 | </Configuration> | ||
92 | <Configuration | ||
93 | Name="Release|Win32" | ||
94 | OutputDirectory="Release" | ||
95 | IntermediateDirectory="Release" | ||
96 | ConfigurationType="1" | ||
97 | > | ||
98 | <Tool | ||
99 | Name="VCPreBuildEventTool" | ||
100 | /> | ||
101 | <Tool | ||
102 | Name="VCCustomBuildTool" | ||
103 | /> | ||
104 | <Tool | ||
105 | Name="VCXMLDataGeneratorTool" | ||
106 | /> | ||
107 | <Tool | ||
108 | Name="VCWebServiceProxyGeneratorTool" | ||
109 | /> | ||
110 | <Tool | ||
111 | Name="VCMIDLTool" | ||
112 | /> | ||
113 | <Tool | ||
114 | Name="VCCLCompilerTool" | ||
115 | PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;" | ||
116 | RuntimeLibrary="2" | ||
117 | UsePrecompiledHeader="0" | ||
118 | WarningLevel="3" | ||
119 | Detect64BitPortabilityProblems="true" | ||
120 | DebugInformationFormat="3" | ||
121 | /> | ||
122 | <Tool | ||
123 | Name="VCManagedResourceCompilerTool" | ||
124 | /> | ||
125 | <Tool | ||
126 | Name="VCResourceCompilerTool" | ||
127 | /> | ||
128 | <Tool | ||
129 | Name="VCPreLinkEventTool" | ||
130 | /> | ||
131 | <Tool | ||
132 | Name="VCLinkerTool" | ||
133 | LinkIncremental="2" | ||
134 | GenerateDebugInformation="true" | ||
135 | SubSystem="1" | ||
136 | OptimizeReferences="2" | ||
137 | EnableCOMDATFolding="2" | ||
138 | TargetMachine="1" | ||
139 | /> | ||
140 | <Tool | ||
141 | Name="VCALinkTool" | ||
142 | /> | ||
143 | <Tool | ||
144 | Name="VCManifestTool" | ||
145 | /> | ||
146 | <Tool | ||
147 | Name="VCXDCMakeTool" | ||
148 | /> | ||
149 | <Tool | ||
150 | Name="VCBscMakeTool" | ||
151 | /> | ||
152 | <Tool | ||
153 | Name="VCFxCopTool" | ||
154 | /> | ||
155 | <Tool | ||
156 | Name="VCAppVerifierTool" | ||
157 | /> | ||
158 | <Tool | ||
159 | Name="VCWebDeploymentTool" | ||
160 | /> | ||
161 | <Tool | ||
162 | Name="VCPostBuildEventTool" | ||
163 | /> | ||
164 | </Configuration> | ||
165 | </Configurations> | ||
166 | <References> | ||
167 | </References> | ||
168 | <Files> | ||
169 | <Filter | ||
170 | Name="Header Files" | ||
171 | Filter="h;hpp;hxx;hm;inl;inc;xsd" | ||
172 | UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" | ||
173 | > | ||
174 | <File | ||
175 | RelativePath=".\xdelta.h" | ||
176 | > | ||
177 | </File> | ||
178 | <File | ||
179 | RelativePath=".\xdelta3-cfgs.h" | ||
180 | > | ||
181 | </File> | ||
182 | <File | ||
183 | RelativePath=".\xdelta3-decode.h" | ||
184 | > | ||
185 | </File> | ||
186 | <File | ||
187 | RelativePath=".\xdelta3-djw.h" | ||
188 | > | ||
189 | </File> | ||
190 | <File | ||
191 | RelativePath=".\xdelta3-fgk.h" | ||
192 | > | ||
193 | </File> | ||
194 | <File | ||
195 | RelativePath=".\xdelta3-list.h" | ||
196 | > | ||
197 | </File> | ||
198 | <File | ||
199 | RelativePath=".\xdelta3-main.h" | ||
200 | > | ||
201 | </File> | ||
202 | <File | ||
203 | RelativePath=".\xdelta3-python.h" | ||
204 | > | ||
205 | </File> | ||
206 | <File | ||
207 | RelativePath=".\xdelta3-second.h" | ||
208 | > | ||
209 | </File> | ||
210 | <File | ||
211 | RelativePath=".\xdelta3-test.h" | ||
212 | > | ||
213 | </File> | ||
214 | <File | ||
215 | RelativePath=".\xdelta3.h" | ||
216 | > | ||
217 | </File> | ||
218 | </Filter> | ||
219 | <Filter | ||
220 | Name="Resource Files" | ||
221 | Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx" | ||
222 | UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" | ||
223 | > | ||
224 | </Filter> | ||
225 | <Filter | ||
226 | Name="Source Files" | ||
227 | Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" | ||
228 | UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" | ||
229 | > | ||
230 | <File | ||
231 | RelativePath=".\xdelta3.c" | ||
232 | > | ||
233 | </File> | ||
234 | </Filter> | ||
235 | </Files> | ||
236 | <Globals> | ||
237 | </Globals> | ||
238 | </VisualStudioProject> | ||