mirror of
https://github.com/team-charls/charls
synced 2025-03-28 21:03:13 +00:00
Removed obsolete svnbridge files and added custom build steps to ensure data files are copied to the correct location.
This commit is contained in:
parent
e032493a81
commit
b5416d2058
@ -1,7 +1,7 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio 2013
|
||||
VisualStudioVersion = 12.0.31101.0
|
||||
VisualStudioVersion = 12.0.31206.0
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CharLS_VS2013", "src\CharLS_VS2013.vcxproj", "{524BE26D-FC60-4BC4-9100-128A0502FFF7}"
|
||||
EndProject
|
||||
@ -25,134 +25,89 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Convert", "samples\convert.
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Checked|Mixed Platforms = Checked|Mixed Platforms
|
||||
Checked|Win32 = Checked|Win32
|
||||
Checked|x64 = Checked|x64
|
||||
Debug|Mixed Platforms = Debug|Mixed Platforms
|
||||
Debug|Win32 = Debug|Win32
|
||||
Debug|x64 = Debug|x64
|
||||
Release|Mixed Platforms = Release|Mixed Platforms
|
||||
Release|Win32 = Release|Win32
|
||||
Release|x64 = Release|x64
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{524BE26D-FC60-4BC4-9100-128A0502FFF7}.Checked|Mixed Platforms.ActiveCfg = Checked|Win32
|
||||
{524BE26D-FC60-4BC4-9100-128A0502FFF7}.Checked|Mixed Platforms.Build.0 = Checked|Win32
|
||||
{524BE26D-FC60-4BC4-9100-128A0502FFF7}.Checked|Win32.ActiveCfg = Checked|Win32
|
||||
{524BE26D-FC60-4BC4-9100-128A0502FFF7}.Checked|Win32.Build.0 = Checked|Win32
|
||||
{524BE26D-FC60-4BC4-9100-128A0502FFF7}.Checked|x64.ActiveCfg = Checked|x64
|
||||
{524BE26D-FC60-4BC4-9100-128A0502FFF7}.Checked|x64.Build.0 = Checked|x64
|
||||
{524BE26D-FC60-4BC4-9100-128A0502FFF7}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
|
||||
{524BE26D-FC60-4BC4-9100-128A0502FFF7}.Debug|Mixed Platforms.Build.0 = Debug|Win32
|
||||
{524BE26D-FC60-4BC4-9100-128A0502FFF7}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{524BE26D-FC60-4BC4-9100-128A0502FFF7}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{524BE26D-FC60-4BC4-9100-128A0502FFF7}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{524BE26D-FC60-4BC4-9100-128A0502FFF7}.Debug|x64.Build.0 = Debug|x64
|
||||
{524BE26D-FC60-4BC4-9100-128A0502FFF7}.Release|Mixed Platforms.ActiveCfg = Release|Win32
|
||||
{524BE26D-FC60-4BC4-9100-128A0502FFF7}.Release|Mixed Platforms.Build.0 = Release|Win32
|
||||
{524BE26D-FC60-4BC4-9100-128A0502FFF7}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{524BE26D-FC60-4BC4-9100-128A0502FFF7}.Release|Win32.Build.0 = Release|Win32
|
||||
{524BE26D-FC60-4BC4-9100-128A0502FFF7}.Release|x64.ActiveCfg = Release|x64
|
||||
{524BE26D-FC60-4BC4-9100-128A0502FFF7}.Release|x64.Build.0 = Release|x64
|
||||
{4EDED401-1B63-4989-BF3F-2875B6C9203D}.Checked|Mixed Platforms.ActiveCfg = Checked|x86
|
||||
{4EDED401-1B63-4989-BF3F-2875B6C9203D}.Checked|Mixed Platforms.Build.0 = Checked|x86
|
||||
{4EDED401-1B63-4989-BF3F-2875B6C9203D}.Checked|Win32.ActiveCfg = Checked|x86
|
||||
{4EDED401-1B63-4989-BF3F-2875B6C9203D}.Checked|Win32.Build.0 = Checked|x86
|
||||
{4EDED401-1B63-4989-BF3F-2875B6C9203D}.Checked|x64.ActiveCfg = Checked|x64
|
||||
{4EDED401-1B63-4989-BF3F-2875B6C9203D}.Checked|x64.Build.0 = Checked|x64
|
||||
{4EDED401-1B63-4989-BF3F-2875B6C9203D}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
|
||||
{4EDED401-1B63-4989-BF3F-2875B6C9203D}.Debug|Mixed Platforms.Build.0 = Debug|x86
|
||||
{4EDED401-1B63-4989-BF3F-2875B6C9203D}.Debug|Win32.ActiveCfg = Debug|x86
|
||||
{4EDED401-1B63-4989-BF3F-2875B6C9203D}.Debug|Win32.Build.0 = Debug|x86
|
||||
{4EDED401-1B63-4989-BF3F-2875B6C9203D}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{4EDED401-1B63-4989-BF3F-2875B6C9203D}.Debug|x64.Build.0 = Debug|x64
|
||||
{4EDED401-1B63-4989-BF3F-2875B6C9203D}.Release|Mixed Platforms.ActiveCfg = Release|x86
|
||||
{4EDED401-1B63-4989-BF3F-2875B6C9203D}.Release|Mixed Platforms.Build.0 = Release|x86
|
||||
{4EDED401-1B63-4989-BF3F-2875B6C9203D}.Release|Win32.ActiveCfg = Release|x86
|
||||
{4EDED401-1B63-4989-BF3F-2875B6C9203D}.Release|Win32.Build.0 = Release|x86
|
||||
{4EDED401-1B63-4989-BF3F-2875B6C9203D}.Release|x64.ActiveCfg = Release|x64
|
||||
{4EDED401-1B63-4989-BF3F-2875B6C9203D}.Release|x64.Build.0 = Release|x64
|
||||
{8B9087C8-9C4D-4F4E-BAC3-2434D915DD41}.Checked|Mixed Platforms.ActiveCfg = Checked|x86
|
||||
{8B9087C8-9C4D-4F4E-BAC3-2434D915DD41}.Checked|Mixed Platforms.Build.0 = Checked|x86
|
||||
{8B9087C8-9C4D-4F4E-BAC3-2434D915DD41}.Checked|Win32.ActiveCfg = Checked|x86
|
||||
{8B9087C8-9C4D-4F4E-BAC3-2434D915DD41}.Checked|Win32.Build.0 = Checked|x86
|
||||
{8B9087C8-9C4D-4F4E-BAC3-2434D915DD41}.Checked|x64.ActiveCfg = Checked|x64
|
||||
{8B9087C8-9C4D-4F4E-BAC3-2434D915DD41}.Checked|x64.Build.0 = Checked|x64
|
||||
{8B9087C8-9C4D-4F4E-BAC3-2434D915DD41}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
|
||||
{8B9087C8-9C4D-4F4E-BAC3-2434D915DD41}.Debug|Mixed Platforms.Build.0 = Debug|x86
|
||||
{8B9087C8-9C4D-4F4E-BAC3-2434D915DD41}.Debug|Win32.ActiveCfg = Debug|x86
|
||||
{8B9087C8-9C4D-4F4E-BAC3-2434D915DD41}.Debug|Win32.Build.0 = Debug|x86
|
||||
{8B9087C8-9C4D-4F4E-BAC3-2434D915DD41}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{8B9087C8-9C4D-4F4E-BAC3-2434D915DD41}.Debug|x64.Build.0 = Debug|x64
|
||||
{8B9087C8-9C4D-4F4E-BAC3-2434D915DD41}.Release|Mixed Platforms.ActiveCfg = Release|x86
|
||||
{8B9087C8-9C4D-4F4E-BAC3-2434D915DD41}.Release|Mixed Platforms.Build.0 = Release|x86
|
||||
{8B9087C8-9C4D-4F4E-BAC3-2434D915DD41}.Release|Win32.ActiveCfg = Release|x86
|
||||
{8B9087C8-9C4D-4F4E-BAC3-2434D915DD41}.Release|Win32.Build.0 = Release|x86
|
||||
{8B9087C8-9C4D-4F4E-BAC3-2434D915DD41}.Release|x64.ActiveCfg = Release|x64
|
||||
{8B9087C8-9C4D-4F4E-BAC3-2434D915DD41}.Release|x64.Build.0 = Release|x64
|
||||
{3E349E7B-30C2-4791-81B7-1108014291B7}.Checked|Mixed Platforms.ActiveCfg = Checked|Win32
|
||||
{3E349E7B-30C2-4791-81B7-1108014291B7}.Checked|Mixed Platforms.Build.0 = Checked|Win32
|
||||
{3E349E7B-30C2-4791-81B7-1108014291B7}.Checked|Win32.ActiveCfg = Checked|Win32
|
||||
{3E349E7B-30C2-4791-81B7-1108014291B7}.Checked|Win32.Build.0 = Checked|Win32
|
||||
{3E349E7B-30C2-4791-81B7-1108014291B7}.Checked|x64.ActiveCfg = Checked|x64
|
||||
{3E349E7B-30C2-4791-81B7-1108014291B7}.Checked|x64.Build.0 = Checked|x64
|
||||
{3E349E7B-30C2-4791-81B7-1108014291B7}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
|
||||
{3E349E7B-30C2-4791-81B7-1108014291B7}.Debug|Mixed Platforms.Build.0 = Debug|Win32
|
||||
{3E349E7B-30C2-4791-81B7-1108014291B7}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{3E349E7B-30C2-4791-81B7-1108014291B7}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{3E349E7B-30C2-4791-81B7-1108014291B7}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{3E349E7B-30C2-4791-81B7-1108014291B7}.Debug|x64.Build.0 = Debug|x64
|
||||
{3E349E7B-30C2-4791-81B7-1108014291B7}.Release|Mixed Platforms.ActiveCfg = Release|Win32
|
||||
{3E349E7B-30C2-4791-81B7-1108014291B7}.Release|Mixed Platforms.Build.0 = Release|Win32
|
||||
{3E349E7B-30C2-4791-81B7-1108014291B7}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{3E349E7B-30C2-4791-81B7-1108014291B7}.Release|Win32.Build.0 = Release|Win32
|
||||
{3E349E7B-30C2-4791-81B7-1108014291B7}.Release|x64.ActiveCfg = Release|x64
|
||||
{3E349E7B-30C2-4791-81B7-1108014291B7}.Release|x64.Build.0 = Release|x64
|
||||
{62B47821-5105-49A2-A157-5FAE1AEA0686}.Checked|Mixed Platforms.ActiveCfg = Checked|x86
|
||||
{62B47821-5105-49A2-A157-5FAE1AEA0686}.Checked|Mixed Platforms.Build.0 = Checked|x86
|
||||
{62B47821-5105-49A2-A157-5FAE1AEA0686}.Checked|Win32.ActiveCfg = Checked|x86
|
||||
{62B47821-5105-49A2-A157-5FAE1AEA0686}.Checked|Win32.Build.0 = Checked|x86
|
||||
{62B47821-5105-49A2-A157-5FAE1AEA0686}.Checked|x64.ActiveCfg = Checked|x64
|
||||
{62B47821-5105-49A2-A157-5FAE1AEA0686}.Checked|x64.Build.0 = Checked|x64
|
||||
{62B47821-5105-49A2-A157-5FAE1AEA0686}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
|
||||
{62B47821-5105-49A2-A157-5FAE1AEA0686}.Debug|Mixed Platforms.Build.0 = Debug|x86
|
||||
{62B47821-5105-49A2-A157-5FAE1AEA0686}.Debug|Win32.ActiveCfg = Debug|x86
|
||||
{62B47821-5105-49A2-A157-5FAE1AEA0686}.Debug|Win32.Build.0 = Debug|x86
|
||||
{62B47821-5105-49A2-A157-5FAE1AEA0686}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{62B47821-5105-49A2-A157-5FAE1AEA0686}.Debug|x64.Build.0 = Debug|x64
|
||||
{62B47821-5105-49A2-A157-5FAE1AEA0686}.Release|Mixed Platforms.ActiveCfg = Release|x86
|
||||
{62B47821-5105-49A2-A157-5FAE1AEA0686}.Release|Mixed Platforms.Build.0 = Release|x86
|
||||
{62B47821-5105-49A2-A157-5FAE1AEA0686}.Release|Win32.ActiveCfg = Release|x86
|
||||
{62B47821-5105-49A2-A157-5FAE1AEA0686}.Release|Win32.Build.0 = Release|x86
|
||||
{62B47821-5105-49A2-A157-5FAE1AEA0686}.Release|x64.ActiveCfg = Release|x64
|
||||
{62B47821-5105-49A2-A157-5FAE1AEA0686}.Release|x64.Build.0 = Release|x64
|
||||
{5293D7B4-4192-41FD-B9AF-CF4051D44545}.Checked|Mixed Platforms.ActiveCfg = Release|Win32
|
||||
{5293D7B4-4192-41FD-B9AF-CF4051D44545}.Checked|Mixed Platforms.Build.0 = Release|Win32
|
||||
{5293D7B4-4192-41FD-B9AF-CF4051D44545}.Checked|Win32.ActiveCfg = Debug|Win32
|
||||
{5293D7B4-4192-41FD-B9AF-CF4051D44545}.Checked|Win32.Build.0 = Debug|Win32
|
||||
{5293D7B4-4192-41FD-B9AF-CF4051D44545}.Checked|x64.ActiveCfg = Release|Win32
|
||||
{5293D7B4-4192-41FD-B9AF-CF4051D44545}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
|
||||
{5293D7B4-4192-41FD-B9AF-CF4051D44545}.Debug|Mixed Platforms.Build.0 = Debug|Win32
|
||||
{5293D7B4-4192-41FD-B9AF-CF4051D44545}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{5293D7B4-4192-41FD-B9AF-CF4051D44545}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{5293D7B4-4192-41FD-B9AF-CF4051D44545}.Debug|x64.ActiveCfg = Debug|Win32
|
||||
{5293D7B4-4192-41FD-B9AF-CF4051D44545}.Release|Mixed Platforms.ActiveCfg = Release|Win32
|
||||
{5293D7B4-4192-41FD-B9AF-CF4051D44545}.Release|Mixed Platforms.Build.0 = Release|Win32
|
||||
{5293D7B4-4192-41FD-B9AF-CF4051D44545}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{5293D7B4-4192-41FD-B9AF-CF4051D44545}.Release|Win32.Build.0 = Release|Win32
|
||||
{5293D7B4-4192-41FD-B9AF-CF4051D44545}.Release|x64.ActiveCfg = Release|Win32
|
||||
{C36798B3-86DA-4935-80C4-996D5C415DA1}.Checked|Mixed Platforms.ActiveCfg = Release|Win32
|
||||
{C36798B3-86DA-4935-80C4-996D5C415DA1}.Checked|Mixed Platforms.Build.0 = Release|Win32
|
||||
{C36798B3-86DA-4935-80C4-996D5C415DA1}.Checked|Win32.ActiveCfg = Release|Win32
|
||||
{C36798B3-86DA-4935-80C4-996D5C415DA1}.Checked|Win32.Build.0 = Release|Win32
|
||||
{C36798B3-86DA-4935-80C4-996D5C415DA1}.Checked|Win32.ActiveCfg = Debug|Win32
|
||||
{C36798B3-86DA-4935-80C4-996D5C415DA1}.Checked|Win32.Build.0 = Debug|Win32
|
||||
{C36798B3-86DA-4935-80C4-996D5C415DA1}.Checked|x64.ActiveCfg = Release|Win32
|
||||
{C36798B3-86DA-4935-80C4-996D5C415DA1}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
|
||||
{C36798B3-86DA-4935-80C4-996D5C415DA1}.Debug|Mixed Platforms.Build.0 = Debug|Win32
|
||||
{C36798B3-86DA-4935-80C4-996D5C415DA1}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{C36798B3-86DA-4935-80C4-996D5C415DA1}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{C36798B3-86DA-4935-80C4-996D5C415DA1}.Debug|x64.ActiveCfg = Debug|Win32
|
||||
{C36798B3-86DA-4935-80C4-996D5C415DA1}.Release|Mixed Platforms.ActiveCfg = Release|Win32
|
||||
{C36798B3-86DA-4935-80C4-996D5C415DA1}.Release|Mixed Platforms.Build.0 = Release|Win32
|
||||
{C36798B3-86DA-4935-80C4-996D5C415DA1}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{C36798B3-86DA-4935-80C4-996D5C415DA1}.Release|Win32.Build.0 = Release|Win32
|
||||
{C36798B3-86DA-4935-80C4-996D5C415DA1}.Release|x64.ActiveCfg = Release|Win32
|
||||
|
@ -367,7 +367,21 @@
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(TargetDir)test\%(Filename)%(Extension)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Checked|x64'">$(TargetDir)test\%(Filename)%(Extension)</Outputs>
|
||||
</CustomBuild>
|
||||
<None Include="conformance\T16E0.JLS" />
|
||||
<CustomBuild Include="conformance\T16E0.JLS">
|
||||
<FileType>Document</FileType>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">XCOPY "%(FullPath)" "$(TargetDir)test\conformance\" /R /Y</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">XCOPY "%(FullPath)" "$(TargetDir)test\conformance\" /R /Y</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'">XCOPY "%(FullPath)" "$(TargetDir)test\conformance\" /R /Y</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">XCOPY "%(FullPath)" "$(TargetDir)test\conformance\" /R /Y</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">XCOPY "%(FullPath)" "$(TargetDir)test\conformance\" /R /Y</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Checked|x64'">XCOPY "%(FullPath)" "$(TargetDir)test\conformance\" /R /Y</Command>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(TargetDir)test\conformance\%(Filename)%(Extension)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(TargetDir)test\conformance\%(Filename)%(Extension)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'">$(TargetDir)test\conformance\%(Filename)%(Extension)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(TargetDir)test\conformance\%(Filename)%(Extension)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(TargetDir)test\conformance\%(Filename)%(Extension)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Checked|x64'">$(TargetDir)test\conformance\%(Filename)%(Extension)</Outputs>
|
||||
</CustomBuild>
|
||||
<CustomBuild Include="conformance\T8C2E3.JLS">
|
||||
<FileType>Document</FileType>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">XCOPY "%(FullPath)" "$(TargetDir)test\conformance\" /R /Y</Command>
|
||||
@ -383,7 +397,141 @@
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">XCOPY "%(FullPath)" "$(TargetDir)test\conformance\" /R /Y</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Checked|x64'">XCOPY "%(FullPath)" "$(TargetDir)test\conformance\" /R /Y</Command>
|
||||
</CustomBuild>
|
||||
<None Include="conformance\TEST16.PGM" />
|
||||
<CustomBuild Include="conformance\T8C0E0.JLS">
|
||||
<FileType>Document</FileType>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">XCOPY "%(FullPath)" "$(TargetDir)test\conformance\" /R /Y</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">XCOPY "%(FullPath)" "$(TargetDir)test\conformance\" /R /Y</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'">XCOPY "%(FullPath)" "$(TargetDir)test\conformance\" /R /Y</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">XCOPY "%(FullPath)" "$(TargetDir)test\conformance\" /R /Y</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">XCOPY "%(FullPath)" "$(TargetDir)test\conformance\" /R /Y</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Checked|x64'">XCOPY "%(FullPath)" "$(TargetDir)test\conformance\" /R /Y</Command>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(TargetDir)test\conformance\%(Filename)%(Extension)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(TargetDir)test\conformance\%(Filename)%(Extension)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'">$(TargetDir)test\conformance\%(Filename)%(Extension)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(TargetDir)test\conformance\%(Filename)%(Extension)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(TargetDir)test\conformance\%(Filename)%(Extension)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Checked|x64'">$(TargetDir)test\conformance\%(Filename)%(Extension)</Outputs>
|
||||
</CustomBuild>
|
||||
<CustomBuild Include="conformance\T8C1E0.JLS">
|
||||
<FileType>Document</FileType>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">XCOPY "%(FullPath)" "$(TargetDir)test\conformance\" /R /Y</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">XCOPY "%(FullPath)" "$(TargetDir)test\conformance\" /R /Y</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'">XCOPY "%(FullPath)" "$(TargetDir)test\conformance\" /R /Y</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">XCOPY "%(FullPath)" "$(TargetDir)test\conformance\" /R /Y</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">XCOPY "%(FullPath)" "$(TargetDir)test\conformance\" /R /Y</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Checked|x64'">XCOPY "%(FullPath)" "$(TargetDir)test\conformance\" /R /Y</Command>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(TargetDir)test\conformance\%(Filename)%(Extension)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(TargetDir)test\conformance\%(Filename)%(Extension)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'">$(TargetDir)test\conformance\%(Filename)%(Extension)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(TargetDir)test\conformance\%(Filename)%(Extension)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(TargetDir)test\conformance\%(Filename)%(Extension)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Checked|x64'">$(TargetDir)test\conformance\%(Filename)%(Extension)</Outputs>
|
||||
</CustomBuild>
|
||||
<CustomBuild Include="conformance\T8C2E0.JLS">
|
||||
<FileType>Document</FileType>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">XCOPY "%(FullPath)" "$(TargetDir)test\conformance\" /R /Y</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">XCOPY "%(FullPath)" "$(TargetDir)test\conformance\" /R /Y</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'">XCOPY "%(FullPath)" "$(TargetDir)test\conformance\" /R /Y</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">XCOPY "%(FullPath)" "$(TargetDir)test\conformance\" /R /Y</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">XCOPY "%(FullPath)" "$(TargetDir)test\conformance\" /R /Y</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Checked|x64'">XCOPY "%(FullPath)" "$(TargetDir)test\conformance\" /R /Y</Command>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(TargetDir)test\conformance\%(Filename)%(Extension)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(TargetDir)test\conformance\%(Filename)%(Extension)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'">$(TargetDir)test\conformance\%(Filename)%(Extension)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(TargetDir)test\conformance\%(Filename)%(Extension)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(TargetDir)test\conformance\%(Filename)%(Extension)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Checked|x64'">$(TargetDir)test\conformance\%(Filename)%(Extension)</Outputs>
|
||||
</CustomBuild>
|
||||
<CustomBuild Include="conformance\T8C0E3.JLS">
|
||||
<FileType>Document</FileType>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">XCOPY "%(FullPath)" "$(TargetDir)test\conformance\" /R /Y</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">XCOPY "%(FullPath)" "$(TargetDir)test\conformance\" /R /Y</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'">XCOPY "%(FullPath)" "$(TargetDir)test\conformance\" /R /Y</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">XCOPY "%(FullPath)" "$(TargetDir)test\conformance\" /R /Y</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">XCOPY "%(FullPath)" "$(TargetDir)test\conformance\" /R /Y</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Checked|x64'">XCOPY "%(FullPath)" "$(TargetDir)test\conformance\" /R /Y</Command>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(TargetDir)test\conformance\%(Filename)%(Extension)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(TargetDir)test\conformance\%(Filename)%(Extension)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'">$(TargetDir)test\conformance\%(Filename)%(Extension)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(TargetDir)test\conformance\%(Filename)%(Extension)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(TargetDir)test\conformance\%(Filename)%(Extension)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Checked|x64'">$(TargetDir)test\conformance\%(Filename)%(Extension)</Outputs>
|
||||
</CustomBuild>
|
||||
<CustomBuild Include="conformance\T8C1E3.JLS">
|
||||
<FileType>Document</FileType>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">XCOPY "%(FullPath)" "$(TargetDir)test\conformance\" /R /Y</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">XCOPY "%(FullPath)" "$(TargetDir)test\conformance\" /R /Y</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'">XCOPY "%(FullPath)" "$(TargetDir)test\conformance\" /R /Y</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">XCOPY "%(FullPath)" "$(TargetDir)test\conformance\" /R /Y</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">XCOPY "%(FullPath)" "$(TargetDir)test\conformance\" /R /Y</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Checked|x64'">XCOPY "%(FullPath)" "$(TargetDir)test\conformance\" /R /Y</Command>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(TargetDir)test\conformance\%(Filename)%(Extension)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(TargetDir)test\conformance\%(Filename)%(Extension)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'">$(TargetDir)test\conformance\%(Filename)%(Extension)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(TargetDir)test\conformance\%(Filename)%(Extension)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(TargetDir)test\conformance\%(Filename)%(Extension)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Checked|x64'">$(TargetDir)test\conformance\%(Filename)%(Extension)</Outputs>
|
||||
</CustomBuild>
|
||||
<CustomBuild Include="conformance\T8NDE0.JLS">
|
||||
<FileType>Document</FileType>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(TargetDir)test\conformance\%(Filename)%(Extension)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(TargetDir)test\conformance\%(Filename)%(Extension)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'">$(TargetDir)test\conformance\%(Filename)%(Extension)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(TargetDir)test\conformance\%(Filename)%(Extension)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(TargetDir)test\conformance\%(Filename)%(Extension)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Checked|x64'">$(TargetDir)test\conformance\%(Filename)%(Extension)</Outputs>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">XCOPY "%(FullPath)" "$(TargetDir)test\conformance\" /R /Y</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">XCOPY "%(FullPath)" "$(TargetDir)test\conformance\" /R /Y</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'">XCOPY "%(FullPath)" "$(TargetDir)test\conformance\" /R /Y</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">XCOPY "%(FullPath)" "$(TargetDir)test\conformance\" /R /Y</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">XCOPY "%(FullPath)" "$(TargetDir)test\conformance\" /R /Y</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Checked|x64'">XCOPY "%(FullPath)" "$(TargetDir)test\conformance\" /R /Y</Command>
|
||||
</CustomBuild>
|
||||
<CustomBuild Include="conformance\T8NDE3.JLS">
|
||||
<FileType>Document</FileType>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(TargetDir)test\conformance\%(Filename)%(Extension)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(TargetDir)test\conformance\%(Filename)%(Extension)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'">$(TargetDir)test\conformance\%(Filename)%(Extension)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(TargetDir)test\conformance\%(Filename)%(Extension)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(TargetDir)test\conformance\%(Filename)%(Extension)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Checked|x64'">$(TargetDir)test\conformance\%(Filename)%(Extension)</Outputs>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">XCOPY "%(FullPath)" "$(TargetDir)test\conformance\" /R /Y</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">XCOPY "%(FullPath)" "$(TargetDir)test\conformance\" /R /Y</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'">XCOPY "%(FullPath)" "$(TargetDir)test\conformance\" /R /Y</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">XCOPY "%(FullPath)" "$(TargetDir)test\conformance\" /R /Y</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">XCOPY "%(FullPath)" "$(TargetDir)test\conformance\" /R /Y</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Checked|x64'">XCOPY "%(FullPath)" "$(TargetDir)test\conformance\" /R /Y</Command>
|
||||
</CustomBuild>
|
||||
<CustomBuild Include="conformance\T16E3.JLS">
|
||||
<FileType>Document</FileType>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">XCOPY "%(FullPath)" "$(TargetDir)test\conformance\" /R /Y</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">XCOPY "%(FullPath)" "$(TargetDir)test\conformance\" /R /Y</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'">XCOPY "%(FullPath)" "$(TargetDir)test\conformance\" /R /Y</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">XCOPY "%(FullPath)" "$(TargetDir)test\conformance\" /R /Y</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">XCOPY "%(FullPath)" "$(TargetDir)test\conformance\" /R /Y</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Checked|x64'">XCOPY "%(FullPath)" "$(TargetDir)test\conformance\" /R /Y</Command>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(TargetDir)test\conformance\%(Filename)%(Extension)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(TargetDir)test\conformance\%(Filename)%(Extension)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'">$(TargetDir)test\conformance\%(Filename)%(Extension)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(TargetDir)test\conformance\%(Filename)%(Extension)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(TargetDir)test\conformance\%(Filename)%(Extension)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Checked|x64'">$(TargetDir)test\conformance\%(Filename)%(Extension)</Outputs>
|
||||
</CustomBuild>
|
||||
<CustomBuild Include="conformance\TEST16.PGM">
|
||||
<FileType>Document</FileType>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(TargetDir)test\conformance\%(Filename)%(Extension)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(TargetDir)test\conformance\%(Filename)%(Extension)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'">$(TargetDir)test\conformance\%(Filename)%(Extension)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(TargetDir)test\conformance\%(Filename)%(Extension)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(TargetDir)test\conformance\%(Filename)%(Extension)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Checked|x64'">$(TargetDir)test\conformance\%(Filename)%(Extension)</Outputs>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">XCOPY "%(FullPath)" "$(TargetDir)test\conformance\" /R /Y</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">XCOPY "%(FullPath)" "$(TargetDir)test\conformance\" /R /Y</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'">XCOPY "%(FullPath)" "$(TargetDir)test\conformance\" /R /Y</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">XCOPY "%(FullPath)" "$(TargetDir)test\conformance\" /R /Y</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">XCOPY "%(FullPath)" "$(TargetDir)test\conformance\" /R /Y</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Checked|x64'">XCOPY "%(FullPath)" "$(TargetDir)test\conformance\" /R /Y</Command>
|
||||
</CustomBuild>
|
||||
<CustomBuild Include="MR2_UNC">
|
||||
<FileType>Document</FileType>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">XCOPY "%(FullPath)" "$(TargetDir)test\" /R /Y</Command>
|
||||
@ -414,6 +562,21 @@
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(TargetDir)test\%(Filename)%(Extension)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Checked|x64'">$(TargetDir)test\%(Filename)%(Extension)</Outputs>
|
||||
</CustomBuild>
|
||||
<CustomBuild Include="conformance\TEST8BS2.PGM">
|
||||
<FileType>Document</FileType>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">XCOPY "%(FullPath)" "$(TargetDir)test\conformance\" /R /Y</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">XCOPY "%(FullPath)" "$(TargetDir)test\conformance\" /R /Y</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'">XCOPY "%(FullPath)" "$(TargetDir)test\conformance\" /R /Y</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">XCOPY "%(FullPath)" "$(TargetDir)test\conformance\" /R /Y</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">XCOPY "%(FullPath)" "$(TargetDir)test\conformance\" /R /Y</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Checked|x64'">XCOPY "%(FullPath)" "$(TargetDir)test\conformance\" /R /Y</Command>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(TargetDir)test\conformance\%(Filename)%(Extension)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(TargetDir)test\conformance\%(Filename)%(Extension)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'">$(TargetDir)test\conformance\%(Filename)%(Extension)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(TargetDir)test\conformance\%(Filename)%(Extension)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(TargetDir)test\conformance\%(Filename)%(Extension)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Checked|x64'">$(TargetDir)test\conformance\%(Filename)%(Extension)</Outputs>
|
||||
</CustomBuild>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\src\CharLS_VS2013.vcxproj">
|
||||
@ -425,6 +588,85 @@
|
||||
<UseLibraryDependencyInputs>false</UseLibraryDependencyInputs>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<CustomBuild Include="jlsimage\banny_HP1.jls">
|
||||
<FileType>Document</FileType>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">XCOPY "%(FullPath)" "$(TargetDir)test\jlsimage\" /R /Y</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">XCOPY "%(FullPath)" "$(TargetDir)test\jlsimage\" /R /Y</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'">XCOPY "%(FullPath)" "$(TargetDir)test\jlsimage\" /R /Y</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">XCOPY "%(FullPath)" "$(TargetDir)test\jlsimage\" /R /Y</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">XCOPY "%(FullPath)" "$(TargetDir)test\jlsimage\" /R /Y</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Checked|x64'">XCOPY "%(FullPath)" "$(TargetDir)test\jlsimage\" /R /Y</Command>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(TargetDir)test\jlsimage\%(Filename)%(Extension)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(TargetDir)test\jlsimage\%(Filename)%(Extension)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'">$(TargetDir)test\jlsimage\%(Filename)%(Extension)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(TargetDir)test\jlsimage\%(Filename)%(Extension)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(TargetDir)test\jlsimage\%(Filename)%(Extension)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Checked|x64'">$(TargetDir)test\jlsimage\%(Filename)%(Extension)</Outputs>
|
||||
</CustomBuild>
|
||||
<CustomBuild Include="jlsimage\banny_HP2.jls">
|
||||
<FileType>Document</FileType>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">XCOPY "%(FullPath)" "$(TargetDir)test\jlsimage\" /R /Y</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">XCOPY "%(FullPath)" "$(TargetDir)test\jlsimage\" /R /Y</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'">XCOPY "%(FullPath)" "$(TargetDir)test\jlsimage\" /R /Y</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">XCOPY "%(FullPath)" "$(TargetDir)test\jlsimage\" /R /Y</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">XCOPY "%(FullPath)" "$(TargetDir)test\jlsimage\" /R /Y</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Checked|x64'">XCOPY "%(FullPath)" "$(TargetDir)test\jlsimage\" /R /Y</Command>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(TargetDir)test\jlsimage\%(Filename)%(Extension)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(TargetDir)test\jlsimage\%(Filename)%(Extension)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'">$(TargetDir)test\jlsimage\%(Filename)%(Extension)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(TargetDir)test\jlsimage\%(Filename)%(Extension)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(TargetDir)test\jlsimage\%(Filename)%(Extension)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Checked|x64'">$(TargetDir)test\jlsimage\%(Filename)%(Extension)</Outputs>
|
||||
</CustomBuild>
|
||||
<CustomBuild Include="jlsimage\banny_HP3.jls">
|
||||
<FileType>Document</FileType>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">XCOPY "%(FullPath)" "$(TargetDir)test\jlsimage\" /R /Y</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">XCOPY "%(FullPath)" "$(TargetDir)test\jlsimage\" /R /Y</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'">XCOPY "%(FullPath)" "$(TargetDir)test\jlsimage\" /R /Y</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">XCOPY "%(FullPath)" "$(TargetDir)test\jlsimage\" /R /Y</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">XCOPY "%(FullPath)" "$(TargetDir)test\jlsimage\" /R /Y</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Checked|x64'">XCOPY "%(FullPath)" "$(TargetDir)test\jlsimage\" /R /Y</Command>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(TargetDir)test\jlsimage\%(Filename)%(Extension)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(TargetDir)test\jlsimage\%(Filename)%(Extension)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'">$(TargetDir)test\jlsimage\%(Filename)%(Extension)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(TargetDir)test\jlsimage\%(Filename)%(Extension)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(TargetDir)test\jlsimage\%(Filename)%(Extension)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Checked|x64'">$(TargetDir)test\jlsimage\%(Filename)%(Extension)</Outputs>
|
||||
</CustomBuild>
|
||||
<CustomBuild Include="jlsimage\banny_normal.jls">
|
||||
<FileType>Document</FileType>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">XCOPY "%(FullPath)" "$(TargetDir)test\jlsimage\" /R /Y</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">XCOPY "%(FullPath)" "$(TargetDir)test\jlsimage\" /R /Y</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'">XCOPY "%(FullPath)" "$(TargetDir)test\jlsimage\" /R /Y</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">XCOPY "%(FullPath)" "$(TargetDir)test\jlsimage\" /R /Y</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">XCOPY "%(FullPath)" "$(TargetDir)test\jlsimage\" /R /Y</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Checked|x64'">XCOPY "%(FullPath)" "$(TargetDir)test\jlsimage\" /R /Y</Command>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(TargetDir)test\jlsimage\%(Filename)%(Extension)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(TargetDir)test\jlsimage\%(Filename)%(Extension)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'">$(TargetDir)test\jlsimage\%(Filename)%(Extension)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(TargetDir)test\jlsimage\%(Filename)%(Extension)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(TargetDir)test\jlsimage\%(Filename)%(Extension)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Checked|x64'">$(TargetDir)test\jlsimage\%(Filename)%(Extension)</Outputs>
|
||||
</CustomBuild>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<CustomBuild Include="jlsimage\banny.ppm">
|
||||
<FileType>Document</FileType>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">XCOPY "%(FullPath)" "$(TargetDir)test\jlsimage\" /R /Y</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">XCOPY "%(FullPath)" "$(TargetDir)test\jlsimage\" /R /Y</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'">XCOPY "%(FullPath)" "$(TargetDir)test\jlsimage\" /R /Y</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">XCOPY "%(FullPath)" "$(TargetDir)test\jlsimage\" /R /Y</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">XCOPY "%(FullPath)" "$(TargetDir)test\jlsimage\" /R /Y</Command>
|
||||
<Command Condition="'$(Configuration)|$(Platform)'=='Checked|x64'">XCOPY "%(FullPath)" "$(TargetDir)test\jlsimage\" /R /Y</Command>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(TargetDir)test\jlsimage\%(Filename)%(Extension)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(TargetDir)test\jlsimage\%(Filename)%(Extension)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'">$(TargetDir)test\jlsimage\%(Filename)%(Extension)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(TargetDir)test\jlsimage\%(Filename)%(Extension)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(TargetDir)test\jlsimage\%(Filename)%(Extension)</Outputs>
|
||||
<Outputs Condition="'$(Configuration)|$(Platform)'=='Checked|x64'">$(TargetDir)test\jlsimage\%(Filename)%(Extension)</Outputs>
|
||||
</CustomBuild>
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
|
@ -47,14 +47,6 @@
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="conformance\T16E0.JLS">
|
||||
<Filter>Data Files</Filter>
|
||||
</None>
|
||||
<None Include="conformance\TEST16.PGM">
|
||||
<Filter>Data Files</Filter>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<CustomBuild Include="0015.raw">
|
||||
<Filter>Data Files</Filter>
|
||||
@ -74,6 +66,56 @@
|
||||
<CustomBuild Include="MR2_UNC">
|
||||
<Filter>Data Files</Filter>
|
||||
</CustomBuild>
|
||||
<CustomBuild Include="lena8b.raw" />
|
||||
<CustomBuild Include="jlsimage\banny.ppm">
|
||||
<Filter>Data Files</Filter>
|
||||
</CustomBuild>
|
||||
<CustomBuild Include="jlsimage\banny_HP1.jls">
|
||||
<Filter>Data Files</Filter>
|
||||
</CustomBuild>
|
||||
<CustomBuild Include="jlsimage\banny_HP2.jls">
|
||||
<Filter>Data Files</Filter>
|
||||
</CustomBuild>
|
||||
<CustomBuild Include="jlsimage\banny_HP3.jls">
|
||||
<Filter>Data Files</Filter>
|
||||
</CustomBuild>
|
||||
<CustomBuild Include="jlsimage\banny_normal.jls">
|
||||
<Filter>Data Files</Filter>
|
||||
</CustomBuild>
|
||||
<CustomBuild Include="lena8b.raw">
|
||||
<Filter>Data Files</Filter>
|
||||
</CustomBuild>
|
||||
<CustomBuild Include="conformance\T8C0E0.JLS">
|
||||
<Filter>Data Files</Filter>
|
||||
</CustomBuild>
|
||||
<CustomBuild Include="conformance\T8C0E3.JLS">
|
||||
<Filter>Data Files</Filter>
|
||||
</CustomBuild>
|
||||
<CustomBuild Include="conformance\T8C1E0.JLS">
|
||||
<Filter>Data Files</Filter>
|
||||
</CustomBuild>
|
||||
<CustomBuild Include="conformance\T8C1E3.JLS">
|
||||
<Filter>Data Files</Filter>
|
||||
</CustomBuild>
|
||||
<CustomBuild Include="conformance\T8C2E0.JLS">
|
||||
<Filter>Data Files</Filter>
|
||||
</CustomBuild>
|
||||
<CustomBuild Include="conformance\T8NDE0.JLS">
|
||||
<Filter>Data Files</Filter>
|
||||
</CustomBuild>
|
||||
<CustomBuild Include="conformance\T8NDE3.JLS">
|
||||
<Filter>Data Files</Filter>
|
||||
</CustomBuild>
|
||||
<CustomBuild Include="conformance\T16E0.JLS">
|
||||
<Filter>Data Files</Filter>
|
||||
</CustomBuild>
|
||||
<CustomBuild Include="conformance\T16E3.JLS">
|
||||
<Filter>Data Files</Filter>
|
||||
</CustomBuild>
|
||||
<CustomBuild Include="conformance\TEST8BS2.PGM">
|
||||
<Filter>Data Files</Filter>
|
||||
</CustomBuild>
|
||||
<CustomBuild Include="conformance\TEST16.PGM">
|
||||
<Filter>Data Files</Filter>
|
||||
</CustomBuild>
|
||||
</ItemGroup>
|
||||
</Project>
|
@ -1,10 +0,0 @@
|
||||
""
|
||||
{
|
||||
"FILE_VERSION" = "9237"
|
||||
"ENLISTMENT_CHOICE" = "NEVER"
|
||||
"PROJECT_FILE_RELATIVE_PATH" = ""
|
||||
"NUMBER_OF_EXCLUDED_FILES" = "0"
|
||||
"ORIGINAL_PROJECT_FILE_PATH" = ""
|
||||
"NUMBER_OF_NESTED_PROJECTS" = "0"
|
||||
"SOURCE_CONTROL_SETTINGS_PROVIDER" = "PROVIDER"
|
||||
}
|
@ -1 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><ItemProperties xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><Properties><Property><Name>svn:mime-type</Name><Value>application/octet-stream</Value></Property></Properties></ItemProperties>
|
@ -1 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><ItemProperties xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><Properties><Property><Name>svn:mime-type</Name><Value>application/octet-stream</Value></Property></Properties></ItemProperties>
|
@ -1 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><ItemProperties xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><Properties><Property><Name>svn:mime-type</Name><Value>application/octet-stream</Value></Property></Properties></ItemProperties>
|
@ -1 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><ItemProperties xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><Properties><Property><Name>svn:mime-type</Name><Value>application/octet-stream</Value></Property></Properties></ItemProperties>
|
@ -1 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><ItemProperties xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><Properties><Property><Name>svn:mime-type</Name><Value>application/octet-stream</Value></Property></Properties></ItemProperties>
|
@ -1 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><ItemProperties xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><Properties><Property><Name>svn:mime-type</Name><Value>application/octet-stream</Value></Property></Properties></ItemProperties>
|
@ -1 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><ItemProperties xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><Properties><Property><Name>svn:mime-type</Name><Value>application/octet-stream</Value></Property></Properties></ItemProperties>
|
@ -1 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><ItemProperties xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><Properties><Property><Name>svn:mime-type</Name><Value>application/octet-stream</Value></Property></Properties></ItemProperties>
|
@ -1 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><ItemProperties xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><Properties><Property><Name>svn:mime-type</Name><Value>application/octet-stream</Value></Property></Properties></ItemProperties>
|
@ -1 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><ItemProperties xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><Properties><Property><Name>svn:mime-type</Name><Value>application/octet-stream</Value></Property></Properties></ItemProperties>
|
@ -1 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><ItemProperties xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><Properties><Property><Name>svn:mime-type</Name><Value>application/octet-stream</Value></Property></Properties></ItemProperties>
|
@ -1 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><ItemProperties xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><Properties><Property><Name>svn:mime-type</Name><Value>application/octet-stream</Value></Property></Properties></ItemProperties>
|
@ -1 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><ItemProperties xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><Properties><Property><Name>svn:mime-type</Name><Value>application/octet-stream</Value></Property></Properties></ItemProperties>
|
@ -1 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><ItemProperties xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><Properties><Property><Name>svn:mime-type</Name><Value>application/octet-stream</Value></Property></Properties></ItemProperties>
|
@ -1 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><ItemProperties xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><Properties><Property><Name>svn:mime-type</Name><Value>application/octet-stream</Value></Property></Properties></ItemProperties>
|
@ -1 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><ItemProperties xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><Properties><Property><Name>svn:mime-type</Name><Value>application/octet-stream</Value></Property></Properties></ItemProperties>
|
@ -1 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><ItemProperties xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><Properties><Property><Name>svn:mime-type</Name><Value>application/octet-stream</Value></Property></Properties></ItemProperties>
|
@ -1 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><ItemProperties xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><Properties><Property><Name>svn:mime-type</Name><Value>application/octet-stream</Value></Property></Properties></ItemProperties>
|
@ -1 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><ItemProperties xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><Properties><Property><Name>svn:mime-type</Name><Value>application/octet-stream</Value></Property></Properties></ItemProperties>
|
@ -1 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><ItemProperties xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><Properties><Property><Name>svn:mime-type</Name><Value>application/octet-stream</Value></Property></Properties></ItemProperties>
|
@ -1 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><ItemProperties xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><Properties><Property><Name>svn:mime-type</Name><Value>application/octet-stream</Value></Property></Properties></ItemProperties>
|
@ -1 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><ItemProperties xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><Properties><Property><Name>svn:mime-type</Name><Value>application/octet-stream</Value></Property></Properties></ItemProperties>
|
@ -1 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><ItemProperties xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><Properties><Property><Name>svn:mime-type</Name><Value>application/octet-stream</Value></Property></Properties></ItemProperties>
|
@ -1 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><ItemProperties xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><Properties><Property><Name>svn:mime-type</Name><Value>application/octet-stream</Value></Property></Properties></ItemProperties>
|
415
test/test.vcproj
415
test/test.vcproj
@ -1,415 +0,0 @@
|
||||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9.00"
|
||||
Name="test"
|
||||
ProjectGUID="{3E349E7B-30C2-4791-81B7-1108014291B7}"
|
||||
RootNamespace="test"
|
||||
Keyword="Win32Proj"
|
||||
TargetFrameworkVersion="131072"
|
||||
>
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"
|
||||
/>
|
||||
<Platform
|
||||
Name="x64"
|
||||
/>
|
||||
</Platforms>
|
||||
<ToolFiles>
|
||||
</ToolFiles>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory="..\$(ConfigurationName)"
|
||||
IntermediateDirectory="Debug"
|
||||
ConfigurationType="1"
|
||||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
|
||||
CharacterSet="2"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="1"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="4"
|
||||
Detect64BitPortabilityProblems="false"
|
||||
DebugInformationFormat="4"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
OutputFile="$(OutDir)/test.exe"
|
||||
LinkIncremental="2"
|
||||
AdditionalLibraryDirectories="$(OutDir)"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="$(OutDir)/test.pdb"
|
||||
SubSystem="1"
|
||||
RandomizedBaseAddress="1"
|
||||
DataExecutionPrevention="0"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug|x64"
|
||||
OutputDirectory="..\$(PlatformName)\$(ConfigurationName)"
|
||||
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
||||
ConfigurationType="1"
|
||||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
|
||||
CharacterSet="2"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TargetEnvironment="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="1"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
Detect64BitPortabilityProblems="false"
|
||||
DebugInformationFormat="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
OutputFile="$(OutDir)/test.exe"
|
||||
LinkIncremental="2"
|
||||
AdditionalLibraryDirectories="$(OutDir)"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="$(OutDir)/test.pdb"
|
||||
SubSystem="1"
|
||||
RandomizedBaseAddress="1"
|
||||
DataExecutionPrevention="0"
|
||||
TargetMachine="17"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory="..\$(ConfigurationName)"
|
||||
IntermediateDirectory="Release"
|
||||
ConfigurationType="1"
|
||||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
|
||||
CharacterSet="2"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="2"
|
||||
InlineFunctionExpansion="2"
|
||||
OmitFramePointers="true"
|
||||
PreprocessorDefinitions="WIN32;_CONSOLE"
|
||||
StringPooling="true"
|
||||
RuntimeLibrary="0"
|
||||
EnableFunctionLevelLinking="true"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="4"
|
||||
Detect64BitPortabilityProblems="false"
|
||||
DebugInformationFormat="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
OutputFile="$(OutDir)/test.exe"
|
||||
LinkIncremental="1"
|
||||
AdditionalLibraryDirectories="$(OutDir)"
|
||||
GenerateDebugInformation="true"
|
||||
SubSystem="1"
|
||||
OptimizeReferences="1"
|
||||
EnableCOMDATFolding="2"
|
||||
RandomizedBaseAddress="1"
|
||||
DataExecutionPrevention="0"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|x64"
|
||||
OutputDirectory="..\$(PlatformName)\$(ConfigurationName)"
|
||||
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
||||
ConfigurationType="1"
|
||||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
|
||||
CharacterSet="2"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TargetEnvironment="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="2"
|
||||
InlineFunctionExpansion="2"
|
||||
OmitFramePointers="true"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
|
||||
StringPooling="true"
|
||||
RuntimeLibrary="0"
|
||||
EnableFunctionLevelLinking="true"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
Detect64BitPortabilityProblems="false"
|
||||
DebugInformationFormat="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
OutputFile="$(OutDir)/test.exe"
|
||||
LinkIncremental="1"
|
||||
AdditionalLibraryDirectories="$(OutDir)"
|
||||
GenerateDebugInformation="true"
|
||||
SubSystem="1"
|
||||
OptimizeReferences="1"
|
||||
EnableCOMDATFolding="2"
|
||||
RandomizedBaseAddress="1"
|
||||
DataExecutionPrevention="0"
|
||||
TargetMachine="17"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<References>
|
||||
</References>
|
||||
<Files>
|
||||
<Filter
|
||||
Name="Source Files"
|
||||
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"
|
||||
>
|
||||
<File
|
||||
RelativePath=".\bitstreamdamage.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\compliance.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\dicomsamples.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\main.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\performance.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\time.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\util.cpp"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
Filter="h;hpp;hxx;hm;inl;inc"
|
||||
>
|
||||
<File
|
||||
RelativePath=".\config.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\time.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\util.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<File
|
||||
RelativePath=".\CMakeLists.txt"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="lena8b.jls"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="conformance\T16E0.JLS"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="conformance\TEST16.PGM"
|
||||
>
|
||||
</File>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
@ -1,299 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup Label="ProjectConfigurations">
|
||||
<ProjectConfiguration Include="Checked|Win32">
|
||||
<Configuration>Checked</Configuration>
|
||||
<Platform>Win32</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Checked|x64">
|
||||
<Configuration>Checked</Configuration>
|
||||
<Platform>x64</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Debug|Win32">
|
||||
<Configuration>Debug</Configuration>
|
||||
<Platform>Win32</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Debug|x64">
|
||||
<Configuration>Debug</Configuration>
|
||||
<Platform>x64</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Release|Win32">
|
||||
<Configuration>Release</Configuration>
|
||||
<Platform>Win32</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Release|x64">
|
||||
<Configuration>Release</Configuration>
|
||||
<Platform>x64</Platform>
|
||||
</ProjectConfiguration>
|
||||
</ItemGroup>
|
||||
<PropertyGroup Label="Globals">
|
||||
<ProjectGuid>{3E349E7B-30C2-4791-81B7-1108014291B7}</ProjectGuid>
|
||||
<RootNamespace>test</RootNamespace>
|
||||
<Keyword>Win32Proj</Keyword>
|
||||
<SccProjectName>SAK</SccProjectName>
|
||||
<SccAuxPath>SAK</SccAuxPath>
|
||||
<SccLocalPath>SAK</SccLocalPath>
|
||||
<SccProvider>SAK</SccProvider>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
||||
<ConfigurationType>Application</ConfigurationType>
|
||||
<CharacterSet>Unicode</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
||||
<ConfigurationType>Application</ConfigurationType>
|
||||
<CharacterSet>Unicode</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'" Label="Configuration">
|
||||
<ConfigurationType>Application</ConfigurationType>
|
||||
<CharacterSet>Unicode</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
||||
<ConfigurationType>Application</ConfigurationType>
|
||||
<CharacterSet>Unicode</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
||||
<ConfigurationType>Application</ConfigurationType>
|
||||
<CharacterSet>Unicode</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Checked|x64'" Label="Configuration">
|
||||
<ConfigurationType>Application</ConfigurationType>
|
||||
<CharacterSet>Unicode</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||||
<ImportGroup Label="ExtensionSettings">
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
</ImportGroup>
|
||||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Checked|x64'" Label="PropertySheets">
|
||||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||||
</ImportGroup>
|
||||
<PropertyGroup Label="UserMacros" />
|
||||
<PropertyGroup>
|
||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\$(Platform)\$(Configuration)\</OutDir>
|
||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'">..\..\$(Platform)\$(Configuration)\</OutDir>
|
||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
|
||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'">true</LinkIncremental>
|
||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\..\$(Platform)\$(Configuration)\</OutDir>
|
||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Checked|x64'">..\..\$(Platform)\$(Configuration)\</OutDir>
|
||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
|
||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Checked|x64'">true</LinkIncremental>
|
||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\..\$(Platform)\$(Configuration)\</OutDir>
|
||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
|
||||
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\..\$(Platform)\$(Configuration)\</OutDir>
|
||||
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
|
||||
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
|
||||
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'" />
|
||||
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
|
||||
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'" />
|
||||
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Checked|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
|
||||
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Checked|x64'" />
|
||||
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
|
||||
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Checked|x64'" />
|
||||
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
|
||||
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
|
||||
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
|
||||
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
|
||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'">$(Platform)\$(Configuration)\</IntDir>
|
||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\</IntDir>
|
||||
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\</IntDir>
|
||||
</PropertyGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
<ClCompile>
|
||||
<Optimization>Disabled</Optimization>
|
||||
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<MinimalRebuild>true</MinimalRebuild>
|
||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
||||
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
||||
<PrecompiledHeader>
|
||||
</PrecompiledHeader>
|
||||
<WarningLevel>Level4</WarningLevel>
|
||||
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
<ProgramDatabaseFile>$(OutDir)test.pdb</ProgramDatabaseFile>
|
||||
<SubSystem>Console</SubSystem>
|
||||
<RandomizedBaseAddress>false</RandomizedBaseAddress>
|
||||
<DataExecutionPrevention>
|
||||
</DataExecutionPrevention>
|
||||
<TargetMachine>MachineX86</TargetMachine>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Checked|Win32'">
|
||||
<ClCompile>
|
||||
<Optimization>Disabled</Optimization>
|
||||
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<MinimalRebuild>true</MinimalRebuild>
|
||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
||||
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
||||
<PrecompiledHeader>
|
||||
</PrecompiledHeader>
|
||||
<WarningLevel>Level4</WarningLevel>
|
||||
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
||||
<EnablePREfast>true</EnablePREfast>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
<ProgramDatabaseFile>$(OutDir)test.pdb</ProgramDatabaseFile>
|
||||
<SubSystem>Console</SubSystem>
|
||||
<RandomizedBaseAddress>false</RandomizedBaseAddress>
|
||||
<DataExecutionPrevention>
|
||||
</DataExecutionPrevention>
|
||||
<TargetMachine>MachineX86</TargetMachine>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||
<Midl>
|
||||
<TargetEnvironment>X64</TargetEnvironment>
|
||||
</Midl>
|
||||
<ClCompile>
|
||||
<Optimization>Disabled</Optimization>
|
||||
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<MinimalRebuild>true</MinimalRebuild>
|
||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
||||
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
||||
<PrecompiledHeader>
|
||||
</PrecompiledHeader>
|
||||
<WarningLevel>Level4</WarningLevel>
|
||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
<SubSystem>Console</SubSystem>
|
||||
<RandomizedBaseAddress>false</RandomizedBaseAddress>
|
||||
<DataExecutionPrevention>
|
||||
</DataExecutionPrevention>
|
||||
<TargetMachine>MachineX64</TargetMachine>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Checked|x64'">
|
||||
<Midl>
|
||||
<TargetEnvironment>X64</TargetEnvironment>
|
||||
</Midl>
|
||||
<ClCompile>
|
||||
<Optimization>Disabled</Optimization>
|
||||
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<MinimalRebuild>true</MinimalRebuild>
|
||||
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
||||
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
||||
<PrecompiledHeader>
|
||||
</PrecompiledHeader>
|
||||
<WarningLevel>Level4</WarningLevel>
|
||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
<SubSystem>Console</SubSystem>
|
||||
<RandomizedBaseAddress>false</RandomizedBaseAddress>
|
||||
<DataExecutionPrevention>
|
||||
</DataExecutionPrevention>
|
||||
<TargetMachine>MachineX64</TargetMachine>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||
<ClCompile>
|
||||
<Optimization>MaxSpeed</Optimization>
|
||||
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
||||
<OmitFramePointers>true</OmitFramePointers>
|
||||
<PreprocessorDefinitions>WIN32;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<StringPooling>true</StringPooling>
|
||||
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||
<PrecompiledHeader>
|
||||
</PrecompiledHeader>
|
||||
<WarningLevel>Level4</WarningLevel>
|
||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
<SubSystem>Console</SubSystem>
|
||||
<OptimizeReferences>false</OptimizeReferences>
|
||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
||||
<RandomizedBaseAddress>false</RandomizedBaseAddress>
|
||||
<DataExecutionPrevention>
|
||||
</DataExecutionPrevention>
|
||||
<TargetMachine>MachineX86</TargetMachine>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
<Midl>
|
||||
<TargetEnvironment>X64</TargetEnvironment>
|
||||
</Midl>
|
||||
<ClCompile>
|
||||
<Optimization>MaxSpeed</Optimization>
|
||||
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
||||
<OmitFramePointers>true</OmitFramePointers>
|
||||
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<StringPooling>true</StringPooling>
|
||||
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||
<PrecompiledHeader>
|
||||
</PrecompiledHeader>
|
||||
<WarningLevel>Level4</WarningLevel>
|
||||
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
<SubSystem>Console</SubSystem>
|
||||
<OptimizeReferences>false</OptimizeReferences>
|
||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
||||
<RandomizedBaseAddress>false</RandomizedBaseAddress>
|
||||
<DataExecutionPrevention>
|
||||
</DataExecutionPrevention>
|
||||
<TargetMachine>MachineX64</TargetMachine>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="bitstreamdamage.cpp" />
|
||||
<ClCompile Include="compliance.cpp" />
|
||||
<ClCompile Include="dicomsamples.cpp" />
|
||||
<ClCompile Include="main.cpp" />
|
||||
<ClCompile Include="performance.cpp" />
|
||||
<ClCompile Include="time.cpp" />
|
||||
<ClCompile Include="util.cpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="config.h" />
|
||||
<ClInclude Include="time.h" />
|
||||
<ClInclude Include="util.h" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="CMakeLists.txt" />
|
||||
<None Include="lena8b.jls" />
|
||||
<None Include="conformance\T16E0.JLS" />
|
||||
<None Include="conformance\TEST16.PGM" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\CharLS.vcxproj">
|
||||
<Project>{524be26d-fc60-4bc4-9100-128a0502fff7}</Project>
|
||||
<Private>false</Private>
|
||||
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
||||
<CopyLocalSatelliteAssemblies>false</CopyLocalSatelliteAssemblies>
|
||||
<LinkLibraryDependencies>true</LinkLibraryDependencies>
|
||||
<UseLibraryDependencyInputs>false</UseLibraryDependencyInputs>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
@ -1,53 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup>
|
||||
<Filter Include="Source Files">
|
||||
<UniqueIdentifier>{8ca30619-71d8-425a-9553-cfa711b26778}</UniqueIdentifier>
|
||||
<Extensions>cpp;c;cxx;def;odl;idl;hpj;bat;asm</Extensions>
|
||||
</Filter>
|
||||
<Filter Include="Header Files">
|
||||
<UniqueIdentifier>{8eedc6ce-e067-4ddb-af1c-7f62a0728c4b}</UniqueIdentifier>
|
||||
<Extensions>h;hpp;hxx;hm;inl;inc</Extensions>
|
||||
</Filter>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="bitstreamdamage.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="compliance.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="dicomsamples.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="main.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="performance.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="time.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="util.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="config.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="time.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="util.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="CMakeLists.txt" />
|
||||
<None Include="lena8b.jls" />
|
||||
<None Include="conformance\T16E0.JLS" />
|
||||
<None Include="conformance\TEST16.PGM" />
|
||||
</ItemGroup>
|
||||
</Project>
|
@ -1,10 +0,0 @@
|
||||
""
|
||||
{
|
||||
"FILE_VERSION" = "9237"
|
||||
"ENLISTMENT_CHOICE" = "NEVER"
|
||||
"PROJECT_FILE_RELATIVE_PATH" = ""
|
||||
"NUMBER_OF_EXCLUDED_FILES" = "0"
|
||||
"ORIGINAL_PROJECT_FILE_PATH" = ""
|
||||
"NUMBER_OF_NESTED_PROJECTS" = "0"
|
||||
"SOURCE_CONTROL_SETTINGS_PROVIDER" = "PROVIDER"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user