mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
13 lines
508 B
Plaintext
13 lines
508 B
Plaintext
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<!--
|
||
|
|
https://go.microsoft.com/fwlink/?LinkID=208121.
|
||
|
|
-->
|
||
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||
|
|
<PropertyGroup>
|
||
|
|
<PublishProtocol>FileSystem</PublishProtocol>
|
||
|
|
<Platform>ARM64</Platform>
|
||
|
|
<RuntimeIdentifier>win-arm64</RuntimeIdentifier>
|
||
|
|
<PublishDir>bin\$(Configuration)\$(TargetFramework)\$(RuntimeIdentifier)\publish\</PublishDir>
|
||
|
|
<SelfContained>true</SelfContained>
|
||
|
|
</PropertyGroup>
|
||
|
|
</Project>
|