|
|
@@ -1,29 +1,29 @@
|
|
|
-<Project Sdk="Microsoft.NET.Sdk">
|
|
|
-
|
|
|
- <PropertyGroup>
|
|
|
- <TargetFrameworks>net471;net6.0-windows</TargetFrameworks>
|
|
|
- <IsPackable>false</IsPackable>
|
|
|
- <RootNamespace>SharpGLTF.ThirdParty</RootNamespace>
|
|
|
- <LangVersion>latest</LangVersion>
|
|
|
- </PropertyGroup>
|
|
|
-
|
|
|
- <ItemGroup>
|
|
|
- <Content Include="..\Assets\**" LinkBase="Assets" CopyToOutputDirectory="PreserveNewest" />
|
|
|
- </ItemGroup>
|
|
|
-
|
|
|
+<Project Sdk="Microsoft.NET.Sdk">
|
|
|
+
|
|
|
+ <PropertyGroup>
|
|
|
+ <TargetFrameworks>net471;net6.0-windows</TargetFrameworks>
|
|
|
+ <IsPackable>false</IsPackable>
|
|
|
+ <RootNamespace>SharpGLTF.ThirdParty</RootNamespace>
|
|
|
+ <LangVersion>latest</LangVersion>
|
|
|
+ </PropertyGroup>
|
|
|
+
|
|
|
+ <ItemGroup>
|
|
|
+ <Content Include="..\Assets\**" LinkBase="Assets" CopyToOutputDirectory="PreserveNewest" />
|
|
|
+ </ItemGroup>
|
|
|
+
|
|
|
<ItemGroup>
|
|
|
<Compile Include="..\SharpGLTF.Toolkit.Tests\Geometry\Parametric\SolidMeshUtils.cs" Link="Geometry\Parametric\SolidMeshUtils.cs" />
|
|
|
- </ItemGroup>
|
|
|
-
|
|
|
- <ItemGroup>
|
|
|
- <PackageReference Include="NUnit" Version="3.13.3" />
|
|
|
- <PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
|
|
|
- <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.2" />
|
|
|
- <PackageReference Include="System.Drawing.Common" Version="6.0.0" />
|
|
|
- </ItemGroup>
|
|
|
-
|
|
|
- <ItemGroup>
|
|
|
- <ProjectReference Include="..\SharpGLTF.NUnit\SharpGLTF.NUnit.csproj" />
|
|
|
- </ItemGroup>
|
|
|
-
|
|
|
-</Project>
|
|
|
+ </ItemGroup>
|
|
|
+
|
|
|
+ <ItemGroup>
|
|
|
+ <PackageReference Include="NUnit" Version="3.13.3" />
|
|
|
+ <PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
|
|
|
+ <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.2" />
|
|
|
+ <PackageReference Include="System.Drawing.Common" Version="6.0.0" />
|
|
|
+ </ItemGroup>
|
|
|
+
|
|
|
+ <ItemGroup>
|
|
|
+ <ProjectReference Include="..\SharpGLTF.NUnit\SharpGLTF.NUnit.csproj" />
|
|
|
+ </ItemGroup>
|
|
|
+
|
|
|
+</Project>
|