corrade-vassal – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 vero 1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2 <PropertyGroup>
3 <ProjectType>Local</ProjectType>
4 <ProductVersion>9.0.21022</ProductVersion>
5 <SchemaVersion>2.0</SchemaVersion>
6 <ProjectGuid>{A3B5FF48-58B7-4F69-8B49-E6417ABE1818}</ProjectGuid>
7 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
8 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
9 <ApplicationIcon></ApplicationIcon>
10 <AssemblyKeyContainerName>
11 </AssemblyKeyContainerName>
12 <AssemblyName>CSJ2K</AssemblyName>
13 <DefaultClientScript>JScript</DefaultClientScript>
14 <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
15 <DefaultTargetSchema>IE50</DefaultTargetSchema>
16 <DelaySign>false</DelaySign>
17 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
18 <OutputType>Library</OutputType>
19 <AppDesignerFolder></AppDesignerFolder>
20 <RootNamespace>CSJ2K</RootNamespace>
21 <StartupObject></StartupObject>
22 <FileUpgradeFlags>
23 </FileUpgradeFlags>
24 </PropertyGroup>
25 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26 <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
27 <BaseAddress>285212672</BaseAddress>
28 <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
29 <ConfigurationOverrideFile>
30 </ConfigurationOverrideFile>
31 <DefineConstants>TRACE;VISUAL_STUDIO</DefineConstants>
32 <DocumentationFile></DocumentationFile>
33 <DebugSymbols>False</DebugSymbols>
34 <FileAlignment>4096</FileAlignment>
35 <Optimize>True</Optimize>
36 <OutputPath>..\bin\</OutputPath>
37 <RegisterForComInterop>False</RegisterForComInterop>
38 <RemoveIntegerChecks>False</RemoveIntegerChecks>
39 <TreatWarningsAsErrors>False</TreatWarningsAsErrors>
40 <WarningLevel>4</WarningLevel>
41 <NoStdLib>False</NoStdLib>
42 <NoWarn>1591,1574,0419,0618</NoWarn>
43 </PropertyGroup>
44 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
45 <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
46 <BaseAddress>285212672</BaseAddress>
47 <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
48 <ConfigurationOverrideFile>
49 </ConfigurationOverrideFile>
50 <DefineConstants>TRACE;DEBUG;VISUAL_STUDIO</DefineConstants>
51 <DocumentationFile></DocumentationFile>
52 <DebugSymbols>True</DebugSymbols>
53 <FileAlignment>4096</FileAlignment>
54 <Optimize>False</Optimize>
55 <OutputPath>..\bin\</OutputPath>
56 <RegisterForComInterop>False</RegisterForComInterop>
57 <RemoveIntegerChecks>False</RemoveIntegerChecks>
58 <TreatWarningsAsErrors>False</TreatWarningsAsErrors>
59 <WarningLevel>4</WarningLevel>
60 <NoStdLib>False</NoStdLib>
61 <NoWarn>1591,1574,0419,0618</NoWarn>
62 </PropertyGroup>
63 <ItemGroup>
64 <Reference Include="System">
65 <Name>System</Name>
66 </Reference>
67 <Reference Include="System.Drawing">
68 <Name>System.Drawing</Name>
69 </Reference>
70 </ItemGroup>
71 <ItemGroup>
72 </ItemGroup>
73 <ItemGroup>
74 <Compile Include="J2kImage.cs">
75 </Compile>
76 <Compile Include="J2KEncoder.cs">
77 </Compile>
78 <Compile Include="AssemblyInfo.cs">
79 </Compile>
80 <Compile Include="Color\SYccColorSpaceMapper.cs">
81 </Compile>
82 <Compile Include="Color\EnumeratedColorSpaceMapper.cs">
83 </Compile>
84 <Compile Include="Color\Resampler.cs">
85 </Compile>
86 <Compile Include="Color\ColorSpaceException.cs">
87 </Compile>
88 <Compile Include="Color\ColorSpaceMapper.cs">
89 </Compile>
90 <Compile Include="Color\PalettizedColorSpaceMapper.cs">
91 </Compile>
92 <Compile Include="Color\EsRgbColorSpaceMapper.cs">
93 </Compile>
94 <Compile Include="Color\ColorSpace.cs">
95 </Compile>
96 <Compile Include="Color\ChannelDefinitionMapper.cs">
97 </Compile>
98 <Compile Include="Color\boxes\ColorSpecificationBox.cs">
99 </Compile>
100 <Compile Include="Color\boxes\PaletteBox.cs">
101 </Compile>
102 <Compile Include="Color\boxes\ImageHeaderBox.cs">
103 </Compile>
104 <Compile Include="Color\boxes\ChannelDefinitionBox.cs">
105 </Compile>
106 <Compile Include="Color\boxes\ComponentMappingBox.cs">
107 </Compile>
108 <Compile Include="Color\boxes\JP2Box.cs">
109 </Compile>
110 <Compile Include="Icc\ICCProfiler.cs">
111 </Compile>
112 <Compile Include="Icc\ICCProfile.cs">
113 </Compile>
114 <Compile Include="Icc\ICCProfileException.cs">
115 </Compile>
116 <Compile Include="Icc\ICCMonochromeInputProfile.cs">
117 </Compile>
118 <Compile Include="Icc\RestrictedICCProfile.cs">
119 </Compile>
120 <Compile Include="Icc\ICCProfileInvalidException.cs">
121 </Compile>
122 <Compile Include="Icc\MonochromeInputRestrictedProfile.cs">
123 </Compile>
124 <Compile Include="Icc\MatrixBasedRestrictedProfile.cs">
125 </Compile>
126 <Compile Include="Icc\ICCProfileNotFoundException.cs">
127 </Compile>
128 <Compile Include="Icc\ICCMatrixBasedInputProfile.cs">
129 </Compile>
130 <Compile Include="Icc\Lut\MonochromeTransformTosRGB.cs">
131 </Compile>
132 <Compile Include="Icc\Lut\MonochromeTransformException.cs">
133 </Compile>
134 <Compile Include="Icc\Lut\LookUpTableFP.cs">
135 </Compile>
136 <Compile Include="Icc\Lut\LookUpTable16Gamma.cs">
137 </Compile>
138 <Compile Include="Icc\Lut\LookUpTable8Interp.cs">
139 </Compile>
140 <Compile Include="Icc\Lut\LookUpTable32Interp.cs">
141 </Compile>
142 <Compile Include="Icc\Lut\LookUpTable.cs">
143 </Compile>
144 <Compile Include="Icc\Lut\LookUpTable8Gamma.cs">
145 </Compile>
146 <Compile Include="Icc\Lut\LookUpTable16.cs">
147 </Compile>
148 <Compile Include="Icc\Lut\LookUpTableFPGamma.cs">
149 </Compile>
150 <Compile Include="Icc\Lut\MatrixBasedTransformTosRGB.cs">
151 </Compile>
152 <Compile Include="Icc\Lut\LookUpTable32.cs">
153 </Compile>
154 <Compile Include="Icc\Lut\MatrixBasedTransformException.cs">
155 </Compile>
156 <Compile Include="Icc\Lut\LookUpTable16LinearSRGBtoSRGB.cs">
157 </Compile>
158 <Compile Include="Icc\Lut\LookUpTable32Gamma.cs">
159 </Compile>
160 <Compile Include="Icc\Lut\LookUpTable16Interp.cs">
161 </Compile>
162 <Compile Include="Icc\Lut\LookUpTable8.cs">
163 </Compile>
164 <Compile Include="Icc\Lut\LookUpTable32LinearSRGBtoSRGB.cs">
165 </Compile>
166 <Compile Include="Icc\Lut\LookUpTableFPInterp.cs">
167 </Compile>
168 <Compile Include="Icc\Types\ICCProfileHeader.cs">
169 </Compile>
170 <Compile Include="Icc\Types\ICCDateTime.cs">
171 </Compile>
172 <Compile Include="Icc\Types\ICCProfileVersion.cs">
173 </Compile>
174 <Compile Include="Icc\Types\XYZNumber.cs">
175 </Compile>
176 <Compile Include="Icc\Tags\ICCXYZTypeReverse.cs">
177 </Compile>
178 <Compile Include="Icc\Tags\ICCMeasurementType.cs">
179 </Compile>
180 <Compile Include="Icc\Tags\ICCCurveType.cs">
181 </Compile>
182 <Compile Include="Icc\Tags\ICCSignatureType.cs">
183 </Compile>
184 <Compile Include="Icc\Tags\ICCXYZType.cs">
185 </Compile>
186 <Compile Include="Icc\Tags\ICCTextType.cs">
187 </Compile>
188 <Compile Include="Icc\Tags\ICCCurveTypeReverse.cs">
189 </Compile>
190 <Compile Include="Icc\Tags\ICCTag.cs">
191 </Compile>
192 <Compile Include="Icc\Tags\ICCTagTable.cs">
193 </Compile>
194 <Compile Include="Icc\Tags\ICCDataType.cs">
195 </Compile>
196 <Compile Include="Icc\Tags\ICCViewType.cs">
197 </Compile>
198 <Compile Include="Icc\Tags\ICCTextDescriptionType.cs">
199 </Compile>
200 <Compile Include="j2k\ModuleSpec.cs">
201 </Compile>
202 <Compile Include="j2k\IntegerSpec.cs">
203 </Compile>
204 <Compile Include="j2k\JJ2KExceptionHandler.cs">
205 </Compile>
206 <Compile Include="j2k\NoNextElementException.cs">
207 </Compile>
208 <Compile Include="j2k\StringSpec.cs">
209 </Compile>
210 <Compile Include="j2k\JJ2KInfo.cs">
211 </Compile>
212 <Compile Include="j2k\encoder\EncoderSpecs.cs">
213 </Compile>
214 <Compile Include="j2k\codestream\Markers.cs">
215 </Compile>
216 <Compile Include="j2k\codestream\PrecCoordInfo.cs">
217 </Compile>
218 <Compile Include="j2k\codestream\CorruptedCodestreamException.cs">
219 </Compile>
220 <Compile Include="j2k\codestream\CBlkCoordInfo.cs">
221 </Compile>
222 <Compile Include="j2k\codestream\ProgressionType.cs">
223 </Compile>
224 <Compile Include="j2k\codestream\PrecInfo.cs">
225 </Compile>
226 <Compile Include="j2k\codestream\CoordInfo.cs">
227 </Compile>
228 <Compile Include="j2k\codestream\HeaderInfo.cs">
229 </Compile>
230 <Compile Include="j2k\codestream\reader\HeaderDecoder.cs">
231 </Compile>
232 <Compile Include="j2k\codestream\reader\TagTreeDecoder.cs">
233 </Compile>
234 <Compile Include="j2k\codestream\reader\FileBitstreamReaderAgent.cs">
235 </Compile>
236 <Compile Include="j2k\codestream\reader\CBlkInfo.cs">
237 </Compile>
238 <Compile Include="j2k\codestream\reader\PktInfo.cs">
239 </Compile>
240 <Compile Include="j2k\codestream\reader\BitstreamReaderAgent.cs">
241 </Compile>
242 <Compile Include="j2k\codestream\reader\PktDecoder.cs">
243 </Compile>
244 <Compile Include="j2k\codestream\reader\PktHeaderBitReader.cs">
245 </Compile>
246 <Compile Include="j2k\codestream\writer\HeaderEncoder.cs">
247 </Compile>
248 <Compile Include="j2k\codestream\writer\BitOutputBuffer.cs">
249 </Compile>
250 <Compile Include="j2k\codestream\writer\PktEncoder.cs">
251 </Compile>
252 <Compile Include="j2k\codestream\writer\CodestreamWriter.cs">
253 </Compile>
254 <Compile Include="j2k\codestream\writer\FileCodestreamWriter.cs">
255 </Compile>
256 <Compile Include="j2k\codestream\writer\TagTreeEncoder.cs">
257 </Compile>
258 <Compile Include="j2k\wavelet\WaveletFilter.cs">
259 </Compile>
260 <Compile Include="j2k\wavelet\WTDecompSpec.cs">
261 </Compile>
262 <Compile Include="j2k\wavelet\Subband.cs">
263 </Compile>
264 <Compile Include="j2k\wavelet\WTFilterSpec.cs">
265 </Compile>
266 <Compile Include="j2k\wavelet\FilterTypes.cs">
267 </Compile>
268 <Compile Include="j2k\wavelet\WaveletTransform.cs">
269 </Compile>
270 <Compile Include="j2k\wavelet\synthesis\InvWTFull.cs">
271 </Compile>
272 <Compile Include="j2k\wavelet\synthesis\InvWT.cs">
273 </Compile>
274 <Compile Include="j2k\wavelet\synthesis\SynWTFilterFloat.cs">
275 </Compile>
276 <Compile Include="j2k\wavelet\synthesis\SynWTFilter.cs">
277 </Compile>
278 <Compile Include="j2k\wavelet\synthesis\InvWTAdapter.cs">
279 </Compile>
280 <Compile Include="j2k\wavelet\synthesis\SynWTFilterSpec.cs">
281 </Compile>
282 <Compile Include="j2k\wavelet\synthesis\MultiResImgDataAdapter.cs">
283 </Compile>
284 <Compile Include="j2k\wavelet\synthesis\CBlkWTDataSrcDec.cs">
285 </Compile>
286 <Compile Include="j2k\wavelet\synthesis\SynWTFilterInt.cs">
287 </Compile>
288 <Compile Include="j2k\wavelet\synthesis\SynWTFilterIntLift5x3.cs">
289 </Compile>
290 <Compile Include="j2k\wavelet\synthesis\InvWTData.cs">
291 </Compile>
292 <Compile Include="j2k\wavelet\synthesis\SynWTFilterFloatLift9x7.cs">
293 </Compile>
294 <Compile Include="j2k\wavelet\synthesis\InverseWT.cs">
295 </Compile>
296 <Compile Include="j2k\wavelet\synthesis\MultiResImgData.cs">
297 </Compile>
298 <Compile Include="j2k\wavelet\synthesis\SubbandSyn.cs">
299 </Compile>
300 <Compile Include="j2k\wavelet\analysis\AnWTFilterIntLift5x3.cs">
301 </Compile>
302 <Compile Include="j2k\wavelet\analysis\ForwWTFull.cs">
303 </Compile>
304 <Compile Include="j2k\wavelet\analysis\AnWTFilterInt.cs">
305 </Compile>
306 <Compile Include="j2k\wavelet\analysis\CBlkWTData.cs">
307 </Compile>
308 <Compile Include="j2k\wavelet\analysis\CBlkWTDataInt.cs">
309 </Compile>
310 <Compile Include="j2k\wavelet\analysis\ForwWT.cs">
311 </Compile>
312 <Compile Include="j2k\wavelet\analysis\AnWTFilterFloatLift9x7.cs">
313 </Compile>
314 <Compile Include="j2k\wavelet\analysis\ForwardWT.cs">
315 </Compile>
316 <Compile Include="j2k\wavelet\analysis\AnWTFilterSpec.cs">
317 </Compile>
318 <Compile Include="j2k\wavelet\analysis\SubbandAn.cs">
319 </Compile>
320 <Compile Include="j2k\wavelet\analysis\CBlkWTDataSrc.cs">
321 </Compile>
322 <Compile Include="j2k\wavelet\analysis\AnWTFilterFloat.cs">
323 </Compile>
324 <Compile Include="j2k\wavelet\analysis\CBlkWTDataFloat.cs">
325 </Compile>
326 <Compile Include="j2k\wavelet\analysis\ForwWTDataProps.cs">
327 </Compile>
328 <Compile Include="j2k\wavelet\analysis\AnWTFilter.cs">
329 </Compile>
330 <Compile Include="j2k\roi\MaxShiftSpec.cs">
331 </Compile>
332 <Compile Include="j2k\roi\ROIDeScaler.cs">
333 </Compile>
334 <Compile Include="j2k\roi\encoder\RectROIMaskGenerator.cs">
335 </Compile>
336 <Compile Include="j2k\roi\encoder\SubbandROIMask.cs">
337 </Compile>
338 <Compile Include="j2k\roi\encoder\ArbROIMaskGenerator.cs">
339 </Compile>
340 <Compile Include="j2k\roi\encoder\SubbandRectROIMask.cs">
341 </Compile>
342 <Compile Include="j2k\roi\encoder\ROIMaskGenerator.cs">
343 </Compile>
344 <Compile Include="j2k\roi\encoder\ROI.cs">
345 </Compile>
346 <Compile Include="j2k\roi\encoder\ROIScaler.cs">
347 </Compile>
348 <Compile Include="j2k\io\BufferedRandomAccessFile.cs">
349 </Compile>
350 <Compile Include="j2k\io\BinaryDataOutput.cs">
351 </Compile>
352 <Compile Include="j2k\io\RandomAccessIO.cs">
353 </Compile>
354 <Compile Include="j2k\io\EndianType.cs">
355 </Compile>
356 <Compile Include="j2k\io\BinaryDataInput.cs">
357 </Compile>
358 <Compile Include="j2k\io\BEBufferedRandomAccessFile.cs">
359 </Compile>
360 <Compile Include="j2k\quantization\QuantTypeSpec.cs">
361 </Compile>
362 <Compile Include="j2k\quantization\GuardBitsSpec.cs">
363 </Compile>
364 <Compile Include="j2k\quantization\QuantizationType.cs">
365 </Compile>
366 <Compile Include="j2k\quantization\QuantStepSizeSpec.cs">
367 </Compile>
368 <Compile Include="j2k\quantization\quantizer\Quantizer.cs">
369 </Compile>
370 <Compile Include="j2k\quantization\quantizer\CBlkQuantDataSrcEnc.cs">
371 </Compile>
372 <Compile Include="j2k\quantization\quantizer\StdQuantizer.cs">
373 </Compile>
374 <Compile Include="j2k\quantization\dequantizer\CBlkQuantDataSrcDec.cs">
375 </Compile>
376 <Compile Include="j2k\quantization\dequantizer\StdDequantizer.cs">
377 </Compile>
378 <Compile Include="j2k\quantization\dequantizer\DequantizerParams.cs">
379 </Compile>
380 <Compile Include="j2k\quantization\dequantizer\StdDequantizerParams.cs">
381 </Compile>
382 <Compile Include="j2k\quantization\dequantizer\Dequantizer.cs">
383 </Compile>
384 <Compile Include="j2k\util\MsgPrinter.cs">
385 </Compile>
386 <Compile Include="j2k\util\ThreadPool.cs">
387 </Compile>
388 <Compile Include="j2k\util\MathUtil.cs">
389 </Compile>
390 <Compile Include="j2k\util\StreamMsgLogger.cs">
391 </Compile>
392 <Compile Include="j2k\util\ArrayUtil.cs">
393 </Compile>
394 <Compile Include="j2k\util\ProgressWatch.cs">
395 </Compile>
396 <Compile Include="j2k\util\StringFormatException.cs">
397 </Compile>
398 <Compile Include="j2k\util\MsgLogger.cs">
399 </Compile>
400 <Compile Include="j2k\util\CodestreamManipulator.cs">
401 </Compile>
402 <Compile Include="j2k\util\ParameterList.cs">
403 </Compile>
404 <Compile Include="j2k\util\FacilityManager.cs">
405 </Compile>
406 <Compile Include="j2k\util\ISRandomAccessIO.cs">
407 </Compile>
408 <Compile Include="j2k\decoder\DecoderSpecs.cs">
409 </Compile>
410 <Compile Include="j2k\image\BlkImgDataSrc.cs">
411 </Compile>
412 <Compile Include="j2k\image\DataBlkInt.cs">
413 </Compile>
414 <Compile Include="j2k\image\Tiler.cs">
415 </Compile>
416 <Compile Include="j2k\image\DataBlk.cs">
417 </Compile>
418 <Compile Include="j2k\image\ImgDataJoiner.cs">
419 </Compile>
420 <Compile Include="j2k\image\DataBlkFloat.cs">
421 </Compile>
422 <Compile Include="j2k\image\CompTransfSpec.cs">
423 </Compile>
424 <Compile Include="j2k\image\ImgDataConverter.cs">
425 </Compile>
426 <Compile Include="j2k\image\Coord.cs">
427 </Compile>
428 <Compile Include="j2k\image\ImgData.cs">
429 </Compile>
430 <Compile Include="j2k\image\ImgDataAdapter.cs">
431 </Compile>
432 <Compile Include="j2k\image\forwcomptransf\ForwCompTransfSpec.cs">
433 </Compile>
434 <Compile Include="j2k\image\forwcomptransf\ForwCompTransf.cs">
435 </Compile>
436 <Compile Include="j2k\image\invcomptransf\InvCompTransf.cs">
437 </Compile>
438 <Compile Include="j2k\image\output\ImgWriterPGM.cs">
439 </Compile>
440 <Compile Include="j2k\image\output\ImgWriterPPM.cs">
441 </Compile>
442 <Compile Include="j2k\image\output\ImgWriterPGX.cs">
443 </Compile>
444 <Compile Include="j2k\image\output\ImgWriter.cs">
445 </Compile>
446 <Compile Include="j2k\image\input\ImgReaderGDI.cs">
447 </Compile>
448 <Compile Include="j2k\image\input\ImgReaderPPM.cs">
449 </Compile>
450 <Compile Include="j2k\image\input\ImgReaderPGM.cs">
451 </Compile>
452 <Compile Include="j2k\image\input\ImgReaderPGX.cs">
453 </Compile>
454 <Compile Include="j2k\image\input\ImgReader.cs">
455 </Compile>
456 <Compile Include="j2k\entropy\StdEntropyCoderOptions.cs">
457 </Compile>
458 <Compile Include="j2k\entropy\PrecinctSizeSpec.cs">
459 </Compile>
460 <Compile Include="j2k\entropy\CBlkSizeSpec.cs">
461 </Compile>
462 <Compile Include="j2k\entropy\CodedCBlk.cs">
463 </Compile>
464 <Compile Include="j2k\entropy\ProgressionSpec.cs">
465 </Compile>
466 <Compile Include="j2k\entropy\Progression.cs">
467 </Compile>
468 <Compile Include="j2k\entropy\encoder\ByteOutputBuffer.cs">
469 </Compile>
470 <Compile Include="j2k\entropy\encoder\LayersInfo.cs">
471 </Compile>
472 <Compile Include="j2k\entropy\encoder\BitToByteOutput.cs">
473 </Compile>
474 <Compile Include="j2k\entropy\encoder\EntropyCoder.cs">
475 </Compile>
476 <Compile Include="j2k\entropy\encoder\CBlkRateDistStats.cs">
477 </Compile>
478 <Compile Include="j2k\entropy\encoder\EBCOTLayer.cs">
479 </Compile>
480 <Compile Include="j2k\entropy\encoder\PostCompRateAllocator.cs">
481 </Compile>
482 <Compile Include="j2k\entropy\encoder\EBCOTRateAllocator.cs">
483 </Compile>
484 <Compile Include="j2k\entropy\encoder\MQCoder.cs">
485 </Compile>
486 <Compile Include="j2k\entropy\encoder\StdEntropyCoder.cs">
487 </Compile>
488 <Compile Include="j2k\entropy\encoder\CodedCBlkDataSrcEnc.cs">
489 </Compile>
490 <Compile Include="j2k\entropy\decoder\ByteInputBuffer.cs">
491 </Compile>
492 <Compile Include="j2k\entropy\decoder\StdEntropyDecoder.cs">
493 </Compile>
494 <Compile Include="j2k\entropy\decoder\ByteToBitInput.cs">
495 </Compile>
496 <Compile Include="j2k\entropy\decoder\EntropyDecoder.cs">
497 </Compile>
498 <Compile Include="j2k\entropy\decoder\MQDecoder.cs">
499 </Compile>
500 <Compile Include="j2k\entropy\decoder\CodedCBlkDataSrcDec.cs">
501 </Compile>
502 <Compile Include="j2k\entropy\decoder\DecLyrdCBlk.cs">
503 </Compile>
504 <Compile Include="j2k\fileformat\FileFormatBoxes.cs">
505 </Compile>
506 <Compile Include="j2k\fileformat\reader\FileFormatReader.cs">
507 </Compile>
508 <Compile Include="j2k\fileformat\writer\FileFormatWriter.cs">
509 </Compile>
510 <Compile Include="Util\SupportClass.cs">
511 </Compile>
512 <Compile Include="Util\EndianBinaryWriter.cs">
513 </Compile>
514 <Compile Include="Util\EndianBinaryReader.cs">
515 </Compile>
516 </ItemGroup>
517 <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
518 <PropertyGroup>
519 <PreBuildEvent>
520 </PreBuildEvent>
521 <PostBuildEvent>
522 </PostBuildEvent>
523 </PropertyGroup>
524 </Project>