93 lines
4.3 KiB
XML
93 lines
4.3 KiB
XML
<?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|AnyCPU">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>AnyCPU</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|AnyCPU">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>AnyCPU</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<PropertyGroup>
|
|
<WapProjPath Condition="'$(WapProjPath)'==''">$(MSBuildExtensionsPath)\Microsoft\DesktopBridge\</WapProjPath>
|
|
</PropertyGroup>
|
|
<Import Project="$(WapProjPath)\Microsoft.DesktopBridge.props" />
|
|
<PropertyGroup>
|
|
<ProjectGuid>1fab5d02-237c-4b9c-b820-2eb7c3b6e63a</ProjectGuid>
|
|
<TargetPlatformVersion>10.0.22598.0</TargetPlatformVersion>
|
|
<TargetPlatformMinVersion>10.0.18362.0</TargetPlatformMinVersion>
|
|
<DefaultLanguage>en-US</DefaultLanguage>
|
|
<PackageCertificateKeyFile>CloudMirrorPackage_TemporaryKey.pfx</PackageCertificateKeyFile>
|
|
<EntryPointProjectUniqueName>..\CloudMirror\CloudMirror.vcxproj</EntryPointProjectUniqueName>
|
|
<GenerateAppInstallerFile>False</GenerateAppInstallerFile>
|
|
<AppxAutoIncrementPackageRevision>True</AppxAutoIncrementPackageRevision>
|
|
<AppxBundlePlatforms>x86</AppxBundlePlatforms>
|
|
<AppInstallerUpdateFrequency>1</AppInstallerUpdateFrequency>
|
|
<AppInstallerCheckForUpdateFrequency>OnApplicationRun</AppInstallerCheckForUpdateFrequency>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
|
|
<AppxBundle>Always</AppxBundle>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
<AppxBundle>Always</AppxBundle>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<AppxBundle>Always</AppxBundle>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'">
|
|
<AppxBundle>Always</AppxBundle>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<AppxBundle>Always</AppxBundle>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
|
<AppxBundle>Always</AppxBundle>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<AppxManifest Include="Package.appxmanifest">
|
|
<SubType>Designer</SubType>
|
|
</AppxManifest>
|
|
<None Include="CloudMirrorPackage_TemporaryKey.pfx" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<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" />
|
|
<Content Include="Images\lightTheme\CloudIconSynced.svg" />
|
|
<Content Include="Images\lightTheme\CloudIconSyncing.svg" />
|
|
<Content Include="Images\lightTheme\ProfileIcon.svg" />
|
|
<Content Include="Images\lightTheme\SettingsIcon.svg" />
|
|
<Content Include="Images\darkTheme\CloudIconSynced.svg" />
|
|
<Content Include="Images\darkTheme\CloudIconSyncing.svg" />
|
|
<Content Include="Images\darkTheme\ProfileIcon.svg" />
|
|
<Content Include="Images\darkTheme\SettingsIcon.svg" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\CloudMirror\CloudMirror.vcxproj" />
|
|
</ItemGroup>
|
|
<Import Project="$(WapProjPath)\Microsoft.DesktopBridge.targets" />
|
|
</Project> |