Files

14 lines
701 B
XML
Raw Permalink Normal View History

2025-11-21 07:23:21 +03:00
<?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>