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