iFactory.Godot/iFactory.csproj.old.2

11 lines
411 B
Groff

<Project Sdk="Godot.NET.Sdk/4.1.1">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<EnableDynamicLoading>true</EnableDynamicLoading>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\BITKit\BITKit.csproj" />
<ProjectReference Include="..\IDIS_Models\IDIS_Models.csproj" />
<ProjectReference Include="..\IDIS_Runtime\IDIS_Runtime.csproj" />
</ItemGroup>
</Project>