Files
Tutorial/MultiWheel/MultiWheelM/MultiWheelM.csproj
T

39 lines
1.3 KiB
XML
Raw Normal View History

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>
<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">
<HintPath>D:\MDCS\Release\deps\RefFundamentalLib.dll</HintPath>
2026-06-19 23:12:05 +08:00
<Private>False</Private>
</Reference>
<Reference Include="CommonUsage">
<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>