2026-08-19 17:38:17 +08:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
|
|
|
<LangVersion>10</LangVersion>
|
|
|
|
|
<IsPackable>false</IsPackable>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\MultiWheelC\MultiWheelC.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2026-08-25 17:59:18 +08:00
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="CommonUsage">
|
|
|
|
|
<HintPath>..\ref\CommonUsage.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2026-08-19 17:38:17 +08:00
|
|
|
</Project>
|