2024-05-21 16:55:15 +02:00
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets= "Build" ToolsVersion= "15.0" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
<Import Project= "..\packages\Microsoft.Windows.CppWinRT.2.0.220531.1\build\native\Microsoft.Windows.CppWinRT.props" Condition= "Exists('..\packages\Microsoft.Windows.CppWinRT.2.0.220531.1\build\native\Microsoft.Windows.CppWinRT.props')" />
<PropertyGroup Label= "Globals" >
<CopyLocalLockFileAssemblies > true</CopyLocalLockFileAssemblies>
<CppWinRTOptimized > true</CppWinRTOptimized>
<CppWinRTRootNamespaceAutoMerge > true</CppWinRTRootNamespaceAutoMerge>
<CppWinRTGenerateWindowsMetadata > true</CppWinRTGenerateWindowsMetadata>
<MinimalCoreWin > true</MinimalCoreWin>
<VCProjectVersion > 15.0</VCProjectVersion>
<ProjectGuid > {3d63307b-9d27-44fd-b033-b26f39245b85}</ProjectGuid>
<Keyword > Win32Proj</Keyword>
<RootNamespace > ProjectsSnapshotTool</RootNamespace>
<WindowsTargetPlatformVersion Condition= " '$(WindowsTargetPlatformVersion)' == '' " > 10.0.22621.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformMinVersion > 10.0.17134.0</WindowsTargetPlatformMinVersion>
</PropertyGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<ItemGroup Label= "ProjectConfigurations" >
<ProjectConfiguration Include= "Debug|Win32" >
<Configuration > Debug</Configuration>
<Platform > Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include= "Release|Win32" >
<Configuration > Release</Configuration>
<Platform > Win32</Platform>
</ProjectConfiguration>
<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= "Configuration" >
<ConfigurationType > Application</ConfigurationType>
<PlatformToolset > v143</PlatformToolset>
<PlatformToolset Condition= "'$(VisualStudioVersion)' == '16.0'" > v142</PlatformToolset>
<PlatformToolset Condition= "'$(VisualStudioVersion)' == '15.0'" > v141</PlatformToolset>
<PlatformToolset Condition= "'$(VisualStudioVersion)' == '14.0'" > v140</PlatformToolset>
<CharacterSet > Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)'=='Debug'" Label= "Configuration" >
<UseDebugLibraries > true</UseDebugLibraries>
<LinkIncremental > true</LinkIncremental>
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)'=='Release'" Label= "Configuration" >
<UseDebugLibraries > false</UseDebugLibraries>
<WholeProgramOptimization > true</WholeProgramOptimization>
<LinkIncremental > false</LinkIncremental>
</PropertyGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label= "ExtensionSettings" >
</ImportGroup>
<ImportGroup Label= "Shared" >
</ImportGroup>
<ImportGroup Label= "PropertySheets" >
<Import Project= "$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition= "exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label= "LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label= "PropertySheets" >
<Import Project= "PropertySheet.props" />
</ImportGroup>
<PropertyGroup Label= "UserMacros" />
<ItemDefinitionGroup >
<ClCompile >
<PrecompiledHeader > Use</PrecompiledHeader>
<PrecompiledHeaderFile > pch.h</PrecompiledHeaderFile>
<PrecompiledHeaderOutputFile > $(IntDir)pch.pch</PrecompiledHeaderOutputFile>
<PreprocessorDefinitions > _CONSOLE;WIN32_LEAN_AND_MEAN;WINRT_LEAN_AND_MEAN;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<WarningLevel > Level4</WarningLevel>
<AdditionalOptions > %(AdditionalOptions) /permissive- /bigobj</AdditionalOptions>
2024-05-27 15:07:53 +02:00
<LanguageStandard > stdcpplatest</LanguageStandard>
2024-05-21 16:55:15 +02:00
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition= "'$(Configuration)'=='Debug'" >
<ClCompile >
<Optimization > Disabled</Optimization>
<PreprocessorDefinitions > _DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link >
<SubSystem > Console</SubSystem>
<GenerateWindowsMetadata > false</GenerateWindowsMetadata>
2024-05-27 15:07:53 +02:00
<AdditionalDependencies Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" > shcore.lib;Shell32.lib;propsys.lib;%(AdditionalDependencies)</AdditionalDependencies>
2024-05-21 16:55:15 +02:00
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition= "'$(Platform)'=='Win32'" >
<ClCompile >
<PreprocessorDefinitions > WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition= "'$(Configuration)'=='Release'" >
<ClCompile >
<Optimization > MaxSpeed</Optimization>
<FunctionLevelLinking > true</FunctionLevelLinking>
<IntrinsicFunctions > true</IntrinsicFunctions>
<PreprocessorDefinitions > NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link >
<SubSystem > Console</SubSystem>
<EnableCOMDATFolding > true</EnableCOMDATFolding>
<OptimizeReferences > true</OptimizeReferences>
<GenerateWindowsMetadata > false</GenerateWindowsMetadata>
2024-05-27 15:07:53 +02:00
<AdditionalDependencies Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" > shcore.lib;Shell32.lib;propsys.lib;%(AdditionalDependencies)</AdditionalDependencies>
2024-05-21 16:55:15 +02:00
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition= "'$(Configuration)'=='Debug'" >
<ClCompile >
<RuntimeLibrary > MultiThreadedDebug</RuntimeLibrary>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition= "'$(Configuration)'=='Release'" >
<ClCompile >
<RuntimeLibrary > MultiThreaded</RuntimeLibrary>
</ClCompile>
</ItemDefinitionGroup>
<ItemGroup >
<ClInclude Include= "MonitorUtils.h" />
<ClInclude Include= "OnThreadExecutor.h" />
<ClInclude Include= "pch.h" />
</ItemGroup>
<ItemGroup >
<ClCompile Include= "main.cpp" />
<ClCompile Include= "MonitorUtils.cpp" />
<ClCompile Include= "OnThreadExecutor.cpp" />
<ClCompile Include= "pch.cpp" >
<PrecompiledHeader > Create</PrecompiledHeader>
</ClCompile>
</ItemGroup>
<ItemGroup >
<None Include= "packages.config" />
<None Include= "PropertySheet.props" />
</ItemGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.targets" />
2024-05-27 15:07:53 +02:00
<ImportGroup Label= "ExtensionTargets" >
2024-05-24 13:50:27 +02:00
<Import Project= "..\..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.240111.5\build\native\Microsoft.Windows.CppWinRT.targets" Condition= "Exists('..\..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.240111.5\build\native\Microsoft.Windows.CppWinRT.targets')" />
<Import Project= "..\..\..\..\packages\Microsoft.Windows.ImplementationLibrary.1.0.231216.1\build\native\Microsoft.Windows.ImplementationLibrary.targets" Condition= "Exists('..\..\..\..\packages\Microsoft.Windows.ImplementationLibrary.1.0.231216.1\build\native\Microsoft.Windows.ImplementationLibrary.targets')" />
2024-05-21 16:55:15 +02: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>
<Error Condition= "!Exists('..\packages\Microsoft.Windows.CppWinRT.2.0.220531.1\build\native\Microsoft.Windows.CppWinRT.props')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Windows.CppWinRT.2.0.220531.1\build\native\Microsoft.Windows.CppWinRT.props'))" />
<Error Condition= "!Exists('..\packages\Microsoft.Windows.CppWinRT.2.0.220531.1\build\native\Microsoft.Windows.CppWinRT.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Windows.CppWinRT.2.0.220531.1\build\native\Microsoft.Windows.CppWinRT.targets'))" />
2024-05-24 13:50:27 +02:00
<Error Condition= "!Exists('..\packages\Microsoft.Windows.ImplementationLibrary.1.0.231216.1\build\native\Microsoft.Windows.ImplementationLibrary.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Windows.ImplementationLibrary.1.0.231216.1\build\native\Microsoft.Windows.ImplementationLibrary.targets'))" />
2024-05-21 16:55:15 +02:00
</Target>
</Project>