|
|
|
@ -0,0 +1,31 @@
|
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
|
|
|
<ImplicitUsings>disable</ImplicitUsings>
|
|
|
|
|
<Nullable>disable</Nullable>
|
|
|
|
|
<RootNamespace/>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="FancyInput">
|
|
|
|
|
<HintPath>..\LogicWorld\Logic_World_Data\Managed\FancyInput.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="LogicAPI">
|
|
|
|
|
<HintPath>..\LogicWorld\Logic_World_Data\Managed\LogicAPI.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="LogicAPI.Client">
|
|
|
|
|
<HintPath>..\LogicWorld\Logic_World_Data\Managed\LogicAPI.Client.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="LogicLog">
|
|
|
|
|
<HintPath>..\LogicWorld\Logic_World_Data\Managed\LogicLog.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="LogicWorld.Modding">
|
|
|
|
|
<HintPath>..\LogicWorld\Logic_World_Data\Managed\LogicWorld.Modding.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="LogicWorld.SharedCode">
|
|
|
|
|
<HintPath>..\LogicWorld\Logic_World_Data\Managed\LogicWorld.SharedCode.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|