12 lines
553 B
XML
Executable File
12 lines
553 B
XML
Executable File
<Project Sdk="Godot.NET.Sdk/4.3.0-beta.2">
|
|
<PropertyGroup>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<TargetFramework Condition=" '$(GodotTargetPlatform)' == 'android' ">net7.0</TargetFramework>
|
|
<TargetFramework Condition=" '$(GodotTargetPlatform)' == 'ios' ">net8.0</TargetFramework>
|
|
<EnableDynamicLoading>true</EnableDynamicLoading>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Skeleton\Skeleton.csproj" />
|
|
<ProjectReference Include="..\VirtualChemistry\VirtualChemistry.csproj" />
|
|
</ItemGroup>
|
|
</Project> |