2022-06-24 14:01:26 +02:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2023-12-13 22:06:12 +01:00
|
|
|
|
<TargetFramework>net8.0</TargetFramework>
|
2022-06-24 14:01:26 +02:00
|
|
|
|
<RootNamespace>Demos</RootNamespace>
|
|
|
|
|
<DefineConstants>$(DefineConstants);FNA</DefineConstants>
|
2022-09-15 10:44:50 +02:00
|
|
|
|
<IsPackable>false</IsPackable>
|
2022-06-24 14:01:26 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\MLEM.Startup\MLEM.Startup.FNA.csproj" />
|
|
|
|
|
<ProjectReference Include="..\MLEM.Ui\MLEM.Ui.FNA.csproj" />
|
|
|
|
|
<ProjectReference Include="..\MLEM\MLEM.FNA.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2023-11-22 10:39:13 +01:00
|
|
|
|
<ProjectReference Include="..\ThirdParty\FNA\FNA.Core.csproj">
|
2022-06-24 14:01:26 +02:00
|
|
|
|
<PrivateAssets>all</PrivateAssets>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|