|
|
|
@ -3,6 +3,8 @@ |
|
|
|
<OutputType>Exe</OutputType> |
|
|
|
<OutputType>Exe</OutputType> |
|
|
|
<TargetFramework>net5.0</TargetFramework> |
|
|
|
<TargetFramework>net5.0</TargetFramework> |
|
|
|
<Nullable>enable</Nullable> |
|
|
|
<Nullable>enable</Nullable> |
|
|
|
|
|
|
|
<AssemblyVersion>0.0.1</AssemblyVersion> |
|
|
|
|
|
|
|
<FileVersion>0.0.1</FileVersion> |
|
|
|
</PropertyGroup> |
|
|
|
</PropertyGroup> |
|
|
|
<ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<AvaloniaResource Include="Resources\**" /> |
|
|
|
<AvaloniaResource Include="Resources\**" /> |
|
|
|
@ -17,6 +19,7 @@ |
|
|
|
<ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<ProjectReference Include="..\Lib.Audio\Lib.Audio.csproj" /> |
|
|
|
<ProjectReference Include="..\Lib.Audio\Lib.Audio.csproj" /> |
|
|
|
<ProjectReference Include="..\Lib.Driver\Lib.Driver.csproj" /> |
|
|
|
<ProjectReference Include="..\Lib.Driver\Lib.Driver.csproj" /> |
|
|
|
|
|
|
|
<ProjectReference Include="..\Lib.Logging\Lib.Logging.csproj" /> |
|
|
|
<ProjectReference Include="..\Lib.Midi\Lib.Midi.csproj" /> |
|
|
|
<ProjectReference Include="..\Lib.Midi\Lib.Midi.csproj" /> |
|
|
|
<ProjectReference Include="..\Lib.NotifyIcon\Lib.NotifyIcon.csproj" /> |
|
|
|
<ProjectReference Include="..\Lib.NotifyIcon\Lib.NotifyIcon.csproj" /> |
|
|
|
<ProjectReference Include="..\Lib.Tools\Lib.Tools.csproj" /> |
|
|
|
<ProjectReference Include="..\Lib.Tools\Lib.Tools.csproj" /> |
|
|
|
|