Skip to content

Commit 7c26e1f

Browse files
committed
Add macOS ARM64 pubxml
1 parent a6102b9 commit 7c26e1f

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
https://go.microsoft.com/fwlink/?LinkID=208121.
4+
-->
5+
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
6+
<PropertyGroup>
7+
<DefineConstants>MAC;PUBLISH;$(DefineConstants)</DefineConstants>
8+
<Configuration>Debug</Configuration>
9+
<Platform>ARM64</Platform>
10+
<PublishDir>bin\Debug\Publish\osx-arm64</PublishDir>
11+
<PublishProtocol>FileSystem</PublishProtocol>
12+
<RuntimeIdentifier>osx.11.0-arm64</RuntimeIdentifier>
13+
<TargetFramework>net6.0</TargetFramework>
14+
<SelfContained>true</SelfContained>
15+
<PublishSingleFile>true</PublishSingleFile>
16+
<PublishReadyToRun>false</PublishReadyToRun>
17+
<DebugType>none</DebugType>
18+
<DebugSymbols>false</DebugSymbols>
19+
</PropertyGroup>
20+
</Project>
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
https://go.microsoft.com/fwlink/?LinkID=208121.
4+
-->
5+
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
6+
<PropertyGroup>
7+
<DefineConstants>MAC;PUBLISH;$(DefineConstants)</DefineConstants>
8+
<Configuration>Release</Configuration>
9+
<Platform>ARM64</Platform>
10+
<PublishDir>bin\Release\Publish\osx-arm64</PublishDir>
11+
<PublishProtocol>FileSystem</PublishProtocol>
12+
<RuntimeIdentifier>osx.11.0-arm64</RuntimeIdentifier>
13+
<TargetFramework>net6.0</TargetFramework>
14+
<SelfContained>true</SelfContained>
15+
<PublishSingleFile>true</PublishSingleFile>
16+
<PublishReadyToRun>false</PublishReadyToRun>
17+
<DebugType>none</DebugType>
18+
<DebugSymbols>false</DebugSymbols>
19+
</PropertyGroup>
20+
</Project>

0 commit comments

Comments
 (0)