mirror of
https://github.com/ARMSX2/ARMSX1.git
synced 2026-08-24 16:53:35 -07:00
14 lines
701 B
XML
14 lines
701 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
|
<RemoteDebugMachine>XBOX</RemoteDebugMachine>
|
|
<AuthenticationMode>Universal</AuthenticationMode>
|
|
<RemoteDebugEnabled>false</RemoteDebugEnabled>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<UapAppxPackageBuildMode>SideloadOnly</UapAppxPackageBuildMode>
|
|
<AppxShowAllApps>False</AppxShowAllApps>
|
|
<AppxBuildConfigurationSelection>x64</AppxBuildConfigurationSelection>
|
|
<PackageOptionalProjectsInIdeBuilds>False</PackageOptionalProjectsInIdeBuilds>
|
|
</PropertyGroup>
|
|
</Project> |