Skip to content

Commit

Permalink
added dotnet bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
EX3exp committed Oct 1, 2024
1 parent d017fc6 commit 22e24fc
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Mirivoice.Desktop/Mirivoice.Desktop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<OutputType>WinExe</OutputType>
<!--If you are willing to use Windows/MacOS native APIs you will need to create 3 projects.
One for Windows with net8.0-windows TFM, one for MacOS with net8.0-macos and one with net8.0 TFM for Linux.-->
<UseAppHost>true</UseAppHost>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
Expand All @@ -13,6 +14,10 @@
<RootNamespace>Mirivoice.Desktop</RootNamespace>
<Company>EX3</Company>


</PropertyGroup>

<PropertyGroup>
<CFBundleName>MiriVoice</CFBundleName> <!-- Also defines .app file name -->
<CFBundleDisplayName>MiriVoice</CFBundleDisplayName>
<CFBundleIdentifier>com.ex3.mirivoice</CFBundleIdentifier>
Expand All @@ -24,16 +29,14 @@
<CFBundleIconFile>mirivoice.icns</CFBundleIconFile> <!-- Will be copied from output directory -->
<NSPrincipalClass>NSApplication</NSPrincipalClass>
<NSHighResolutionCapable>true</NSHighResolutionCapable>

</PropertyGroup>


<ItemGroup>
<Content Include="mirivoice-logo.ico" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Avalonia.Desktop" Version="11.1.3" />
<PackageReference Include="Dotnet.Bundle" Version="0.9.13" />
<PackageReference Include="Serilog" Version="4.0.1" />
<PackageReference Include="Serilog.Sinks.Console" Version="6.0.0" />
<PackageReference Include="Serilog.Sinks.Debug" Version="3.0.0" />
Expand Down

0 comments on commit 22e24fc

Please sign in to comment.