AppInstallerTestMsixInstaller.wapproj (4273B)
1 <?xml version="1.0" encoding="utf-8"?> 2 <Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 <PropertyGroup Condition="'$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' < '15.0'"> 4 <VisualStudioVersion>15.0</VisualStudioVersion> 5 </PropertyGroup> 6 <ItemGroup Label="ProjectConfigurations"> 7 <ProjectConfiguration Include="Debug|x86"> 8 <Configuration>Debug</Configuration> 9 <Platform>x86</Platform> 10 </ProjectConfiguration> 11 <ProjectConfiguration Include="Release|x86"> 12 <Configuration>Release</Configuration> 13 <Platform>x86</Platform> 14 </ProjectConfiguration> 15 <ProjectConfiguration Include="Debug|x64"> 16 <Configuration>Debug</Configuration> 17 <Platform>x64</Platform> 18 </ProjectConfiguration> 19 <ProjectConfiguration Include="Release|x64"> 20 <Configuration>Release</Configuration> 21 <Platform>x64</Platform> 22 </ProjectConfiguration> 23 <ProjectConfiguration Include="Debug|ARM64"> 24 <Configuration>Debug</Configuration> 25 <Platform>ARM64</Platform> 26 </ProjectConfiguration> 27 <ProjectConfiguration Include="Release|ARM64"> 28 <Configuration>Release</Configuration> 29 <Platform>ARM64</Platform> 30 </ProjectConfiguration> 31 <ProjectConfiguration Include="Debug|AnyCPU"> 32 <Configuration>Debug</Configuration> 33 <Platform>AnyCPU</Platform> 34 </ProjectConfiguration> 35 <ProjectConfiguration Include="Release|AnyCPU"> 36 <Configuration>Release</Configuration> 37 <Platform>AnyCPU</Platform> 38 </ProjectConfiguration> 39 </ItemGroup> 40 <PropertyGroup> 41 <WapProjPath Condition="'$(WapProjPath)'==''">$(MSBuildExtensionsPath)\Microsoft\DesktopBridge\</WapProjPath> 42 </PropertyGroup> 43 <Import Project="$(WapProjPath)\Microsoft.DesktopBridge.props" /> 44 <PropertyGroup> 45 <ProjectGuid>3e2cba31-ceba-4d63-bf52-49c0718e19ea</ProjectGuid> 46 <TargetPlatformVersion>10.0.26100.0</TargetPlatformVersion> 47 <TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion> 48 <DefaultLanguage>en-US</DefaultLanguage> 49 <AppxPackageSigningEnabled>false</AppxPackageSigningEnabled> 50 <EntryPointProjectUniqueName>..\AppInstallerTestExeInstaller\AppInstallerTestExeInstaller.vcxproj</EntryPointProjectUniqueName> 51 </PropertyGroup> 52 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'"> 53 <AppxBundle>Always</AppxBundle> 54 </PropertyGroup> 55 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> 56 <AppxBundle>Always</AppxBundle> 57 </PropertyGroup> 58 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'"> 59 <AppxBundle>Always</AppxBundle> 60 </PropertyGroup> 61 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'"> 62 <AppxBundle>Always</AppxBundle> 63 </PropertyGroup> 64 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 65 <AppxBundle>Always</AppxBundle> 66 </PropertyGroup> 67 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'"> 68 <AppxBundle>Always</AppxBundle> 69 </PropertyGroup> 70 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> 71 <AppxBundle>Always</AppxBundle> 72 </PropertyGroup> 73 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 74 <AppxBundle>Always</AppxBundle> 75 </PropertyGroup> 76 <ItemGroup> 77 <AppxManifest Include="Package.appxmanifest"> 78 <SubType>Designer</SubType> 79 </AppxManifest> 80 </ItemGroup> 81 <ItemGroup> 82 <Content Include="Images\SplashScreen.scale-200.png" /> 83 <Content Include="Images\LockScreenLogo.scale-200.png" /> 84 <Content Include="Images\Square150x150Logo.scale-200.png" /> 85 <Content Include="Images\Square44x44Logo.scale-200.png" /> 86 <Content Include="Images\Square44x44Logo.targetsize-24_altform-unplated.png" /> 87 <Content Include="Images\StoreLogo.png" /> 88 <Content Include="Images\Wide310x150Logo.scale-200.png" /> 89 </ItemGroup> 90 <ItemGroup> 91 <ProjectReference Include="..\AppInstallerTestExeInstaller\AppInstallerTestExeInstaller.vcxproj" /> 92 </ItemGroup> 93 <Import Project="$(WapProjPath)\Microsoft.DesktopBridge.targets" /> 94 </Project>