mirror of
https://github.com/pbatard/rufus.git
synced 2024-08-14 23:57:05 +00:00
b3daef6a67
* Also update _chver.sh and fix version in Package.appxmanifest
41 lines
No EOL
2.2 KiB
XML
41 lines
No EOL
2.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<SmallTileSource>..\icons\rufus-512.png</SmallTileSource>
|
|
<AppIconSource>..\icons\rufus-512.png</AppIconSource>
|
|
<Source>..\icons\rufus-512.png</Source>
|
|
<MediumTileSource>..\icons\rufus-512.png</MediumTileSource>
|
|
<WideTileSource>..\icons\rufus-512.png</WideTileSource>
|
|
<LargeTileSource>..\icons\rufus-512.png</LargeTileSource>
|
|
<SplashScreenSource>..\icons\rufus-512.png</SplashScreenSource>
|
|
<PackageLogoSource>..\icons\rufus-512.png</PackageLogoSource>
|
|
<AppxShowAllApps>True</AppxShowAllApps>
|
|
<AppxBuildConfigurationSelection>x86|x64|arm|arm64</AppxBuildConfigurationSelection>
|
|
<PackageOptionalProjectsInIdeBuilds>False</PackageOptionalProjectsInIdeBuilds>
|
|
<UapAppxPackageBuildMode>StoreOnly</UapAppxPackageBuildMode>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'">
|
|
<DebuggerFlavor>AppHostLocalDebugger</DebuggerFlavor>
|
|
<RemoteDebugEnabled>False</RemoteDebugEnabled>
|
|
<BackgroundTaskDebugEngines>NativeOnly</BackgroundTaskDebugEngines>
|
|
<DebuggerType>NativeOnly</DebuggerType>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<DebuggerFlavor>AppHostLocalDebugger</DebuggerFlavor>
|
|
<RemoteDebugEnabled>False</RemoteDebugEnabled>
|
|
<BackgroundTaskDebugEngines>NativeOnly</BackgroundTaskDebugEngines>
|
|
<DebuggerType>NativeOnly</DebuggerType>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
|
|
<DebuggerFlavor>AppHostLocalDebugger</DebuggerFlavor>
|
|
<RemoteDebugEnabled>False</RemoteDebugEnabled>
|
|
<BackgroundTaskDebugEngines>NativeOnly</BackgroundTaskDebugEngines>
|
|
<DebuggerType>NativeOnly</DebuggerType>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
|
|
<DebuggerFlavor>AppHostLocalDebugger</DebuggerFlavor>
|
|
<RemoteDebugEnabled>False</RemoteDebugEnabled>
|
|
<BackgroundTaskDebugEngines>NativeOnly</BackgroundTaskDebugEngines>
|
|
<DebuggerType>NativeOnly</DebuggerType>
|
|
</PropertyGroup>
|
|
</Project> |