2020-02-05 00:41:00 +08:00
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets= "Build" ToolsVersion= "15.0" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
2020-04-30 04:02:18 +08:00
<Import Project= "..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.200316.3\build\native\Microsoft.Windows.CppWinRT.props" Condition= "Exists('..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.200316.3\build\native\Microsoft.Windows.CppWinRT.props')" />
2020-02-05 00:41:00 +08:00
<PropertyGroup Label= "Globals" >
<CppWinRTOptimized > true</CppWinRTOptimized>
<CppWinRTRootNamespaceAutoMerge > true</CppWinRTRootNamespaceAutoMerge>
<CppWinRTGenerateWindowsMetadata > true</CppWinRTGenerateWindowsMetadata>
<MinimalCoreWin > true</MinimalCoreWin>
<ProjectGuid > {0b593a6c-4143-4337-860e-db5710fb87db}</ProjectGuid>
<ProjectName > notifications</ProjectName>
<RootNamespace > PowerToysNotifications</RootNamespace>
<DefaultLanguage > en-US</DefaultLanguage>
<MinimumVisualStudioVersion > 14.0</MinimumVisualStudioVersion>
<AppContainerApplication > true</AppContainerApplication>
<ApplicationType > Windows Store</ApplicationType>
<ApplicationTypeRevision > 10.0</ApplicationTypeRevision>
2020-04-30 04:02:18 +08:00
<WindowsTargetPlatformVersion Condition= " '$(WindowsTargetPlatformVersion)' == '' " > 10.0.17134.0</WindowsTargetPlatformVersion>
2020-02-05 00:41:00 +08:00
<WindowsTargetPlatformMinVersion > 10.0.17134.0</WindowsTargetPlatformMinVersion>
</PropertyGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<ItemGroup Label= "ProjectConfigurations" >
<ProjectConfiguration Include= "Debug|ARM" >
<Configuration > Debug</Configuration>
<Platform > ARM</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include= "Debug|Win32" >
<Configuration > Debug</Configuration>
<Platform > Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include= "Debug|x64" >
<Configuration > Debug</Configuration>
<Platform > x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include= "Release|ARM" >
<Configuration > Release</Configuration>
<Platform > ARM</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include= "Release|Win32" >
<Configuration > Release</Configuration>
<Platform > Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include= "Release|x64" >
<Configuration > Release</Configuration>
<Platform > x64</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label= "Configuration" >
<ConfigurationType > StaticLibrary</ConfigurationType>
<PlatformToolset > v140</PlatformToolset>
<PlatformToolset Condition= "'$(VisualStudioVersion)' == '15.0'" > v141</PlatformToolset>
<PlatformToolset Condition= "'$(VisualStudioVersion)' == '16.0'" > v142</PlatformToolset>
<CharacterSet > Unicode</CharacterSet>
<GenerateManifest > false</GenerateManifest>
</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>
2020-05-13 11:52:02 +08:00
<PropertyGroup Label= "Configuration" Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" >
<SpectreMitigation > Spectre</SpectreMitigation>
</PropertyGroup>
<PropertyGroup Label= "Configuration" Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" >
<SpectreMitigation > Spectre</SpectreMitigation>
</PropertyGroup>
2020-02-05 00:41:00 +08:00
<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>
<PropertyGroup Label= "UserMacros" />
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" >
<TargetName > notifications</TargetName>
2020-03-21 02:41:48 +08:00
<IntDir > $(SolutionDir)$(Platform)\$(Configuration)\obj\$(ProjectName)\</IntDir>
2020-02-05 00:41:00 +08:00
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" >
<TargetName > notifications</TargetName>
2020-03-21 02:41:48 +08:00
<IntDir > $(SolutionDir)$(Platform)\$(Configuration)\obj\$(ProjectName)\</IntDir>
2020-02-05 00:41:00 +08:00
</PropertyGroup>
<ItemDefinitionGroup >
<ClCompile >
<PrecompiledHeaderOutputFile > $(IntDir)pch.pch</PrecompiledHeaderOutputFile>
<WarningLevel > Level4</WarningLevel>
<AdditionalOptions > %(AdditionalOptions) /bigobj</AdditionalOptions>
<!-- Temporarily disable cppwinrt heap enforcement to work around xaml compiler generated std::shared_ptr use -->
<AdditionalOptions Condition= "'$(CppWinRTHeapEnforcement)'==''" > /DWINRT_NO_MAKE_DETECTION /await %(AdditionalOptions)</AdditionalOptions>
<DisableSpecificWarnings >
</DisableSpecificWarnings>
<PreprocessorDefinitions > _WINRT_DLL;WIN32_LEAN_AND_MEAN;WINRT_LEAN_AND_MEAN;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<AdditionalUsingDirectories > $(WindowsSDK_WindowsMetadata);$(AdditionalUsingDirectories)</AdditionalUsingDirectories>
</ClCompile>
<Link >
<SubSystem > Console</SubSystem>
<GenerateWindowsMetadata > false</GenerateWindowsMetadata>
<ModuleDefinitionFile > notifications.def</ModuleDefinitionFile>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition= "'$(Configuration)'=='Debug'" >
<ClCompile >
<PreprocessorDefinitions > _DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<TreatWarningAsError Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" > true</TreatWarningAsError>
<LanguageStandard Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" > stdcpplatest</LanguageStandard>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition= "'$(Configuration)'=='Release'" >
<ClCompile >
<PreprocessorDefinitions > NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<TreatWarningAsError Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" > true</TreatWarningAsError>
<LanguageStandard Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" > stdcpplatest</LanguageStandard>
</ClCompile>
<Link >
<EnableCOMDATFolding > true</EnableCOMDATFolding>
<OptimizeReferences > true</OptimizeReferences>
</Link>
</ItemDefinitionGroup>
2020-05-25 15:59:05 +08:00
<ItemDefinitionGroup Condition= "'$(CIBuild)'!='true'" >
<ClCompile >
<PrecompiledHeader > Use</PrecompiledHeader>
<PrecompiledHeaderFile > pch.h</PrecompiledHeaderFile>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition= "'$(CIBuild)'=='true'" >
<ClCompile >
<PrecompiledHeader > NotUsing</PrecompiledHeader>
<PrecompiledHeaderFile > pch.h</PrecompiledHeaderFile>
</ClCompile>
</ItemDefinitionGroup>
2020-02-05 00:41:00 +08:00
<ItemGroup >
<ClInclude Include= "handler_functions.h" />
<ClInclude Include= "pch.h" />
<ClInclude Include= "BackgroundHandler.h" >
<DependentUpon > BackgroundHandler.idl</DependentUpon>
</ClInclude>
</ItemGroup>
<ItemGroup >
<ClCompile Include= "handler_functions.cpp" />
<ClCompile Include= "pch.cpp" >
2020-05-25 15:59:05 +08:00
<PrecompiledHeader Condition= "'$(CIBuild)'!='true'" > Create</PrecompiledHeader>
2020-02-05 00:41:00 +08:00
</ClCompile>
<ClCompile Include= "BackgroundHandler.cpp" >
<DependentUpon > BackgroundHandler.idl</DependentUpon>
</ClCompile>
<ClCompile Include= "$(GeneratedFilesDir)module.g.cpp" />
</ItemGroup>
<ItemGroup >
<Midl Include= "BackgroundHandler.idl" />
</ItemGroup>
<ItemGroup >
<None Include= "packages.config" />
<None Include= "PropertySheet.props" />
</ItemGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label= "ExtensionTargets" >
2020-04-30 04:02:18 +08:00
<Import Project= "..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.200316.3\build\native\Microsoft.Windows.CppWinRT.targets" Condition= "Exists('..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.200316.3\build\native\Microsoft.Windows.CppWinRT.targets')" />
2020-02-05 00:41:00 +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>
2020-04-30 04:02:18 +08:00
<Error Condition= "!Exists('..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.200316.3\build\native\Microsoft.Windows.CppWinRT.props')" Text= "$([System.String]::Format('$(ErrorText)', '..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.200316.3\build\native\Microsoft.Windows.CppWinRT.props'))" />
<Error Condition= "!Exists('..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.200316.3\build\native\Microsoft.Windows.CppWinRT.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\..\..\packages\Microsoft.Windows.CppWinRT.2.0.200316.3\build\native\Microsoft.Windows.CppWinRT.targets'))" />
2020-02-05 00:41:00 +08:00
</Target>
</Project>