|
@@ -0,0 +1,71 @@
|
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
+<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
+ <PropertyGroup Condition="'$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' < '15.0'">
|
|
|
|
+ <VisualStudioVersion>15.0</VisualStudioVersion>
|
|
|
|
+ </PropertyGroup>
|
|
|
|
+ <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|ARM64">
|
|
|
|
+ <Configuration>Debug</Configuration>
|
|
|
|
+ <Platform>ARM64</Platform>
|
|
|
|
+ </ProjectConfiguration>
|
|
|
|
+ <ProjectConfiguration Include="Release|ARM64">
|
|
|
|
+ <Configuration>Release</Configuration>
|
|
|
|
+ <Platform>ARM64</Platform>
|
|
|
|
+ </ProjectConfiguration>
|
|
|
|
+ </ItemGroup>
|
|
|
|
+ <PropertyGroup>
|
|
|
|
+ <WapProjPath Condition="'$(WapProjPath)'==''">$(MSBuildExtensionsPath)\Microsoft\DesktopBridge\</WapProjPath>
|
|
|
|
+ <PathToXAMLWinRTImplementations>ArchivesCenter4\</PathToXAMLWinRTImplementations>
|
|
|
|
+ </PropertyGroup>
|
|
|
|
+ <Import Project="$(WapProjPath)\Microsoft.DesktopBridge.props" />
|
|
|
|
+ <PropertyGroup>
|
|
|
|
+ <ProjectGuid>48b75bfb-8a41-4d10-a440-b33671267ebd</ProjectGuid>
|
|
|
|
+ <TargetPlatformVersion>10.0.22621.0</TargetPlatformVersion>
|
|
|
|
+ <TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
|
|
|
|
+ <AssetTargetFallback>net8.0-windows$(TargetPlatformVersion);$(AssetTargetFallback)</AssetTargetFallback>
|
|
|
|
+ <DefaultLanguage>zh-CN</DefaultLanguage>
|
|
|
|
+ <AppxPackageSigningEnabled>false</AppxPackageSigningEnabled>
|
|
|
|
+ <EntryPointProjectUniqueName>..\ArchivesCenter4\ArchivesCenter4.csproj</EntryPointProjectUniqueName>
|
|
|
|
+ </PropertyGroup>
|
|
|
|
+ <ItemGroup>
|
|
|
|
+ <AppxManifest Include="Package.appxmanifest">
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
+ </AppxManifest>
|
|
|
|
+ </ItemGroup>
|
|
|
|
+ <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>
|
|
|
|
+ <ItemGroup>
|
|
|
|
+ <ProjectReference Include="..\ArchivesCenter4\ArchivesCenter4.csproj">
|
|
|
|
+ <SkipGetTargetFrameworkProperties>True</SkipGetTargetFrameworkProperties>
|
|
|
|
+ <PublishProfile>Properties\PublishProfiles\win-$(Platform).pubxml</PublishProfile>
|
|
|
|
+ </ProjectReference>
|
|
|
|
+ </ItemGroup>
|
|
|
|
+ <ItemGroup>
|
|
|
|
+ <PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.1742" />
|
|
|
|
+ <PackageReference Include="Microsoft.WindowsAppSDK" Version="1.6.250205002" />
|
|
|
|
+ </ItemGroup>
|
|
|
|
+ <Import Project="$(WapProjPath)\Microsoft.DesktopBridge.targets" />
|
|
|
|
+</Project>
|