mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
10 lines
483 B
XML
10 lines
483 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
|
|
<DeviceId>30F105C9-681E-420b-A277-7C086EAD8A4E</DeviceId>
|
|
<UseEmulator>true</UseEmulator>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
|
<AuthenticationMode>Windows</AuthenticationMode>
|
|
</PropertyGroup>
|
|
</Project> |