Files
Nocturnis/Nocturnis.csproj
2024-07-10 07:02:11 +01:00

23 lines
584 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="GodotSharp" Version="4.3.0-beta.2" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\VirtualChemistry\VirtualChemistry.csproj" />
</ItemGroup>
<ItemGroup>
<Folder Include="src\Enigmos\Modules\SubModules\" />
<Folder Include="src\GlobalManagement\" />
</ItemGroup>
</Project>