2022-05-10 00:07:48 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2019-01-25 21:27:13 +01:00
|
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2016-11-18 00:00:21 +01:00
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
2022-12-10 16:08:47 +01:00
|
|
|
<ProjectConfiguration Include="Checked|ARM64">
|
|
|
|
<Configuration>Checked</Configuration>
|
|
|
|
<Platform>ARM64</Platform>
|
|
|
|
</ProjectConfiguration>
|
2016-11-18 00:00:21 +01:00
|
|
|
<ProjectConfiguration Include="Checked|Win32">
|
|
|
|
<Configuration>Checked</Configuration>
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
</ProjectConfiguration>
|
2017-02-01 23:16:52 +01:00
|
|
|
<ProjectConfiguration Include="Checked|x64">
|
|
|
|
<Configuration>Checked</Configuration>
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
</ProjectConfiguration>
|
2022-12-10 16:08:47 +01:00
|
|
|
<ProjectConfiguration Include="Debug|ARM64">
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
<Platform>ARM64</Platform>
|
|
|
|
</ProjectConfiguration>
|
2016-11-18 00:00:21 +01:00
|
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
</ProjectConfiguration>
|
2017-02-01 23:16:52 +01:00
|
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
</ProjectConfiguration>
|
2022-12-10 16:08:47 +01:00
|
|
|
<ProjectConfiguration Include="Release|ARM64">
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
<Platform>ARM64</Platform>
|
|
|
|
</ProjectConfiguration>
|
2016-11-18 00:00:21 +01:00
|
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
</ProjectConfiguration>
|
2017-02-01 23:16:52 +01:00
|
|
|
<ProjectConfiguration Include="Release|x64">
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
</ProjectConfiguration>
|
2016-11-18 00:00:21 +01:00
|
|
|
</ItemGroup>
|
|
|
|
<PropertyGroup Label="Globals">
|
2017-02-01 23:16:52 +01:00
|
|
|
<ProjectGuid>{4A912445-1E83-41FA-8B80-C0A9BD4E9289}</ProjectGuid>
|
2016-11-18 00:00:21 +01:00
|
|
|
<Keyword>Win32Proj</Keyword>
|
2017-10-03 22:17:42 +02:00
|
|
|
<ProjectName>CharLSUnitTest</ProjectName>
|
2018-12-15 12:42:17 +01:00
|
|
|
<ProjectSubType>NativeUnitTestProject</ProjectSubType>
|
2020-11-01 17:53:16 +01:00
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
2016-11-18 00:00:21 +01:00
|
|
|
</PropertyGroup>
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
2019-01-25 21:27:13 +01:00
|
|
|
<PropertyGroup>
|
|
|
|
<PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
|
|
|
|
</PropertyGroup>
|
2023-04-13 15:12:25 +02:00
|
|
|
<PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">
|
2022-12-10 16:08:47 +01:00
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
</PropertyGroup>
|
2016-11-18 00:00:21 +01:00
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
2020-12-30 14:32:56 +01:00
|
|
|
<PropertyGroup Condition="'$(Configuration)'=='Checked'">
|
2020-03-18 08:34:55 +01:00
|
|
|
<EnableClangTidyCodeAnalysis>false</EnableClangTidyCodeAnalysis>
|
2016-11-18 00:00:21 +01:00
|
|
|
</PropertyGroup>
|
2020-12-30 14:32:56 +01:00
|
|
|
<ItemDefinitionGroup>
|
2016-11-18 00:00:21 +01:00
|
|
|
<ClCompile>
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
2020-12-30 14:32:56 +01:00
|
|
|
<PreprocessorDefinitions>CHARLS_LIBRARY_BUILD;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2016-11-18 00:00:21 +01:00
|
|
|
</ClCompile>
|
|
|
|
<Link>
|
|
|
|
<SubSystem>Windows</SubSystem>
|
2022-09-24 20:23:44 +02:00
|
|
|
<AdditionalLibraryDirectories>$(SolutionDir)build\intermediate\CharLS\$(Platform)\$(Configuration)\</AdditionalLibraryDirectories>
|
|
|
|
<AdditionalLibraryDirectories Condition="'$(Platform)'=='Win32'">$(SolutionDir)build\intermediate\CharLS\x86\$(Configuration)\</AdditionalLibraryDirectories>
|
2025-01-18 16:54:35 +01:00
|
|
|
<AdditionalDependencies>pch.obj;make_scan_codec.obj;jpegls_error.obj;jpeg_stream_writer.obj;jpeg_stream_reader.obj;charls_jpegls_decoder.obj;charls_jpegls_encoder.obj;version.obj;validate_spiff_header.obj;golomb_lut.obj;quantization_lut.obj;%(AdditionalDependencies)</AdditionalDependencies>
|
2016-11-18 00:00:21 +01:00
|
|
|
</Link>
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
<ItemGroup>
|
2024-08-23 19:44:39 +02:00
|
|
|
<ClInclude Include="jpegls_preset_coding_parameters_test.hpp" />
|
|
|
|
<ClInclude Include="jpeg_test_stream_writer.hpp" />
|
|
|
|
<ClInclude Include="pch.hpp" />
|
|
|
|
<ClInclude Include="scan_encoder_tester.hpp" />
|
|
|
|
<ClInclude Include="util.hpp" />
|
2016-11-18 00:00:21 +01:00
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
2019-11-08 21:56:38 +01:00
|
|
|
<ClCompile Include="charls_jpegls_decoder_test.cpp" />
|
|
|
|
<ClCompile Include="charls_jpegls_encoder_test.cpp" />
|
|
|
|
<ClCompile Include="compliance_test.cpp" />
|
2024-08-02 14:24:53 +02:00
|
|
|
<ClCompile Include="run_mode_context_test.cpp" />
|
2020-07-11 10:54:14 +02:00
|
|
|
<ClCompile Include="golomb_table_test.cpp" />
|
2023-04-17 14:27:13 +02:00
|
|
|
<ClCompile Include="scan_decoder_test.cpp" />
|
2018-12-15 12:42:17 +01:00
|
|
|
<ClCompile Include="default_traits_test.cpp" />
|
2019-12-29 12:04:44 +01:00
|
|
|
<ClCompile Include="documentation_test.cpp" />
|
2023-04-17 14:27:13 +02:00
|
|
|
<ClCompile Include="scan_encoder_test.cpp" />
|
2019-12-19 14:31:15 +01:00
|
|
|
<ClCompile Include="encode_test.cpp" />
|
2019-11-08 21:56:38 +01:00
|
|
|
<ClCompile Include="jpegls_decoder_test.cpp" />
|
|
|
|
<ClCompile Include="jpegls_encoder_test.cpp" />
|
2019-07-05 00:04:55 +02:00
|
|
|
<ClCompile Include="jpegls_preset_coding_parameters_test.cpp" />
|
2019-11-08 21:56:38 +01:00
|
|
|
<ClCompile Include="jpeg_error_test.cpp" />
|
2018-12-15 12:42:17 +01:00
|
|
|
<ClCompile Include="jpeg_stream_reader_test.cpp" />
|
|
|
|
<ClCompile Include="color_transform_test.cpp" />
|
2019-11-15 11:59:36 +01:00
|
|
|
<ClCompile Include="lossless_traits_test.cpp" />
|
2018-12-15 12:42:17 +01:00
|
|
|
<ClCompile Include="pch.cpp">
|
2020-11-01 17:53:16 +01:00
|
|
|
<PrecompiledHeader>Create</PrecompiledHeader>
|
2016-11-18 00:00:21 +01:00
|
|
|
</ClCompile>
|
2018-12-15 12:42:17 +01:00
|
|
|
<ClCompile Include="jpeg_stream_writer_test.cpp" />
|
2023-04-17 14:27:13 +02:00
|
|
|
<ClCompile Include="jpegls_algorithm_test.cpp" />
|
2019-11-08 21:56:38 +01:00
|
|
|
<ClCompile Include="util.cpp" />
|
2022-01-22 21:36:20 +01:00
|
|
|
<ClCompile Include="util_test.cpp" />
|
2022-05-10 00:07:48 +02:00
|
|
|
<ClCompile Include="validate_spiff_header_test.cpp" />
|
2019-11-28 23:03:07 +01:00
|
|
|
<ClCompile Include="version_test.cpp" />
|
2016-11-18 00:00:21 +01:00
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
2017-10-03 22:17:42 +02:00
|
|
|
<ProjectReference Include="..\src\CharLS.vcxproj">
|
2017-02-01 23:16:52 +01:00
|
|
|
<Project>{1e31f9f1-f175-4082-b3e2-b1f0eca3f44c}</Project>
|
2019-11-08 21:56:38 +01:00
|
|
|
<LinkLibraryDependencies>false</LinkLibraryDependencies>
|
2016-11-18 00:00:21 +01:00
|
|
|
</ProjectReference>
|
|
|
|
</ItemGroup>
|
2019-11-08 21:56:38 +01:00
|
|
|
<ItemGroup>
|
2020-11-01 12:27:53 +01:00
|
|
|
<CopyFileToFolders Include="../test/conformance/t8c0e0.jls">
|
2019-11-08 21:56:38 +01:00
|
|
|
<FileType>Document</FileType>
|
|
|
|
<DestinationFolders>$(OutDir)DataFiles</DestinationFolders>
|
|
|
|
</CopyFileToFolders>
|
2020-11-01 12:27:53 +01:00
|
|
|
<CopyFileToFolders Include="../test/conformance/t8c1e0.jls">
|
2019-11-08 21:56:38 +01:00
|
|
|
<FileType>Document</FileType>
|
|
|
|
<DestinationFolders>$(OutDir)DataFiles</DestinationFolders>
|
|
|
|
</CopyFileToFolders>
|
2020-11-01 12:27:53 +01:00
|
|
|
<CopyFileToFolders Include="../test/conformance/t8c2e0.jls">
|
2019-11-08 21:56:38 +01:00
|
|
|
<FileType>Document</FileType>
|
|
|
|
<DestinationFolders>$(OutDir)DataFiles</DestinationFolders>
|
|
|
|
</CopyFileToFolders>
|
2020-11-01 12:27:53 +01:00
|
|
|
<CopyFileToFolders Include="../test/conformance/t8c0e3.jls">
|
2019-11-08 21:56:38 +01:00
|
|
|
<FileType>Document</FileType>
|
|
|
|
<DestinationFolders>$(OutDir)DataFiles</DestinationFolders>
|
|
|
|
</CopyFileToFolders>
|
2020-11-01 12:27:53 +01:00
|
|
|
<CopyFileToFolders Include="../test/conformance/t8c1e3.jls">
|
2019-11-08 21:56:38 +01:00
|
|
|
<FileType>Document</FileType>
|
|
|
|
<DestinationFolders>$(OutDir)DataFiles</DestinationFolders>
|
|
|
|
</CopyFileToFolders>
|
2020-11-01 12:27:53 +01:00
|
|
|
<CopyFileToFolders Include="../test/conformance/t8c2e3.jls">
|
2019-11-08 21:56:38 +01:00
|
|
|
<FileType>Document</FileType>
|
|
|
|
<DestinationFolders>$(OutDir)DataFiles</DestinationFolders>
|
|
|
|
</CopyFileToFolders>
|
2020-11-01 12:27:53 +01:00
|
|
|
<CopyFileToFolders Include="../test/conformance/t8nde0.jls">
|
2019-11-08 21:56:38 +01:00
|
|
|
<FileType>Document</FileType>
|
|
|
|
<DestinationFolders>$(OutDir)DataFiles</DestinationFolders>
|
|
|
|
</CopyFileToFolders>
|
2020-11-01 12:27:53 +01:00
|
|
|
<CopyFileToFolders Include="../test/conformance/t8nde3.jls">
|
2019-11-08 21:56:38 +01:00
|
|
|
<FileType>Document</FileType>
|
|
|
|
<DestinationFolders>$(OutDir)DataFiles</DestinationFolders>
|
|
|
|
</CopyFileToFolders>
|
2020-11-01 12:27:53 +01:00
|
|
|
<CopyFileToFolders Include="../test/conformance/t16e0.jls">
|
2019-11-08 21:56:38 +01:00
|
|
|
<FileType>Document</FileType>
|
|
|
|
<DestinationFolders>$(OutDir)DataFiles</DestinationFolders>
|
|
|
|
</CopyFileToFolders>
|
2020-11-01 12:27:53 +01:00
|
|
|
<CopyFileToFolders Include="../test/conformance/t16e3.jls">
|
2019-11-08 21:56:38 +01:00
|
|
|
<FileType>Document</FileType>
|
|
|
|
<DestinationFolders>$(OutDir)DataFiles</DestinationFolders>
|
|
|
|
</CopyFileToFolders>
|
2022-02-12 16:10:02 +01:00
|
|
|
<CopyFileToFolders Include="../test/tulips-gray-8bit-512-512-hp-encoder.jls">
|
2019-11-08 21:56:38 +01:00
|
|
|
<FileType>Document</FileType>
|
|
|
|
<DestinationFolders>$(OutDir)DataFiles</DestinationFolders>
|
|
|
|
</CopyFileToFolders>
|
2020-11-01 12:27:53 +01:00
|
|
|
<CopyFileToFolders Include="../test/conformance/test8.ppm">
|
2019-11-08 21:56:38 +01:00
|
|
|
<FileType>Document</FileType>
|
|
|
|
<DestinationFolders>$(OutDir)DataFiles</DestinationFolders>
|
|
|
|
</CopyFileToFolders>
|
2020-11-01 12:27:53 +01:00
|
|
|
<CopyFileToFolders Include="../test/conformance/test8bs2.pgm">
|
2019-11-08 21:56:38 +01:00
|
|
|
<FileType>Document</FileType>
|
|
|
|
<DestinationFolders>$(OutDir)DataFiles</DestinationFolders>
|
|
|
|
</CopyFileToFolders>
|
2020-11-01 12:27:53 +01:00
|
|
|
<CopyFileToFolders Include="../test/conformance/test16.pgm">
|
2019-11-08 21:56:38 +01:00
|
|
|
<FileType>Document</FileType>
|
|
|
|
<DestinationFolders>$(OutDir)DataFiles</DestinationFolders>
|
|
|
|
</CopyFileToFolders>
|
2020-11-01 12:27:53 +01:00
|
|
|
<CopyFileToFolders Include="../test/conformance/t16e3.pgm">
|
2019-11-08 21:56:38 +01:00
|
|
|
<FileType>Document</FileType>
|
|
|
|
<DestinationFolders>$(OutDir)DataFiles</DestinationFolders>
|
|
|
|
</CopyFileToFolders>
|
2022-02-12 16:10:02 +01:00
|
|
|
<CopyFileToFolders Include="tulips-gray-8bit-512-512.pgm">
|
2019-11-08 21:56:38 +01:00
|
|
|
<FileType>Document</FileType>
|
|
|
|
<DestinationFolders>$(OutDir)DataFiles</DestinationFolders>
|
|
|
|
</CopyFileToFolders>
|
2019-12-21 22:07:10 +01:00
|
|
|
<CopyFileToFolders Include="16-bit-640-480-many-dots.pgm">
|
|
|
|
<FileType>Document</FileType>
|
|
|
|
<DestinationFolders>$(OutDir)DataFiles</DestinationFolders>
|
|
|
|
</CopyFileToFolders>
|
2019-12-11 13:06:34 +01:00
|
|
|
<CopyFileToFolders Include="ff_in_entropy_data.jls">
|
|
|
|
<FileType>Document</FileType>
|
|
|
|
</CopyFileToFolders>
|
2020-06-01 14:32:47 +02:00
|
|
|
<CopyFileToFolders Include="4bit-monochrome.pgm">
|
|
|
|
<FileType>Document</FileType>
|
|
|
|
<DestinationFolders>$(OutDir)DataFiles</DestinationFolders>
|
|
|
|
</CopyFileToFolders>
|
2020-08-08 14:26:33 +02:00
|
|
|
<CopyFileToFolders Include="land10-10bit-rgb-hp3-invalid.jls">
|
|
|
|
<FileType>Document</FileType>
|
|
|
|
</CopyFileToFolders>
|
2021-01-03 16:21:28 +01:00
|
|
|
<CopyFileToFolders Include="fuzzy_input_golomb_16.jls">
|
|
|
|
<FileType>Document</FileType>
|
|
|
|
</CopyFileToFolders>
|
2021-05-23 20:46:16 +02:00
|
|
|
<CopyFileToFolders Include="2bit_parrot_150x200.pgm">
|
|
|
|
<FileType>Document</FileType>
|
|
|
|
<DestinationFolders>$(OutDir)DataFiles</DestinationFolders>
|
|
|
|
</CopyFileToFolders>
|
2021-09-26 22:21:07 +02:00
|
|
|
<CopyFileToFolders Include="test8_ilv_none_rm_7.jls">
|
|
|
|
<FileType>Document</FileType>
|
|
|
|
<DestinationFolders>$(OutDir)DataFiles</DestinationFolders>
|
|
|
|
</CopyFileToFolders>
|
|
|
|
<CopyFileToFolders Include="test8_ilv_line_rm_7.jls">
|
|
|
|
<FileType>Document</FileType>
|
|
|
|
<DestinationFolders>$(OutDir)DataFiles</DestinationFolders>
|
|
|
|
</CopyFileToFolders>
|
|
|
|
<CopyFileToFolders Include="test8_ilv_sample_rm_7.jls">
|
|
|
|
<FileType>Document</FileType>
|
|
|
|
<DestinationFolders>$(OutDir)DataFiles</DestinationFolders>
|
|
|
|
</CopyFileToFolders>
|
|
|
|
<CopyFileToFolders Include="test8_ilv_sample_rm_300.jls">
|
|
|
|
<FileType>Document</FileType>
|
|
|
|
<DestinationFolders>$(OutDir)DataFiles</DestinationFolders>
|
|
|
|
</CopyFileToFolders>
|
|
|
|
<CopyFileToFolders Include="test16_rm_5.jls">
|
|
|
|
<FileType>Document</FileType>
|
|
|
|
<DestinationFolders>$(OutDir)DataFiles</DestinationFolders>
|
|
|
|
</CopyFileToFolders>
|
2023-12-28 12:53:08 +01:00
|
|
|
<CopyFileToFolders Include="no_start_byte_after_encoded_scan.jls">
|
|
|
|
<FileType>Document</FileType>
|
|
|
|
<DestinationFolders>$(OutDir)DataFiles</DestinationFolders>
|
|
|
|
</CopyFileToFolders>
|
2023-01-02 16:58:02 +01:00
|
|
|
<CopyFileToFolders Include="8bit-monochrome-2x2.jls">
|
|
|
|
<FileType>Document</FileType>
|
2024-09-16 19:42:40 +02:00
|
|
|
<DestinationFolders>$(OutDir)DataFiles</DestinationFolders>
|
|
|
|
</CopyFileToFolders>
|
|
|
|
<CopyFileToFolders Include="fuzzy-input-bad-run-mode-golomb-code.jls">
|
|
|
|
<FileType>Document</FileType>
|
|
|
|
<DestinationFolders>$(OutDir)DataFiles</DestinationFolders>
|
|
|
|
</CopyFileToFolders>
|
|
|
|
<CopyFileToFolders Include="fuzzy-input-no-valid-bits-at-the-end.jls">
|
|
|
|
<FileType>Document</FileType>
|
|
|
|
<DestinationFolders>$(OutDir)DataFiles</DestinationFolders>
|
2023-01-02 16:58:02 +01:00
|
|
|
</CopyFileToFolders>
|
|
|
|
</ItemGroup>
|
2016-11-18 00:00:21 +01:00
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
</ImportGroup>
|
|
|
|
</Project>
|