|
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 3 | + <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')" /> |
| 4 | + <ItemGroup Label="ProjectConfigurations"> |
| 5 | + <ProjectConfiguration Include="Debug|Win32"> |
| 6 | + <Configuration>Debug</Configuration> |
| 7 | + <Platform>Win32</Platform> |
| 8 | + </ProjectConfiguration> |
| 9 | + <ProjectConfiguration Include="Release|Win32"> |
| 10 | + <Configuration>Release</Configuration> |
| 11 | + <Platform>Win32</Platform> |
| 12 | + </ProjectConfiguration> |
| 13 | + <ProjectConfiguration Include="Debug|x64"> |
| 14 | + <Configuration>Debug</Configuration> |
| 15 | + <Platform>x64</Platform> |
| 16 | + </ProjectConfiguration> |
| 17 | + <ProjectConfiguration Include="Release|x64"> |
| 18 | + <Configuration>Release</Configuration> |
| 19 | + <Platform>x64</Platform> |
| 20 | + </ProjectConfiguration> |
| 21 | + <ProjectConfiguration Include="Debug|ARM64"> |
| 22 | + <Configuration>Debug</Configuration> |
| 23 | + <Platform>ARM64</Platform> |
| 24 | + </ProjectConfiguration> |
| 25 | + <ProjectConfiguration Include="Release|ARM64"> |
| 26 | + <Configuration>Release</Configuration> |
| 27 | + <Platform>ARM64</Platform> |
| 28 | + </ProjectConfiguration> |
| 29 | + </ItemGroup> |
| 30 | + <PropertyGroup Label="Globals"> |
| 31 | + <VCProjectVersion>16.0</VCProjectVersion> |
| 32 | + <Keyword>Win32Proj</Keyword> |
| 33 | + <ProjectGuid>{978b013f-9b68-4b3e-8da4-6f3be4eb22b4}</ProjectGuid> |
| 34 | + <RootNamespace>LRPTests</RootNamespace> |
| 35 | + <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> |
| 36 | + </PropertyGroup> |
| 37 | + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
| 38 | + <PropertyGroup> |
| 39 | + <ConfigurationType>DynamicLibrary</ConfigurationType> |
| 40 | + <UseOfMfc>false</UseOfMfc> |
| 41 | + <PlatformToolset>v142</PlatformToolset> |
| 42 | + <CharacterSet>Unicode</CharacterSet> |
| 43 | + </PropertyGroup> |
| 44 | + <PropertyGroup Condition="'$(Configuration)'=='Release'"> |
| 45 | + <UseDebugLibraries>false</UseDebugLibraries> |
| 46 | + </PropertyGroup> |
| 47 | + <PropertyGroup Condition="'$(Configuration)'=='Debug'"> |
| 48 | + <UseDebugLibraries>true</UseDebugLibraries> |
| 49 | + </PropertyGroup> |
| 50 | + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| 51 | + <ImportGroup Label="ExtensionSettings"> |
| 52 | + </ImportGroup> |
| 53 | + <ImportGroup Label="Shared" /> |
| 54 | + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 55 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 56 | + </ImportGroup> |
| 57 | + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 58 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 59 | + </ImportGroup> |
| 60 | + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 61 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 62 | + </ImportGroup> |
| 63 | + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 64 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 65 | + </ImportGroup> |
| 66 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="PropertySheets"> |
| 67 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 68 | + </ImportGroup> |
| 69 | + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="PropertySheets"> |
| 70 | + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
| 71 | + </ImportGroup> |
| 72 | + <PropertyGroup Label="UserMacros" /> |
| 73 | + <ItemDefinitionGroup> |
| 74 | + <ClCompile> |
| 75 | + <PrecompiledHeader>Use</PrecompiledHeader> |
| 76 | + <UseFullPaths>true</UseFullPaths> |
| 77 | + <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile> |
| 78 | + <AdditionalIncludeDirectories>$(RepoRoot)\test\inc;$(RepoRoot)\Dev\Common;$(RepoRoot)\Dev\AppNotifications\AppNotificationBuilder;$(VCInstallDir)UnitTest\include;%(AdditionalIncludeDirectories);$(OutDir)\..\WindowsAppRuntime_DLL;$(OutDir)\..\WindowsAppRuntime_BootstrapDLL;$(OutDir)..\PushNotificationsLongRunningTask.ProxyStub</AdditionalIncludeDirectories> |
| 79 | + <AdditionalIncludeDirectories Condition="$(WindowsAppSDKBuildPipeline) == '1'">$(RepoRoot);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 80 | + </ClCompile> |
| 81 | + <Link> |
| 82 | + <SubSystem>Windows</SubSystem> |
| 83 | + <AdditionalDependencies>onecore.lib;onecoreuap.lib;Microsoft.WindowsAppRuntime.lib;wex.common.lib;wex.logger.lib;te.common.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 84 | + <AdditionalLibraryDirectories>$(VCInstallDir)UnitTest\lib;%(AdditionalLibraryDirectories);$(OutDir)\..\WindowsAppRuntime_DLL</AdditionalLibraryDirectories> |
| 85 | + </Link> |
| 86 | + </ItemDefinitionGroup> |
| 87 | + <ItemDefinitionGroup Condition="'$(Configuration)'=='Release'"> |
| 88 | + <ClCompile> |
| 89 | + <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 90 | + </ClCompile> |
| 91 | + <Link> |
| 92 | + </Link> |
| 93 | + </ItemDefinitionGroup> |
| 94 | + <ItemDefinitionGroup Condition="'$(Configuration)'=='Debug'"> |
| 95 | + <ClCompile> |
| 96 | + <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 97 | + </ClCompile> |
| 98 | + <Link> |
| 99 | + </Link> |
| 100 | + </ItemDefinitionGroup> |
| 101 | + <ItemDefinitionGroup Condition="'$(Platform)'=='Win32'"> |
| 102 | + <ClCompile> |
| 103 | + <PreprocessorDefinitions>WIN32;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 104 | + </ClCompile> |
| 105 | + </ItemDefinitionGroup> |
| 106 | + <ItemGroup> |
| 107 | + <ClCompile Include="pch.cpp"> |
| 108 | + <PrecompiledHeader>Create</PrecompiledHeader> |
| 109 | + </ClCompile> |
| 110 | + <ClCompile Include="APITests.cpp" /> |
| 111 | + </ItemGroup> |
| 112 | + <ItemGroup> |
| 113 | + <ClInclude Include="pch.h" /> |
| 114 | + </ItemGroup> |
| 115 | + <ItemGroup> |
| 116 | + <None Include="packages.config" /> |
| 117 | + </ItemGroup> |
| 118 | + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 119 | + <ImportGroup Label="ExtensionTargets"> |
| 120 | + <Import Project="..\..\packages\Microsoft.Taef.10.58.210222006-develop\build\Microsoft.Taef.targets" Condition="Exists('..\..\packages\Microsoft.Taef.10.58.210222006-develop\build\Microsoft.Taef.targets')" /> |
| 121 | + <Import Project="..\..\packages\Microsoft.Windows.ImplementationLibrary.1.0.220201.1\build\native\Microsoft.Windows.ImplementationLibrary.targets" Condition="Exists('..\..\packages\Microsoft.Windows.ImplementationLibrary.1.0.220201.1\build\native\Microsoft.Windows.ImplementationLibrary.targets')" /> |
| 122 | + <Import Project="..\..\packages\Microsoft.Windows.CppWinRT.2.0.220531.1\build\native\Microsoft.Windows.CppWinRT.targets" Condition="Exists('..\..\packages\Microsoft.Windows.CppWinRT.2.0.220531.1\build\native\Microsoft.Windows.CppWinRT.targets')" /> |
| 123 | + </ImportGroup> |
| 124 | + <ItemGroup> |
| 125 | + <ProjectReference Include="..\..\dev\PushNotifications\PushNotificationsLongRunningTask.ProxyStub\PushNotificationsLongRunningTask.ProxyStub.vcxproj"> |
| 126 | + <Project>{bf3fced0-cadb-490a-93a7-4d90e1f45ab0}</Project> |
| 127 | + </ProjectReference> |
| 128 | + </ItemGroup> |
| 129 | + <Target Name="CopyFiles" AfterTargets="AfterBuild"> |
| 130 | + <Copy SourceFiles="$(OutDir)\..\WindowsAppRuntime_BootstrapDLL\Microsoft.WindowsAppRuntime.Bootstrap.dll" DestinationFolder="$(OutDir)" /> |
| 131 | + <Copy SourceFiles="$(OutDir)\..\WindowsAppRuntime_DLL\Microsoft.Internal.FrameworkUdk.dll" DestinationFolder="$(OutDir)" /> |
| 132 | + </Target> |
| 133 | + <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
| 134 | + <PropertyGroup> |
| 135 | + <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> |
| 136 | + </PropertyGroup> |
| 137 | + <Error Condition="!Exists('..\..\packages\Microsoft.Taef.10.58.210222006-develop\build\Microsoft.Taef.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.Taef.10.58.210222006-develop\build\Microsoft.Taef.targets'))" /> |
| 138 | + <Error Condition="!Exists('..\..\packages\Microsoft.Windows.ImplementationLibrary.1.0.220201.1\build\native\Microsoft.Windows.ImplementationLibrary.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.Windows.ImplementationLibrary.1.0.220201.1\build\native\Microsoft.Windows.ImplementationLibrary.targets'))" /> |
| 139 | + <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'))" /> |
| 140 | + <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'))" /> |
| 141 | + </Target> |
| 142 | +</Project> |
0 commit comments