File tree Expand file tree Collapse file tree 2 files changed +40
-0
lines changed
src/ST.Client.Desktop.Avalonia.App/Properties/PublishProfiles Expand file tree Collapse file tree 2 files changed +40
-0
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments