|
@@ -5,6 +5,14 @@
|
|
<Configuration>Debug</Configuration>
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>Win32</Platform>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
</ProjectConfiguration>
|
|
|
|
+ <ProjectConfiguration Include="ReleaseStatic|Win32">
|
|
|
|
+ <Configuration>ReleaseStatic</Configuration>
|
|
|
|
+ <Platform>Win32</Platform>
|
|
|
|
+ </ProjectConfiguration>
|
|
|
|
+ <ProjectConfiguration Include="ReleaseStatic|x64">
|
|
|
|
+ <Configuration>ReleaseStatic</Configuration>
|
|
|
|
+ <Platform>x64</Platform>
|
|
|
|
+ </ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
<Configuration>Release</Configuration>
|
|
<Configuration>Release</Configuration>
|
|
<Platform>Win32</Platform>
|
|
<Platform>Win32</Platform>
|
|
@@ -115,6 +123,13 @@
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseStatic|Win32'" Label="Configuration">
|
|
|
|
+ <ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
+ <UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
+ <PlatformToolset>v140</PlatformToolset>
|
|
|
|
+ <WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
+ <CharacterSet>Unicode</CharacterSet>
|
|
|
|
+ </PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
@@ -128,6 +143,13 @@
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseStatic|x64'" Label="Configuration">
|
|
|
|
+ <ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
+ <UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
+ <PlatformToolset>v140</PlatformToolset>
|
|
|
|
+ <WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
+ <CharacterSet>Unicode</CharacterSet>
|
|
|
|
+ </PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<ImportGroup Label="ExtensionSettings">
|
|
<ImportGroup Label="ExtensionSettings">
|
|
</ImportGroup>
|
|
</ImportGroup>
|
|
@@ -139,12 +161,18 @@
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
</ImportGroup>
|
|
|
|
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseStatic|Win32'" Label="PropertySheets">
|
|
|
|
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
+ </ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
</ImportGroup>
|
|
|
|
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseStatic|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 Label="UserMacros" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<LinkIncremental>true</LinkIncremental>
|
|
<LinkIncremental>true</LinkIncremental>
|
|
@@ -164,12 +192,23 @@
|
|
<IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);../../src;../../include/turbojpeg;../../include/zlib</IncludePath>
|
|
<IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);../../src;../../include/turbojpeg;../../include/zlib</IncludePath>
|
|
<LibraryPath>$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);$(NETFXKitsDir)Lib\um\x86;../../$(Configuration);../../include/turbojpeg/x86</LibraryPath>
|
|
<LibraryPath>$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);$(NETFXKitsDir)Lib\um\x86;../../$(Configuration);../../include/turbojpeg/x86</LibraryPath>
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseStatic|Win32'">
|
|
|
|
+ <LinkIncremental>false</LinkIncremental>
|
|
|
|
+ <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);../../src;../../include/turbojpeg;../../include/zlib</IncludePath>
|
|
|
|
+ <LibraryPath>$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);$(NETFXKitsDir)Lib\um\x86;../../$(Configuration);../../include/turbojpeg/x86</LibraryPath>
|
|
|
|
+ </PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<LinkIncremental>false</LinkIncremental>
|
|
<LinkIncremental>false</LinkIncremental>
|
|
<TargetExt>.hdll</TargetExt>
|
|
<TargetExt>.hdll</TargetExt>
|
|
<IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);../../src;../../include/turbojpeg;../../include/zlib</IncludePath>
|
|
<IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);../../src;../../include/turbojpeg;../../include/zlib</IncludePath>
|
|
<LibraryPath>$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64;../../$(Configuration);../../include/turbojpeg/x64</LibraryPath>
|
|
<LibraryPath>$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64;../../$(Configuration);../../include/turbojpeg/x64</LibraryPath>
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseStatic|x64'">
|
|
|
|
+ <LinkIncremental>false</LinkIncremental>
|
|
|
|
+ <TargetExt>.hdll</TargetExt>
|
|
|
|
+ <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);../../src;../../include/turbojpeg;../../include/zlib</IncludePath>
|
|
|
|
+ <LibraryPath>$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64;../../$(Configuration);../../include/turbojpeg/x64</LibraryPath>
|
|
|
|
+ </PropertyGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<ClCompile>
|
|
<ClCompile>
|
|
<PrecompiledHeader>
|
|
<PrecompiledHeader>
|
|
@@ -223,6 +262,27 @@
|
|
<IgnoreSpecificDefaultLibraries>LIBCMT</IgnoreSpecificDefaultLibraries>
|
|
<IgnoreSpecificDefaultLibraries>LIBCMT</IgnoreSpecificDefaultLibraries>
|
|
</Link>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
</ItemDefinitionGroup>
|
|
|
|
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseStatic|Win32'">
|
|
|
|
+ <ClCompile>
|
|
|
|
+ <WarningLevel>Level3</WarningLevel>
|
|
|
|
+ <PrecompiledHeader>
|
|
|
|
+ </PrecompiledHeader>
|
|
|
|
+ <Optimization>MaxSpeed</Optimization>
|
|
|
|
+ <FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
+ <IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
+ <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;JPG_EXPORTS;%(PreprocessorDefinitions); _CRT_SECURE_NO_WARNINGS</PreprocessorDefinitions>
|
|
|
|
+ <AdditionalOptions>/wd4996 %(AdditionalOptions)</AdditionalOptions>
|
|
|
|
+ </ClCompile>
|
|
|
|
+ <Link>
|
|
|
|
+ <SubSystem>Windows</SubSystem>
|
|
|
|
+ <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
+ <OptimizeReferences>true</OptimizeReferences>
|
|
|
|
+ <GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
+ <OutputFile>../../$(Configuration)/$(TargetName).hdll</OutputFile>
|
|
|
|
+ <AdditionalDependencies>std.lib;simd.lib</AdditionalDependencies>
|
|
|
|
+ <IgnoreSpecificDefaultLibraries>LIBCMT</IgnoreSpecificDefaultLibraries>
|
|
|
|
+ </Link>
|
|
|
|
+ </ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<ClCompile>
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
@@ -242,6 +302,25 @@
|
|
<AdditionalDependencies>std.lib;simd.lib</AdditionalDependencies>
|
|
<AdditionalDependencies>std.lib;simd.lib</AdditionalDependencies>
|
|
</Link>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
</ItemDefinitionGroup>
|
|
|
|
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseStatic|x64'">
|
|
|
|
+ <ClCompile>
|
|
|
|
+ <WarningLevel>Level3</WarningLevel>
|
|
|
|
+ <PrecompiledHeader>
|
|
|
|
+ </PrecompiledHeader>
|
|
|
|
+ <Optimization>MaxSpeed</Optimization>
|
|
|
|
+ <FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
+ <IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
+ <PreprocessorDefinitions>NDEBUG;_WINDOWS;_USRDLL;JPG_EXPORTS;%(PreprocessorDefinitions); _CRT_SECURE_NO_WARNINGS</PreprocessorDefinitions>
|
|
|
|
+ <AdditionalOptions>/wd4996 %(AdditionalOptions)</AdditionalOptions>
|
|
|
|
+ </ClCompile>
|
|
|
|
+ <Link>
|
|
|
|
+ <SubSystem>Windows</SubSystem>
|
|
|
|
+ <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
+ <OptimizeReferences>true</OptimizeReferences>
|
|
|
|
+ <GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
+ <AdditionalDependencies>std.lib;simd.lib</AdditionalDependencies>
|
|
|
|
+ </Link>
|
|
|
|
+ </ItemDefinitionGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</ImportGroup>
|