2026-06-19 23:12:05 +08:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
<Platforms>AnyCPU</Platforms>
|
|
|
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
2026-06-28 15:04:55 +08:00
|
|
|
<OutputPath>..\..\build\Medulla\plugins\</OutputPath>
|
2026-06-19 23:12:05 +08:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="CartActivator">
|
|
|
|
|
<HintPath>D:\MDCS\Release\Medulla\RefCartActivator.dll</HintPath>
|
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="MedullaCore">
|
|
|
|
|
<HintPath>D:\MDCS\Release\Medulla\RefMedullaCore.dll</HintPath>
|
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Medulla">
|
|
|
|
|
<HintPath>D:\MDCS\Release\Medulla\RefMedulla2.dll</HintPath>
|
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="FundamentalLib">
|
2026-06-28 15:04:55 +08:00
|
|
|
<HintPath>D:\MDCS\Release\deps\RefFundamentalLib.dll</HintPath>
|
2026-06-19 23:12:05 +08:00
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="CommonUsage">
|
2026-06-28 15:04:55 +08:00
|
|
|
<HintPath>D:\MDCS\Release\CommonUsage.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="CycleGUI">
|
|
|
|
|
<HintPath>D:\MDCS\Release\CycleGUI\RefCycleGUI.dll</HintPath>
|
|
|
|
|
<Private>False</Private>
|
2026-06-19 23:12:05 +08:00
|
|
|
</Reference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|