16 lines
392 B
XML
16 lines
392 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Remove="DPMatrix4x4.cs" />
|
|
<Compile Remove="DPVector4.cs" />
|
|
<Compile Remove="SPMatrix4x4.cs" />
|
|
<Compile Remove="SPVector4.cs" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|