You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
190 lines
12 KiB
190 lines
12 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<PreferredToolArchitecture>x64</PreferredToolArchitecture>
|
|
</PropertyGroup>
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|x64">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectGuid>{06FBEA12-6ABC-3B2C-98F9-96760A9247AD}</ProjectGuid>
|
|
<Keyword>Win32Proj</Keyword>
|
|
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
|
|
<Platform>x64</Platform>
|
|
<ProjectName>imgdecoder-wic</ProjectName>
|
|
<VCProjectUpgraderObjectName>NoUpgrade</VCProjectUpgraderObjectName>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<ImportGroup Label="ExtensionSettings">
|
|
<Import Project="$(VCTargetsPath)\BuildCustomizations\masm.props" />
|
|
</ImportGroup>
|
|
<ImportGroup 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>
|
|
<_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">D:\zj\code\test\soui3\bin64\</OutDir>
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">imgdecoder-wic.dir\Debug\</IntDir>
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">imgdecoder-wicd</TargetName>
|
|
<TargetExt Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.lib</TargetExt>
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">D:\zj\code\test\soui3\bin64\</OutDir>
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">imgdecoder-wic.dir\Release\</IntDir>
|
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">imgdecoder-wic</TargetName>
|
|
<TargetExt Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.lib</TargetExt>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<ClCompile>
|
|
<AdditionalIncludeDirectories>D:\zj\code\test\soui3\components\imgdecoder-wic;D:\zj\code\test\soui3\config;D:\zj\code\test\soui3\utilities\include;D:\zj\code\test\soui3\SOUI\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
<DisableSpecificWarnings>4100;4189;4996</DisableSpecificWarnings>
|
|
<ExceptionHandling>Sync</ExceptionHandling>
|
|
<InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
|
|
<MinimalRebuild></MinimalRebuild>
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
<Optimization>Disabled</Optimization>
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<SupportJustMyCode></SupportJustMyCode>
|
|
<UseFullPaths>false</UseFullPaths>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;SOUI_IMAGE_DECODER_USE_WIC_STATIC;SOUI_IMAGE_DECODER_USE_WIC;UNICODE;_UNICODE;_USING_V110_SDK71_;CMAKE_INTDIR="Debug"</PreprocessorDefinitions>
|
|
<ObjectFileName>$(IntDir)</ObjectFileName>
|
|
<ScanSourceForModuleDependencies>false</ScanSourceForModuleDependencies>
|
|
</ClCompile>
|
|
<ResourceCompile>
|
|
<PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;UNICODE;_UNICODE;_DEBUG;_WINDOWS;SOUI_IMAGE_DECODER_USE_WIC_STATIC;SOUI_IMAGE_DECODER_USE_WIC;_USING_V110_SDK71_;CMAKE_INTDIR=\"Debug\"</PreprocessorDefinitions>
|
|
<AdditionalIncludeDirectories>D:\zj\code\test\soui3\components\imgdecoder-wic;D:\zj\code\test\soui3\config;D:\zj\code\test\soui3\utilities\include;D:\zj\code\test\soui3\SOUI\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
</ResourceCompile>
|
|
<MASM>
|
|
<PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;SOUI_IMAGE_DECODER_USE_WIC_STATIC;SOUI_IMAGE_DECODER_USE_WIC;UNICODE;_UNICODE;_USING_V110_SDK71_;CMAKE_INTDIR="Debug"</PreprocessorDefinitions>
|
|
<IncludePaths>D:\zj\code\test\soui3\components\imgdecoder-wic;D:\zj\code\test\soui3\config;D:\zj\code\test\soui3\utilities\include;D:\zj\code\test\soui3\SOUI\include;%(IncludePaths)</IncludePaths>
|
|
<GenerateDebugInformation>false</GenerateDebugInformation>
|
|
</MASM>
|
|
<Midl>
|
|
<AdditionalIncludeDirectories>D:\zj\code\test\soui3\components\imgdecoder-wic;D:\zj\code\test\soui3\config;D:\zj\code\test\soui3\utilities\include;D:\zj\code\test\soui3\SOUI\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
|
|
<HeaderFileName>%(Filename).h</HeaderFileName>
|
|
<TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
|
<InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
|
|
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
|
</Midl>
|
|
<Lib>
|
|
<AdditionalOptions>%(AdditionalOptions) /machine:x64</AdditionalOptions>
|
|
</Lib>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<ClCompile>
|
|
<AdditionalIncludeDirectories>D:\zj\code\test\soui3\components\imgdecoder-wic;D:\zj\code\test\soui3\config;D:\zj\code\test\soui3\utilities\include;D:\zj\code\test\soui3\SOUI\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
|
<BasicRuntimeChecks>Default</BasicRuntimeChecks>
|
|
<DisableSpecificWarnings>4100;4189;4996</DisableSpecificWarnings>
|
|
<ExceptionHandling>Sync</ExceptionHandling>
|
|
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
|
<MinimalRebuild></MinimalRebuild>
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
<RuntimeTypeInfo>true</RuntimeTypeInfo>
|
|
<SupportJustMyCode></SupportJustMyCode>
|
|
<UseFullPaths>false</UseFullPaths>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;SOUI_IMAGE_DECODER_USE_WIC_STATIC;SOUI_IMAGE_DECODER_USE_WIC;UNICODE;_UNICODE;_USING_V110_SDK71_;CMAKE_INTDIR="Release"</PreprocessorDefinitions>
|
|
<ObjectFileName>$(IntDir)</ObjectFileName>
|
|
<DebugInformationFormat>
|
|
</DebugInformationFormat>
|
|
<ScanSourceForModuleDependencies>false</ScanSourceForModuleDependencies>
|
|
</ClCompile>
|
|
<ResourceCompile>
|
|
<PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;UNICODE;_UNICODE;_WINDOWS;NDEBUG;SOUI_IMAGE_DECODER_USE_WIC_STATIC;SOUI_IMAGE_DECODER_USE_WIC;_USING_V110_SDK71_;CMAKE_INTDIR=\"Release\"</PreprocessorDefinitions>
|
|
<AdditionalIncludeDirectories>D:\zj\code\test\soui3\components\imgdecoder-wic;D:\zj\code\test\soui3\config;D:\zj\code\test\soui3\utilities\include;D:\zj\code\test\soui3\SOUI\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
</ResourceCompile>
|
|
<MASM>
|
|
<PreprocessorDefinitions>%(PreprocessorDefinitions);WIN32;_WINDOWS;NDEBUG;SOUI_IMAGE_DECODER_USE_WIC_STATIC;SOUI_IMAGE_DECODER_USE_WIC;UNICODE;_UNICODE;_USING_V110_SDK71_;CMAKE_INTDIR="Release"</PreprocessorDefinitions>
|
|
<IncludePaths>D:\zj\code\test\soui3\components\imgdecoder-wic;D:\zj\code\test\soui3\config;D:\zj\code\test\soui3\utilities\include;D:\zj\code\test\soui3\SOUI\include;%(IncludePaths)</IncludePaths>
|
|
<GenerateDebugInformation>false</GenerateDebugInformation>
|
|
</MASM>
|
|
<Midl>
|
|
<AdditionalIncludeDirectories>D:\zj\code\test\soui3\components\imgdecoder-wic;D:\zj\code\test\soui3\config;D:\zj\code\test\soui3\utilities\include;D:\zj\code\test\soui3\SOUI\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
|
|
<HeaderFileName>%(Filename).h</HeaderFileName>
|
|
<TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
|
<InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
|
|
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
|
</Midl>
|
|
<Lib>
|
|
<AdditionalOptions>%(AdditionalOptions) /machine:x64</AdditionalOptions>
|
|
</Lib>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<CustomBuild Include="D:\zj\code\test\soui3\components\imgdecoder-wic\CMakeLists.txt">
|
|
<UseUtf8Encoding>Always</UseUtf8Encoding>
|
|
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Building Custom Rule D:/zj/code/test/soui3/components/imgdecoder-wic/CMakeLists.txt</Message>
|
|
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">setlocal
|
|
D:\cmake\bin\cmake.exe -SD:/zj/code/test/soui3 -BD:/zj/code/test/soui3/build --check-stamp-file D:/zj/code/test/soui3/build/components/imgdecoder-wic/CMakeFiles/generate.stamp
|
|
if %errorlevel% neq 0 goto :cmEnd
|
|
:cmEnd
|
|
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
|
:cmErrorLevel
|
|
exit /b %1
|
|
:cmDone
|
|
if %errorlevel% neq 0 goto :VCEnd</Command>
|
|
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">%(AdditionalInputs)</AdditionalInputs>
|
|
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">D:\zj\code\test\soui3\build\components\imgdecoder-wic\CMakeFiles\generate.stamp</Outputs>
|
|
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkObjects>
|
|
<Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Building Custom Rule D:/zj/code/test/soui3/components/imgdecoder-wic/CMakeLists.txt</Message>
|
|
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">setlocal
|
|
D:\cmake\bin\cmake.exe -SD:/zj/code/test/soui3 -BD:/zj/code/test/soui3/build --check-stamp-file D:/zj/code/test/soui3/build/components/imgdecoder-wic/CMakeFiles/generate.stamp
|
|
if %errorlevel% neq 0 goto :cmEnd
|
|
:cmEnd
|
|
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
|
:cmErrorLevel
|
|
exit /b %1
|
|
:cmDone
|
|
if %errorlevel% neq 0 goto :VCEnd</Command>
|
|
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(AdditionalInputs)</AdditionalInputs>
|
|
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">D:\zj\code\test\soui3\build\components\imgdecoder-wic\CMakeFiles\generate.stamp</Outputs>
|
|
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkObjects>
|
|
</CustomBuild>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="D:\zj\code\test\soui3\components\imgdecoder-wic\imgdecoder-wic.cpp" />
|
|
<ClInclude Include="D:\zj\code\test\soui3\components\imgdecoder-wic\stdafx.h" />
|
|
<ClInclude Include="D:\zj\code\test\soui3\components\imgdecoder-wic\imgdecoder-wic.h" />
|
|
<ClInclude Include="D:\zj\code\test\soui3\components\imgdecoder-wic\targetver.h" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="D:\zj\code\test\soui3\build\ZERO_CHECK.vcxproj">
|
|
<Project>{20D24588-E4CC-3F08-AFB7-61C323359042}</Project>
|
|
<Name>ZERO_CHECK</Name>
|
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
|
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
<Import Project="$(VCTargetsPath)\BuildCustomizations\masm.targets" />
|
|
</ImportGroup>
|
|
</Project> |