2022-05-13 20:08:20 +08:00
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets= "Build" ToolsVersion= "15.0" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
<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 > {CB4AA6F2-3E84-45BE-B505-95CD375E8BE3}</ProjectGuid>
<RootNamespace > libcups2</RootNamespace>
<Keyword > Win32Proj</Keyword>
2023-01-12 15:27:08 +08:00
<WindowsTargetPlatformVersion > 10.0</WindowsTargetPlatformVersion>
2022-05-13 20:08:20 +08:00
</PropertyGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" Label= "Configuration" >
<ConfigurationType > DynamicLibrary</ConfigurationType>
2023-01-12 15:27:08 +08:00
<PlatformToolset > v142</PlatformToolset>
2022-05-13 20:08:20 +08:00
<CharacterSet > MultiByte</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" Label= "Configuration" >
<ConfigurationType > DynamicLibrary</ConfigurationType>
2023-01-12 15:27:08 +08:00
<PlatformToolset > v142</PlatformToolset>
2022-05-13 20:08:20 +08:00
<CharacterSet > Unicode</CharacterSet>
</PropertyGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label= "ExtensionSettings" >
</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" />
<Import Project= "$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
</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" />
<Import Project= "$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
</ImportGroup>
<PropertyGroup Label= "UserMacros" />
<PropertyGroup >
<_ProjectFileVersion > 12.0.30501.0</_ProjectFileVersion>
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" >
<OutDir > $(Platform)\$(Configuration)\</OutDir>
<IntDir > $(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<LinkIncremental > true</LinkIncremental>
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" >
<OutDir > $(Platform)\$(Configuration)\</OutDir>
<IntDir > $(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<LinkIncremental > false</LinkIncremental>
</PropertyGroup>
<ItemDefinitionGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" >
<Midl >
<TargetEnvironment > X64</TargetEnvironment>
</Midl>
<ClCompile >
<Optimization > Disabled</Optimization>
2023-01-12 15:27:08 +08:00
<AdditionalIncludeDirectories > ..\vcnet;..;..\vcnet\regex;packages\zeroc.openssl.v143.1.1.1.1\build\native\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
2022-05-13 20:08:20 +08:00
<PreprocessorDefinitions > DEBUG;_DEBUG;_WINDOWS;_USRDLL;LIBCUPS2_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<BasicRuntimeChecks > EnableFastChecks</BasicRuntimeChecks>
<RuntimeLibrary > MultiThreadedDebugDLL</RuntimeLibrary>
<BufferSecurityCheck > true</BufferSecurityCheck>
<PrecompiledHeader />
<WarningLevel > Level3</WarningLevel>
<DebugInformationFormat > ProgramDatabase</DebugInformationFormat>
</ClCompile>
<Link >
2023-01-12 15:27:08 +08:00
<AdditionalDependencies > packages\zeroc.openssl.v143.1.1.1.1\build\native\lib\x64\Release\libssl.lib;packages\zeroc.openssl.v143.1.1.1.1\build\native\lib\x64\Release\libcrypto.lib;bcrypt.lib;ws2_32.lib;advapi32.lib;%(AdditionalDependencies)</AdditionalDependencies>
2022-05-13 20:08:20 +08:00
<OutputFile > $(OutDir)libcups2.dll</OutputFile>
<ModuleDefinitionFile > ..\cups\libcups2.def</ModuleDefinitionFile>
<GenerateDebugInformation > true</GenerateDebugInformation>
<ProgramDatabaseFile > $(Platform)\$(Configuration)\libcups2.pdb</ProgramDatabaseFile>
<SubSystem > Windows</SubSystem>
<ImportLibrary > $(OutDir)libcups2.lib</ImportLibrary>
<TargetMachine > MachineX64</TargetMachine>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" >
<Midl >
<TargetEnvironment > X64</TargetEnvironment>
</Midl>
<ClCompile >
<Optimization > MinSpace</Optimization>
2023-01-12 15:27:08 +08:00
<AdditionalIncludeDirectories > ..\vcnet;..;..\vcnet\regex;packages\zeroc.openssl.v143.1.1.1.1\build\native\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
2022-05-13 20:08:20 +08:00
<PreprocessorDefinitions > DEBUG;NDEBUG;_WINDOWS;_USRDLL;LIBCUPS2_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<RuntimeLibrary > MultiThreadedDLL</RuntimeLibrary>
<PrecompiledHeader />
<WarningLevel > Level3</WarningLevel>
<DebugInformationFormat > ProgramDatabase</DebugInformationFormat>
</ClCompile>
<Link >
2023-01-12 15:27:08 +08:00
<AdditionalDependencies > packages\zeroc.openssl.v143.1.1.1.1\build\native\lib\x64\Release\libssl.lib;packages\zeroc.openssl.v143.1.1.1.1\build\native\lib\x64\Release\libcrypto.lib;bcrypt.lib;ws2_32.lib;advapi32.lib;%(AdditionalDependencies)</AdditionalDependencies>
2022-05-13 20:08:20 +08:00
<OutputFile > $(OutDir)libcups2.dll</OutputFile>
<ModuleDefinitionFile > ..\cups\libcups2.def</ModuleDefinitionFile>
<GenerateDebugInformation > true</GenerateDebugInformation>
<ProgramDatabaseFile > $(Platform)\$(Configuration)\libcups2.pdb</ProgramDatabaseFile>
<SubSystem > Windows</SubSystem>
<OptimizeReferences > true</OptimizeReferences>
<EnableCOMDATFolding > true</EnableCOMDATFolding>
<ImportLibrary > $(OutDir)libcups2.lib</ImportLibrary>
<TargetMachine > MachineX64</TargetMachine>
</Link>
<PostBuildEvent >
<Command > if not "%25RC_XBS%25" == "YES" goto END
if not exist "$(DSTROOT)\Program Files\Bonjour\$(Platform)" mkdir "$(DSTROOT)\Program Files\Bonjour\$(Platform)"
xcopy /I/Y "$(TargetPath)" "$(DSTROOT)\Program Files\Bonjour\$(Platform)"
:END
</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemGroup >
<ClCompile Include= "..\cups\adminutil.c" />
<ClCompile Include= "..\cups\array.c" >
<PreprocessorDefinitions Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" > WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" > WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<ClCompile Include= "..\cups\auth.c" >
<PreprocessorDefinitions Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" > WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" > WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<ClCompile Include= "..\cups\debug.c" />
<ClCompile Include= "..\cups\dest-job.c" />
<ClCompile Include= "..\cups\dest-localization.c" />
<ClCompile Include= "..\cups\dest-options.c" />
<ClCompile Include= "..\cups\dest.c" >
<PreprocessorDefinitions Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" > WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" > WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<ClCompile Include= "..\cups\dir.c" >
<PreprocessorDefinitions Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" > WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" > WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<ClCompile Include= "..\cups\encode.c" >
<PreprocessorDefinitions Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" > WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" > WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<ClCompile Include= "..\cups\file.c" >
<PreprocessorDefinitions Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" > WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" > WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<ClCompile Include= "..\cups\getdevices.c" />
<ClCompile Include= "..\cups\getputfile.c" >
<PreprocessorDefinitions Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" > WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" > WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<ClCompile Include= "..\cups\globals.c" >
<PreprocessorDefinitions Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" > WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" > WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<ClCompile Include= "..\cups\hash.c" />
<ClCompile Include= "..\cups\http-addr.c" >
<PreprocessorDefinitions Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" > WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" > WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<ClCompile Include= "..\cups\http-addrlist.c" >
<PreprocessorDefinitions Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" > WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" > WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<ClCompile Include= "..\cups\http-support.c" >
<PreprocessorDefinitions Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" > WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" > WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<ClCompile Include= "..\cups\http.c" >
<PreprocessorDefinitions Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" > WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" > WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<ClCompile Include= "..\cups\ipp-file.c" />
<ClCompile Include= "..\cups\ipp-support.c" >
<PreprocessorDefinitions Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" > WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" > WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<ClCompile Include= "..\cups\ipp-vars.c" />
<ClCompile Include= "..\cups\ipp.c" >
<PreprocessorDefinitions Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" > WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" > WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<ClCompile Include= "..\cups\langprintf.c" >
<PreprocessorDefinitions Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" > WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" > WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<ClCompile Include= "..\cups\language.c" >
<PreprocessorDefinitions Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" > WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" > WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<ClCompile Include= "..\cups\md5.c" >
<PreprocessorDefinitions Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" > WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" > WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<ClCompile Include= "..\cups\md5passwd.c" >
<PreprocessorDefinitions Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" > WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" > WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<ClCompile Include= "..\cups\notify.c" />
<ClCompile Include= "..\cups\options.c" >
<PreprocessorDefinitions Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" > WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" > WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<ClCompile Include= "..\cups\ppd-attr.c" />
<ClCompile Include= "..\cups\ppd-cache.c" />
<ClCompile Include= "..\cups\ppd-conflicts.c" />
<ClCompile Include= "..\cups\ppd-custom.c" />
<ClCompile Include= "..\cups\ppd-emit.c" />
<ClCompile Include= "..\cups\ppd-localize.c" />
<ClCompile Include= "..\cups\ppd-mark.c" />
<ClCompile Include= "..\cups\ppd-page.c" />
<ClCompile Include= "..\cups\ppd-util.c" />
<ClCompile Include= "..\cups\ppd.c" >
<PreprocessorDefinitions Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" > WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" > WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<ClCompile Include= "..\cups\pwg-media.c" />
<ClCompile Include= "..\cups\raster-error.c" />
<ClCompile Include= "..\cups\raster-interpret.c" />
<ClCompile Include= "..\cups\raster-interstub.c" />
<ClCompile Include= "..\cups\raster-stream.c" />
<ClCompile Include= "..\cups\raster-stubs.c" />
<ClCompile Include= "..\cups\request.c" />
<ClCompile Include= "..\cups\snprintf.c" >
<PreprocessorDefinitions Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" > WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" > WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<ClCompile Include= "..\cups\string.c" >
<PreprocessorDefinitions Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" > WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" > WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<ClCompile Include= "..\cups\tempfile.c" >
<PreprocessorDefinitions Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" > WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" > WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<ClCompile Include= "..\cups\thread.c" />
<ClCompile Include= "..\cups\tls.c" />
<ClCompile Include= "..\cups\transcode.c" >
<PreprocessorDefinitions Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" > WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" > WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<ClCompile Include= "..\cups\usersys.c" >
<PreprocessorDefinitions Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" > WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" > WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<ClCompile Include= "..\cups\util.c" >
<PreprocessorDefinitions Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" > WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" > WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
</ItemGroup>
<ItemGroup >
<None Include= "..\cups\libcups2.def" />
<None Include= "packages.config" />
</ItemGroup>
<ItemGroup >
<ClInclude Include= "..\cups\adminutil.h" />
<ClInclude Include= "..\cups\array-private.h" />
<ClInclude Include= "..\cups\array.h" />
<ClInclude Include= "..\cups\cups-private.h" />
<ClInclude Include= "..\cups\cups.h" />
<ClInclude Include= "..\cups\debug-private.h" />
<ClInclude Include= "..\cups\dir.h" />
<ClInclude Include= "..\cups\file-private.h" />
<ClInclude Include= "..\cups\file.h" />
<ClInclude Include= "..\cups\globals.h" />
<ClInclude Include= "..\cups\http-private.h" />
<ClInclude Include= "..\cups\http.h" />
<ClInclude Include= "..\cups\ipp-private.h" />
<ClInclude Include= "..\cups\ipp.h" />
<ClInclude Include= "..\cups\language-private.h" />
<ClInclude Include= "..\cups\language.h" />
<ClInclude Include= "..\cups\md5-private.h" />
<ClInclude Include= "..\cups\ppd-private.h" />
<ClInclude Include= "..\cups\ppd.h" />
<ClInclude Include= "..\cups\pwg-private.h" />
<ClInclude Include= "..\cups\pwg.h" />
<ClInclude Include= "..\cups\raster-private.h" />
<ClInclude Include= "..\cups\raster.h" />
<ClInclude Include= "..\cups\string-private.h" />
<ClInclude Include= "..\cups\thread-private.h" />
<ClInclude Include= "..\cups\transcode.h" />
<ClInclude Include= "..\cups\versioning.h" />
<ClInclude Include= "config.h" />
</ItemGroup>
<ItemGroup >
<ProjectReference Include= "dnssdstub.vcxproj" >
<Project > {c0899b3a-43e7-4bc3-a785-659e1fd2ea83}</Project>
</ProjectReference>
<ProjectReference Include= "regex.vcxproj" >
<Project > {18950a1b-d37a-40c7-b2df-c12986c0526e}</Project>
<ReferenceOutputAssembly > false</ReferenceOutputAssembly>
</ProjectReference>
</ItemGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label= "ExtensionTargets" >
2023-01-12 15:27:08 +08:00
<Import Project= "packages\zlib_native.redist.1.2.11\build\native\zlib_native.redist.targets" Condition= "Exists('packages\zlib_native.redist.1.2.11\build\native\zlib_native.redist.targets')" />
<Import Project= "packages\zlib_native.1.2.11\build\native\zlib_native.targets" Condition= "Exists('packages\zlib_native.1.2.11\build\native\zlib_native.targets')" />
2022-05-13 20:08:20 +08:00
</ImportGroup>
<Target Name= "EnsureNuGetPackageBuildImports" BeforeTargets= "PrepareForBuild" >
<PropertyGroup >
<ErrorText > This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
2023-01-12 15:27:08 +08:00
<Error Condition= "!Exists('packages\zlib_native.redist.1.2.11\build\native\zlib_native.redist.targets')" Text= "$([System.String]::Format('$(ErrorText)', 'packages\zlib_native.redist.1.2.11\build\native\zlib_native.redist.targets'))" />
<Error Condition= "!Exists('packages\zlib_native.1.2.11\build\native\zlib_native.targets')" Text= "$([System.String]::Format('$(ErrorText)', 'packages\zlib_native.1.2.11\build\native\zlib_native.targets'))" />
2022-05-13 20:08:20 +08:00
</Target>
</Project>