summaryrefslogtreecommitdiff
path: root/mkvtool-gui/mkvtool.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'mkvtool-gui/mkvtool.csproj')
-rw-r--r--mkvtool-gui/mkvtool.csproj26
1 files changed, 13 insertions, 13 deletions
diff --git a/mkvtool-gui/mkvtool.csproj b/mkvtool-gui/mkvtool.csproj
index bf95164..02cc9f8 100644
--- a/mkvtool-gui/mkvtool.csproj
+++ b/mkvtool-gui/mkvtool.csproj
@@ -1,28 +1,28 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
- <TargetFramework>net5.0</TargetFramework>
+ <TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
- <IsWindows Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Windows)))' == 'true'">true</IsWindows>
- <IsOSX Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::OSX)))' == 'true'">true</IsOSX>
- <IsLinux Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Linux)))' == 'true'">true</IsLinux>
+ <PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
- <PropertyGroup Condition="'$(IsWindows)'=='true'">
- <DefineConstants>Windows</DefineConstants>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
+ <DefineConstants></DefineConstants>
</PropertyGroup>
- <PropertyGroup Condition="'$(IsOSX)'=='true'">
- <DefineConstants>OSX</DefineConstants>
- </PropertyGroup>
- <PropertyGroup Condition="'$(IsLinux)'=='true'">
- <DefineConstants>Linux</DefineConstants>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
+ <DefineConstants></DefineConstants>
</PropertyGroup>
<ItemGroup>
<None Remove=".gitignore" />
</ItemGroup>
<ItemGroup>
- <PackageReference Include="Avalonia" Version="0.10.8" />
- <PackageReference Include="Avalonia.Desktop" Version="0.10.8" />
+ <PackageReference Include="Avalonia" Version="0.10.13" />
+ <PackageReference Include="Avalonia.Desktop" Version="0.10.13" />
<PackageReference Include="mameolan.Avalonia.Controlz" Version="1.0.0-CI-20211017-144151" />
<PackageReference Include="mameolan.Avalonia.ExtendedToolkit" Version="1.0.0-CI-20211017-144151" />
</ItemGroup>
+ <ItemGroup>
+ <None Update="mkvlib.so">
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+ </None>
+ </ItemGroup>
</Project>