2019-09-04 18:26:26 +02:00
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets= "Build" ToolsVersion= "15.0" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
2020-07-30 11:37:15 -07:00
<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')" />
2019-09-04 18:26:26 +02:00
<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>
2020-08-24 17:49:28 -07:00
<Target Name= "GenerateResourceFiles" BeforeTargets= "PrepareForBuild" >
2020-12-18 12:37:40 +01:00
<Exec Command= "powershell -NonInteractive -executionpolicy Unrestricted $(SolutionDir)tools\build\convert-resx-to-rc.ps1 $(MSBuildThisFileDirectory) resource.base.h resource.h shortcut_guide.base.rc shortcut_guide.rc" />
2020-08-24 17:49:28 -07:00
</Target>
2019-09-04 18:26:26 +02:00
<PropertyGroup Label= "Globals" >
<VCProjectVersion > 15.0</VCProjectVersion>
<ProjectGuid > {A46629C4-1A6C-40FA-A8B6-10E5102BB0BA}</ProjectGuid>
<Keyword > Win32Proj</Keyword>
<RootNamespace > overlaywindow</RootNamespace>
2020-04-29 13:02:18 -07:00
<WindowsTargetPlatformVersion > 10.0.17134.0</WindowsTargetPlatformVersion>
2020-05-28 16:23:03 +02:00
<ProjectName > ShortcutGuide</ProjectName>
2019-09-04 18:26:26 +02:00
</PropertyGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" Label= "Configuration" >
<ConfigurationType > DynamicLibrary</ConfigurationType>
<UseDebugLibraries > true</UseDebugLibraries>
<PlatformToolset > v142</PlatformToolset>
<CharacterSet > Unicode</CharacterSet>
2020-05-12 20:52:02 -07:00
<SpectreMitigation > Spectre</SpectreMitigation>
2019-09-04 18:26:26 +02:00
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" Label= "Configuration" >
<ConfigurationType > DynamicLibrary</ConfigurationType>
<UseDebugLibraries > false</UseDebugLibraries>
<PlatformToolset > v142</PlatformToolset>
<WholeProgramOptimization > true</WholeProgramOptimization>
<CharacterSet > Unicode</CharacterSet>
2020-05-12 20:52:02 -07:00
<SpectreMitigation > Spectre</SpectreMitigation>
2019-09-04 18:26:26 +02:00
</PropertyGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label= "ExtensionSettings" >
</ImportGroup>
<ImportGroup Label= "Shared" >
</ImportGroup>
<ImportGroup Label= "PropertySheets" Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" >
<Import Project= "$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition= "exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label= "LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label= "PropertySheets" Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" >
<Import Project= "$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition= "exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label= "LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label= "UserMacros" />
2020-12-21 18:51:48 +03:00
<PropertyGroup >
2020-05-28 16:23:03 +02:00
<OutDir > $(SolutionDir)$(Platform)\$(Configuration)\modules\$(ProjectName)\</OutDir>
2020-03-20 21:41:48 +03:00
<IntDir > $(SolutionDir)$(Platform)\$(Configuration)\obj\$(ProjectName)\</IntDir>
2019-09-04 18:26:26 +02:00
</PropertyGroup>
2020-12-21 18:51:48 +03:00
<ItemDefinitionGroup >
2019-09-04 18:26:26 +02:00
<ClCompile >
2020-12-21 18:51:48 +03:00
<AdditionalIncludeDirectories > ..\..\common\inc;..\..\common\Telemetry;..\..\;..\;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
2019-09-04 18:26:26 +02:00
</ClCompile>
<Link >
2020-12-21 18:51:48 +03:00
<AdditionalDependencies > Dwmapi.lib;Dcomp.lib;Shlwapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
2019-09-04 18:26:26 +02:00
</Link>
</ItemDefinitionGroup>
<ItemGroup >
2020-12-15 15:16:09 +03:00
<ClInclude Include= "animation.h" />
2020-11-05 10:38:46 +01:00
<ClInclude Include= "d2d_svg.h" />
<ClInclude Include= "d2d_text.h" />
<ClInclude Include= "d2d_window.h" />
2021-03-02 20:56:37 +03:00
<ClInclude Include= "native_event_waiter.h" />
2019-09-04 18:26:26 +02:00
<ClInclude Include= "overlay_window.h" />
<ClInclude Include= "keyboard_state.h" />
2020-08-24 17:49:28 -07:00
<ClInclude Include= "Generated Files/resource.h" />
<None Include= "resource.base.h" />
2020-10-19 16:07:02 -07:00
<ClInclude Include= "ShortcutGuideConstants.h" />
2019-09-04 18:26:26 +02:00
<ClInclude Include= "shortcut_guide.h" />
<ClInclude Include= "pch.h" />
2020-12-15 15:16:09 +03:00
<ClInclude Include= "start_visible.h" />
2019-09-04 18:26:26 +02:00
<ClInclude Include= "target_state.h" />
<ClInclude Include= "trace.h" />
</ItemGroup>
<ItemGroup >
2020-12-15 15:16:09 +03:00
<ClCompile Include= "animation.cpp" />
2020-11-05 10:38:46 +01:00
<ClCompile Include= "d2d_svg.cpp" />
<ClCompile Include= "d2d_text.cpp" />
<ClCompile Include= "d2d_window.cpp" />
2021-03-02 20:56:37 +03:00
<ClCompile Include= "native_event_waiter.cpp" />
2019-09-04 18:26:26 +02:00
<ClCompile Include= "overlay_window.cpp" />
<ClCompile Include= "dllmain.cpp" />
<ClCompile Include= "keyboard_state.cpp" />
<ClCompile Include= "shortcut_guide.cpp" />
<ClCompile Include= "pch.cpp" >
2020-05-25 10:59:05 +03:00
<PrecompiledHeader Condition= "'$(CIBuild)'!='true'" > Create</PrecompiledHeader>
2019-09-04 18:26:26 +02:00
</ClCompile>
2020-12-15 15:16:09 +03:00
<ClCompile Include= "start_visible.cpp" />
2019-09-04 18:26:26 +02:00
<ClCompile Include= "target_state.cpp" />
2020-12-15 15:16:09 +03:00
<ClCompile Include= "tasklist_positions.cpp" />
2019-09-04 18:26:26 +02:00
<ClCompile Include= "trace.cpp" />
</ItemGroup>
<ItemGroup >
2020-12-15 15:16:09 +03:00
<ProjectReference Include= "..\..\common\Display\Display.vcxproj" >
<Project > {caba8dfb-823b-4bf2-93ac-3f31984150d9}</Project>
2019-09-04 18:26:26 +02:00
</ProjectReference>
2020-11-24 20:36:04 +02:00
<ProjectReference Include= "..\..\common\logger\logger.vcxproj" >
<Project > {d9b8fc84-322a-4f9f-bbb9-20915c47ddfd}</Project>
</ProjectReference>
2020-12-15 15:16:09 +03:00
<ProjectReference Include= "..\..\common\Themes\Themes.vcxproj" >
<Project > {98537082-0fdb-40de-abd8-0dc5a4269bab}</Project>
</ProjectReference>
2019-09-04 18:26:26 +02:00
</ItemGroup>
<ItemGroup >
2020-08-24 17:49:28 -07:00
<ResourceCompile Include= "Generated Files/shortcut_guide.rc" />
<None Include= "shortcut_guide.base.rc" />
2019-09-04 18:26:26 +02:00
</ItemGroup>
2020-04-29 13:02:18 -07:00
<ItemGroup >
<None Include= "packages.config" />
</ItemGroup>
2020-08-24 17:49:28 -07:00
<ItemGroup >
<None Include= "Resources.resx" />
</ItemGroup>
2019-09-04 18:26:26 +02:00
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.targets" />
2020-11-24 20:36:04 +02:00
<Import Project= "..\..\..\deps\spdlog.props" />
2019-09-04 18:26:26 +02:00
<ImportGroup Label= "ExtensionTargets" >
2020-07-30 11:37:15 -07:00
<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')" />
2019-09-04 18:26:26 +02:00
</ImportGroup>
2020-04-29 13:02:18 -07:00
<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>
2020-07-30 11:37:15 -07:00
<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'))" />
2020-04-29 13:02:18 -07:00
</Target>
2019-09-04 18:26:26 +02:00
</Project>