Initial commit

This commit is contained in:
2022-03-12 17:12:52 +01:00
commit 09d1a52aed
14 changed files with 1189 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\MkvToolnixWrapper\MkvToolnixWrapper.csproj" />
</ItemGroup>
</Project>