iFactory.Godot/iFactory.csproj

11 lines
411 B
XML
Raw Normal View History

2023-09-15 23:02:46 +08:00
<Project Sdk="Godot.NET.Sdk/4.1.1">
2023-06-12 15:51:41 +08:00
<PropertyGroup>
2023-07-12 15:27:27 +08:00
<TargetFramework>net7.0</TargetFramework>
2023-09-16 01:16:31 +08:00
<EnableDynamicLoading>true</EnableDynamicLoading>
2023-06-12 15:51:41 +08:00
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\BITKit\BITKit.csproj" />
2023-09-15 23:02:46 +08:00
<ProjectReference Include="..\IDIS_Models\IDIS_Models.csproj" />
<ProjectReference Include="..\IDIS_Runtime\IDIS_Runtime.csproj" />
2023-06-12 15:51:41 +08:00
</ItemGroup>
</Project>