2020-12-15 15:16:09 +03:00
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets= "Build" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
<Import Project= "..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.200729.8\build\native\Microsoft.Windows.CppWinRT.props" Condition= "Exists('..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.200729.8\build\native\Microsoft.Windows.CppWinRT.props')" />
<PropertyGroup Label= "Globals" >
<VCProjectVersion > 16.0</VCProjectVersion>
<ProjectGuid > {6955446D-23F7-4023-9BB3-8657F904AF99}</ProjectGuid>
<Keyword > Win32Proj</Keyword>
<RootNamespace > SetttingsAPI</RootNamespace>
<ProjectName > SetttingsAPI</ProjectName>
</PropertyGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Label= "Configuration" >
<ConfigurationType > StaticLibrary</ConfigurationType>
</PropertyGroup>
2022-02-07 06:08:30 -08:00
<PropertyGroup Label= "Configuration" Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" >
<PlatformToolset > v143</PlatformToolset>
</PropertyGroup>
<PropertyGroup Label= "Configuration" Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" >
<PlatformToolset > v143</PlatformToolset>
</PropertyGroup>
2020-12-15 15:16:09 +03:00
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label= "ExtensionSettings" >
</ImportGroup>
<ImportGroup Label= "Shared" >
</ImportGroup>
<PropertyGroup Label= "UserMacros" />
<ItemDefinitionGroup >
<ClCompile >
<AdditionalIncludeDirectories > ..\;..\..\;..\..\..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions > _LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
</ItemDefinitionGroup>
<ItemGroup >
<ClInclude Include= "pch.h" />
<ClInclude Include= "settings_helpers.h" />
<ClInclude Include= "settings_objects.h" />
2021-06-29 13:06:12 +03:00
<ClInclude Include= "FileWatcher.h" />
2020-12-15 15:16:09 +03:00
</ItemGroup>
<ItemGroup >
<ClCompile Include= "settings_helpers.cpp" />
<ClCompile Include= "settings_objects.cpp" />
2021-06-29 13:06:12 +03:00
<ClCompile Include= "FileWatcher.cpp" />
2020-12-15 15:16:09 +03:00
<ClCompile Include= "pch.cpp" >
<PrecompiledHeader Condition= "'$(CIBuild)'!='true'" > Create</PrecompiledHeader>
</ClCompile>
</ItemGroup>
<ItemGroup >
<None Include= "packages.config" />
2022-02-07 06:08:30 -08:00
</ItemGroup>
2020-12-15 15:16:09 +03:00
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label= "ExtensionTargets" >
<Import Project= "..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.200729.8\build\native\Microsoft.Windows.CppWinRT.targets" Condition= "Exists('..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.200729.8\build\native\Microsoft.Windows.CppWinRT.targets')" />
</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>
<Error Condition= "!Exists('..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.200729.8\build\native\Microsoft.Windows.CppWinRT.props')" Text= "$([System.String]::Format('$(ErrorText)', '..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.200729.8\build\native\Microsoft.Windows.CppWinRT.props'))" />
<Error Condition= "!Exists('..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.200729.8\build\native\Microsoft.Windows.CppWinRT.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.200729.8\build\native\Microsoft.Windows.CppWinRT.targets'))" />
</Target>
</Project>