Develop and Download Open Source Software

Browse Subversion Repository

Contents of /ImageCompression.vcproj

Parent Directory Parent Directory | Revision Log Revision Log


Revision 14 - (show annotations) (download)
Mon Sep 7 08:07:15 2009 UTC (14 years, 8 months ago) by berupon
File size: 5790 byte(s)
bzip2からRangeCoderに切り替えて圧縮率向上。
1 <?xml version="1.0" encoding="shift_jis"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="9.00"
5 Name="ImageCompression"
6 ProjectGUID="{E5BE9AA9-9CD2-4F43-97F6-76299C2FF3C5}"
7 RootNamespace="ImageCompression"
8 Keyword="Win32Proj"
9 TargetFrameworkVersion="196613"
10 >
11 <Platforms>
12 <Platform
13 Name="Win32"
14 />
15 </Platforms>
16 <ToolFiles>
17 </ToolFiles>
18 <Configurations>
19 <Configuration
20 Name="Debug|Win32"
21 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
22 IntermediateDirectory="$(ConfigurationName)"
23 ConfigurationType="1"
24 CharacterSet="1"
25 >
26 <Tool
27 Name="VCPreBuildEventTool"
28 />
29 <Tool
30 Name="VCCustomBuildTool"
31 />
32 <Tool
33 Name="VCXMLDataGeneratorTool"
34 />
35 <Tool
36 Name="VCWebServiceProxyGeneratorTool"
37 />
38 <Tool
39 Name="VCMIDLTool"
40 />
41 <Tool
42 Name="VCCLCompilerTool"
43 Optimization="0"
44 AdditionalIncludeDirectories=""
45 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS"
46 MinimalRebuild="true"
47 BasicRuntimeChecks="3"
48 RuntimeLibrary="1"
49 BufferSecurityCheck="false"
50 UsePrecompiledHeader="2"
51 WarningLevel="3"
52 DebugInformationFormat="4"
53 />
54 <Tool
55 Name="VCManagedResourceCompilerTool"
56 />
57 <Tool
58 Name="VCResourceCompilerTool"
59 />
60 <Tool
61 Name="VCPreLinkEventTool"
62 />
63 <Tool
64 Name="VCLinkerTool"
65 LinkIncremental="2"
66 GenerateManifest="false"
67 GenerateDebugInformation="true"
68 SubSystem="1"
69 TargetMachine="1"
70 />
71 <Tool
72 Name="VCALinkTool"
73 />
74 <Tool
75 Name="VCManifestTool"
76 EmbedManifest="false"
77 />
78 <Tool
79 Name="VCXDCMakeTool"
80 />
81 <Tool
82 Name="VCBscMakeTool"
83 />
84 <Tool
85 Name="VCFxCopTool"
86 />
87 <Tool
88 Name="VCAppVerifierTool"
89 />
90 <Tool
91 Name="VCPostBuildEventTool"
92 />
93 </Configuration>
94 <Configuration
95 Name="Release|Win32"
96 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
97 IntermediateDirectory="$(ConfigurationName)"
98 ConfigurationType="1"
99 CharacterSet="1"
100 WholeProgramOptimization="1"
101 >
102 <Tool
103 Name="VCPreBuildEventTool"
104 />
105 <Tool
106 Name="VCCustomBuildTool"
107 />
108 <Tool
109 Name="VCXMLDataGeneratorTool"
110 />
111 <Tool
112 Name="VCWebServiceProxyGeneratorTool"
113 />
114 <Tool
115 Name="VCMIDLTool"
116 />
117 <Tool
118 Name="VCCLCompilerTool"
119 Optimization="2"
120 EnableIntrinsicFunctions="true"
121 AdditionalIncludeDirectories=""
122 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS"
123 RuntimeLibrary="0"
124 EnableFunctionLevelLinking="true"
125 UsePrecompiledHeader="2"
126 WarningLevel="3"
127 DebugInformationFormat="3"
128 />
129 <Tool
130 Name="VCManagedResourceCompilerTool"
131 />
132 <Tool
133 Name="VCResourceCompilerTool"
134 />
135 <Tool
136 Name="VCPreLinkEventTool"
137 />
138 <Tool
139 Name="VCLinkerTool"
140 LinkIncremental="1"
141 GenerateManifest="false"
142 GenerateDebugInformation="true"
143 SubSystem="1"
144 OptimizeReferences="2"
145 EnableCOMDATFolding="2"
146 TargetMachine="1"
147 />
148 <Tool
149 Name="VCALinkTool"
150 />
151 <Tool
152 Name="VCManifestTool"
153 EmbedManifest="false"
154 />
155 <Tool
156 Name="VCXDCMakeTool"
157 />
158 <Tool
159 Name="VCBscMakeTool"
160 />
161 <Tool
162 Name="VCFxCopTool"
163 />
164 <Tool
165 Name="VCAppVerifierTool"
166 />
167 <Tool
168 Name="VCPostBuildEventTool"
169 />
170 </Configuration>
171 </Configurations>
172 <References>
173 </References>
174 <Files>
175 <Filter
176 Name="�\�[�X �t�@�C��"
177 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
178 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
179 >
180 <File
181 RelativePath=".\IntraPrediction.cpp"
182 >
183 </File>
184 <File
185 RelativePath=".\main.cpp"
186 >
187 </File>
188 <File
189 RelativePath=".\Quantizer.cpp"
190 >
191 </File>
192 <File
193 RelativePath=".\stdafx.cpp"
194 >
195 <FileConfiguration
196 Name="Debug|Win32"
197 >
198 <Tool
199 Name="VCCLCompilerTool"
200 UsePrecompiledHeader="1"
201 />
202 </FileConfiguration>
203 <FileConfiguration
204 Name="Release|Win32"
205 >
206 <Tool
207 Name="VCCLCompilerTool"
208 UsePrecompiledHeader="1"
209 />
210 </FileConfiguration>
211 </File>
212 </Filter>
213 <Filter
214 Name="�w�b�_�[ �t�@�C��"
215 Filter="h;hpp;hxx;hm;inl;inc;xsd"
216 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
217 >
218 <File
219 RelativePath=".\dct.h"
220 >
221 </File>
222 <File
223 RelativePath=".\decode.h"
224 >
225 </File>
226 <File
227 RelativePath=".\encode.h"
228 >
229 </File>
230 <File
231 RelativePath=".\IntraPrediction.h"
232 >
233 </File>
234 <File
235 RelativePath=".\misc.h"
236 >
237 </File>
238 <File
239 RelativePath=".\Quantizer.h"
240 >
241 </File>
242 <File
243 RelativePath=".\RanCode.h"
244 >
245 </File>
246 <File
247 RelativePath=".\RanCodeAdp.h"
248 >
249 </File>
250 <File
251 RelativePath=".\stdafx.h"
252 >
253 </File>
254 <File
255 RelativePath=".\targetver.h"
256 >
257 </File>
258 </Filter>
259 <Filter
260 Name="���\�[�X �t�@�C��"
261 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
262 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
263 >
264 </Filter>
265 <Filter
266 Name="ReadImage"
267 >
268 <File
269 RelativePath=".\ReadImage\File.cpp"
270 >
271 </File>
272 <File
273 RelativePath=".\ReadImage\File.h"
274 >
275 </File>
276 <File
277 RelativePath=".\ReadImage\IFile.h"
278 >
279 </File>
280 <File
281 RelativePath=".\ReadImage\ReadImage.cpp"
282 >
283 </File>
284 <File
285 RelativePath=".\ReadImage\ReadImage.h"
286 >
287 </File>
288 </Filter>
289 </Files>
290 <Globals>
291 </Globals>
292 </VisualStudioProject>

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26