2026-07-21 11:11:01 +08:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2026-07-21 17:38:16 +08:00
|
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
<Nullable>disable</Nullable>
|
|
|
|
|
<Platforms>AnyCPU</Platforms>
|
|
|
|
|
|
|
|
|
|
<AssemblyName>MedullaAdapter</AssemblyName>
|
|
|
|
|
|
|
|
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
|
|
|
|
<OutputPath>build\Medulla\plugins\</OutputPath>
|
2026-07-21 11:11:01 +08:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="CartActivator">
|
|
|
|
|
<HintPath>ref\RefCartActivator.dll</HintPath>
|
2026-07-21 17:38:16 +08:00
|
|
|
<Private>false</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
|
|
|
|
|
<Reference Include="MedullaCore">
|
|
|
|
|
<HintPath>ref\RefMedullaCore.dll</HintPath>
|
|
|
|
|
<Private>false</Private>
|
2026-07-21 11:11:01 +08:00
|
|
|
</Reference>
|
2026-07-21 17:38:16 +08:00
|
|
|
|
2026-07-21 11:11:01 +08:00
|
|
|
<Reference Include="FundamentalLib">
|
|
|
|
|
<HintPath>ref\RefFundamentalLib.dll</HintPath>
|
2026-07-21 17:38:16 +08:00
|
|
|
<Private>false</Private>
|
2026-07-21 11:11:01 +08:00
|
|
|
</Reference>
|
2026-07-21 17:38:16 +08:00
|
|
|
|
|
|
|
|
<Reference Include="CommonUsage">
|
|
|
|
|
<HintPath>ref\CommonUsage.dll</HintPath>
|
|
|
|
|
<Private>false</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
|
|
|
|
|
<Reference Include="MDCSToolBox">
|
|
|
|
|
<HintPath>ref\MDCSToolBox.dll</HintPath>
|
|
|
|
|
<Private>false</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
|
|
|
|
|
<Reference Include="CycleGUI">
|
|
|
|
|
<HintPath>ref\CycleGUI.dll</HintPath>
|
|
|
|
|
<Private>false</Private>
|
2026-07-21 11:11:01 +08:00
|
|
|
</Reference>
|
|
|
|
|
</ItemGroup>
|
2026-07-21 17:38:16 +08:00
|
|
|
|
2026-07-21 11:11:01 +08:00
|
|
|
</Project>
|