<Project Sdk="Microsoft.NET.Sdk">

	<PropertyGroup>
		<TargetFramework>net8.0-windows</TargetFramework>
		<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
		<ImplicitUsings>enable</ImplicitUsings>
		<Nullable>enable</Nullable>
		<BaseOutputPath>..\</BaseOutputPath>
		<AppendTargetFrameworkToOutputPath>output</AppendTargetFrameworkToOutputPath>
		<UseWindowsForms>true</UseWindowsForms>
		<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
		<Platforms>AnyCPU;x64</Platforms>
	</PropertyGroup>

	<ItemGroup>
	  <Compile Include="MCDLL_NET.cs" />
	  <Compile Include="MCDLL_NET_Code.cs" />
	  <Compile Include="MCDLL_NET_SORTING.cs" />
	  <Compile Include="MotionBase.cs" />
	  <Compile Include="SLDMotion.cs" />
	  <Compile Include="SolidMotionCardEnum.cs" />
	</ItemGroup>


	<ItemGroup>
	  <ProjectReference Include="..\DH.Commons\DH.Commons.csproj" />
	</ItemGroup>

</Project>