Files
TypeClipboard/TypeClipboardAppx/TypeClipboardAppx.wapproj

90 lines
3.3 KiB
Plaintext
Raw Permalink Normal View History

2020-05-03 09:24:26 +12:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2025-06-14 08:32:02 +12:00
2020-05-03 09:24:26 +12:00
<PropertyGroup Condition="'$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '15.0'">
<VisualStudioVersion>15.0</VisualStudioVersion>
</PropertyGroup>
2025-06-14 08:32:02 +12:00
2020-05-03 09:24:26 +12:00
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|x86">
<Configuration>Debug</Configuration>
<Platform>x86</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x86">
<Configuration>Release</Configuration>
<Platform>x86</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|ARM">
<Configuration>Debug</Configuration>
<Platform>ARM</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|ARM">
<Configuration>Release</Configuration>
<Platform>ARM</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|ARM64">
<Configuration>Debug</Configuration>
<Platform>ARM64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|ARM64">
<Configuration>Release</Configuration>
<Platform>ARM64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|AnyCPU">
<Configuration>Debug</Configuration>
<Platform>AnyCPU</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|AnyCPU">
<Configuration>Release</Configuration>
<Platform>AnyCPU</Platform>
</ProjectConfiguration>
</ItemGroup>
2025-06-14 08:32:02 +12:00
2020-05-03 09:24:26 +12:00
<PropertyGroup>
<WapProjPath Condition="'$(WapProjPath)'==''">$(MSBuildExtensionsPath)\Microsoft\DesktopBridge\</WapProjPath>
</PropertyGroup>
2025-06-14 08:32:02 +12:00
2020-05-03 09:24:26 +12:00
<Import Project="$(WapProjPath)\Microsoft.DesktopBridge.props" />
2025-06-14 08:32:02 +12:00
2020-05-03 09:24:26 +12:00
<PropertyGroup>
2025-06-14 08:32:02 +12:00
<ProjectGuid>D041BCC6-3C9D-4BDC-8443-2BEC9B290D1A</ProjectGuid>
<TargetPlatformVersion>10.0.26100.0</TargetPlatformVersion>
2020-05-03 16:24:21 +12:00
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
2020-05-03 09:24:26 +12:00
<DefaultLanguage>en-US</DefaultLanguage>
2025-06-14 08:32:02 +12:00
<AppxPackageSigningEnabled>false</AppxPackageSigningEnabled>
<NoWarn>$(NoWarn);NU1702</NoWarn>
2020-05-03 09:24:26 +12:00
</PropertyGroup>
2025-06-14 08:32:02 +12:00
2020-05-03 09:24:26 +12:00
<ItemGroup>
<AppxManifest Include="Package.appxmanifest">
<SubType>Designer</SubType>
</AppxManifest>
2025-06-14 08:32:02 +12:00
2020-05-03 09:24:26 +12:00
</ItemGroup>
2025-06-14 08:32:02 +12:00
2020-05-03 09:24:26 +12:00
<ItemGroup>
<Content Include="Images\SplashScreen.scale-200.png" />
<Content Include="Images\LockScreenLogo.scale-200.png" />
<Content Include="Images\Square150x150Logo.scale-200.png" />
<Content Include="Images\Square44x44Logo.scale-200.png" />
<Content Include="Images\Square44x44Logo.targetsize-24_altform-unplated.png" />
<Content Include="Images\StoreLogo.png" />
<Content Include="Images\Wide310x150Logo.scale-200.png" />
</ItemGroup>
2025-06-14 08:32:02 +12:00
<Import Project="$(WapProjPath)\Microsoft.DesktopBridge.targets" />
2020-05-03 09:24:26 +12:00
<ItemGroup>
2025-06-14 08:32:02 +12:00
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.1742" PrivateAssets="all" />
2020-05-03 09:24:26 +12:00
</ItemGroup>
2025-06-14 08:32:02 +12:00
2020-05-03 09:24:26 +12:00
</Project>