2020-12-15 20:16:09 +08:00
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets= "Build" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
<PropertyGroup Label= "Globals" >
<VCProjectVersion > 16.0</VCProjectVersion>
<ProjectGuid > {7319089E-46D6-4400-BC65-E39BDF1416EE}</ProjectGuid>
<Keyword > Win32Proj</Keyword>
<RootNamespace > COMUtils</RootNamespace>
<ProjectName > COMUtils</ProjectName>
</PropertyGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Label= "Configuration" >
<ConfigurationType > StaticLibrary</ConfigurationType>
2022-02-07 22:08:30 +08:00
<PlatformToolset > v143</PlatformToolset>
</PropertyGroup>
2020-12-15 20:16:09 +08:00
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label= "ExtensionSettings" >
</ImportGroup>
<ImportGroup Label= "Shared" >
</ImportGroup>
<PropertyGroup Label= "UserMacros" />
<ItemDefinitionGroup >
<ClCompile >
<PrecompiledHeader > NotUsing</PrecompiledHeader>
<AdditionalIncludeDirectories > ..\..\..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions > _LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
</ItemDefinitionGroup>
<ItemGroup >
<ClInclude Include= "comUtils.h" />
</ItemGroup>
<ItemGroup >
<ClCompile Include= "comUtils.cpp" />
</ItemGroup>
<ItemGroup >
<None Include= "packages.config" />
</ItemGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label= "ExtensionTargets" >
2021-09-13 20:00:44 +08:00
<Import Project= "..\..\..\packages\Microsoft.Windows.ImplementationLibrary.1.0.210204.1\build\native\Microsoft.Windows.ImplementationLibrary.targets" Condition= "Exists('..\..\..\packages\Microsoft.Windows.ImplementationLibrary.1.0.210204.1\build\native\Microsoft.Windows.ImplementationLibrary.targets')" />
2020-12-15 20:16:09 +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>
2021-09-13 20:00:44 +08:00
<Error Condition= "!Exists('..\..\..\packages\Microsoft.Windows.ImplementationLibrary.1.0.210204.1\build\native\Microsoft.Windows.ImplementationLibrary.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\..\..\packages\Microsoft.Windows.ImplementationLibrary.1.0.210204.1\build\native\Microsoft.Windows.ImplementationLibrary.targets'))" />
2020-12-15 20:16:09 +08:00
</Target>
2020-04-21 12:01:21 +08:00
</Project>