Files
ARMSX1/uwp/ARMSX/xbox-uwp-sdl2-starter.csproj.user
2025-11-21 07:23:21 +03:00

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>