iFactory.Godot/iFactory.csproj

12 lines
445 B
XML

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