2024-03-02 12:49:45 +01:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
2025-01-17 09:53:44 +01:00
|
|
|
|
<TargetFramework>net9.0</TargetFramework>
|
2024-03-02 12:49:45 +01:00
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2024-04-04 16:32:04 +02:00
|
|
|
|
<ProjectReference Include="..\RaiNote.PacketMediator\RaiNote.PacketMediator.csproj" />
|
2024-03-02 12:49:45 +01:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2025-01-18 17:47:36 +01:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.12.0" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2024-03-02 12:49:45 +01:00
|
|
|
|
</Project>
|