2023-07-28 21:37:49 +02:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<ItemGroup>
|
2024-07-17 22:19:00 +02:00
|
|
|
<ProjectReference Include="..\..\Dashboard\Dashboard.csproj" />
|
|
|
|
<ProjectReference Include="..\..\Dashboard.Media.Defaults\Dashboard.Media.Defaults.csproj" />
|
|
|
|
<ProjectReference Include="..\..\Dashboard.OpenTK\Dashboard.OpenTK.csproj" />
|
2024-07-28 10:16:07 +02:00
|
|
|
<ProjectReference Include="..\..\Dashboard.BlurgText\Dashboard.BlurgText.csproj" />
|
2023-07-28 21:37:49 +02:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
2024-07-28 10:16:07 +02:00
|
|
|
<TargetFramework>net8.0</TargetFramework>
|
2023-07-28 21:37:49 +02:00
|
|
|
<ImplicitUsings>disable</ImplicitUsings>
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
</Project>
|