You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
68 lines
3.1 KiB
68 lines
3.1 KiB
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<ImplicitUsings>disable</ImplicitUsings>
|
|
<Nullable>disable</Nullable>
|
|
<RootNamespace/>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Reference Include="0Harmony">
|
|
<HintPath>..\HarmonyForLogicWorld\HarmonyForLogicWorld\assemblies\client\0Harmony.dll</HintPath>
|
|
</Reference>
|
|
<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="LogicLog">
|
|
<HintPath>..\LogicWorld\Logic_World_Data\Managed\LogicUI.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="LogicWorld.Building">
|
|
<HintPath>..\LogicWorld\Logic_World_Data\Managed\LogicWorld.Building.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="LogicWorld.BuildingManagement">
|
|
<HintPath>..\LogicWorld\Logic_World_Data\Managed\LogicWorld.BuildingManagement.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="LogicWorld.Building">
|
|
<HintPath>..\LogicWorld\Logic_World_Data\Managed\LogicWorld.Players.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="LogicWorld.Building">
|
|
<HintPath>..\LogicWorld\Logic_World_Data\Managed\LogicWorld.Physics.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="LogicWorld.GameStates">
|
|
<HintPath>..\LogicWorld\Logic_World_Data\Managed\LogicWorld.GameStates.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="LogicWorld.Input">
|
|
<HintPath>..\LogicWorld\Logic_World_Data\Managed\LogicWorld.Input.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="LogicWorld.Interfaces">
|
|
<HintPath>..\LogicWorld\Logic_World_Data\Managed\LogicWorld.Interfaces.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="LogicWorld.Modding">
|
|
<HintPath>..\LogicWorld\Logic_World_Data\Managed\LogicWorld.Modding.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="LogicWorld.Outlines">
|
|
<HintPath>..\LogicWorld\Logic_World_Data\Managed\LogicWorld.Outlines.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="LogicWorld.SharedCode">
|
|
<HintPath>..\LogicWorld\Logic_World_Data\Managed\LogicWorld.SharedCode.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="UnityEngine.CoreModule">
|
|
<HintPath>..\LogicWorld\Logic_World_Data\Managed\UnityEngine.CoreModule.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\EccsLogicWorldAPI\EccsLogicWorldAPI.csproj"/>
|
|
</ItemGroup>
|
|
|
|
</Project>
|