48 lines
1.2 KiB
XML
48 lines
1.2 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>disable</Nullable>
|
|
<Platforms>AnyCPU</Platforms>
|
|
|
|
<AssemblyName>MedullaAdapter</AssemblyName>
|
|
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
|
<OutputPath>build\Medulla\plugins\</OutputPath>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Reference Include="CartActivator">
|
|
<HintPath>ref\RefCartActivator.dll</HintPath>
|
|
<Private>false</Private>
|
|
</Reference>
|
|
|
|
<Reference Include="MedullaCore">
|
|
<HintPath>ref\RefMedullaCore.dll</HintPath>
|
|
<Private>false</Private>
|
|
</Reference>
|
|
|
|
<Reference Include="FundamentalLib">
|
|
<HintPath>ref\RefFundamentalLib.dll</HintPath>
|
|
<Private>false</Private>
|
|
</Reference>
|
|
|
|
<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>
|
|
</Reference>
|
|
</ItemGroup>
|
|
|
|
</Project>
|