Skip to content

Commit

Permalink
Add a net48 target for tests. Removed the standalone net4 sample in f…
Browse files Browse the repository at this point in the history
…avor of tests.
  • Loading branch information
Starnick committed Feb 16, 2020
1 parent be16ebb commit 09b4456
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 154 deletions.
66 changes: 0 additions & 66 deletions AssimpNet.Net4Sample/AssimpNet.Net4Sample.csproj

This file was deleted.

48 changes: 0 additions & 48 deletions AssimpNet.Net4Sample/Program.cs

This file was deleted.

2 changes: 1 addition & 1 deletion AssimpNet.Test/AssimpNet.Test.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFrameworks>netcoreapp3.1;net48</TargetFrameworks>
<RootNamespace>Assimp.Test</RootNamespace>
<LangVersion>latest</LangVersion>
<ForceCopyNativeAssimp>true</ForceCopyNativeAssimp>
Expand Down
12 changes: 3 additions & 9 deletions AssimpNet.sln
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2036
# Visual Studio Version 16
VisualStudioVersion = 16.0.29728.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AssimpNet", "AssimpNet\AssimpNet.csproj", "{EAB14BD7-4180-407A-BB55-D67C9D32F9FE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AssimpNet.Sample", "AssimpNet.Sample\AssimpNet.Sample.csproj", "{7EB942AE-787E-4E61-9C71-B868F4C2B53C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AssimpNet.Test", "AssimpNet.Test\AssimpNet.Test.csproj", "{5C5206C9-691B-4C17-B4E1-E34F40AAC1D3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AssimpNet.Net4Sample", "AssimpNet.Net4Sample\AssimpNet.Net4Sample.csproj", "{B92E2B5D-5D3A-4ED2-9F7F-5C51EB71065C}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AssimpNet.Test", "AssimpNet.Test\AssimpNet.Test.csproj", "{5C5206C9-691B-4C17-B4E1-E34F40AAC1D3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -29,10 +27,6 @@ Global
{5C5206C9-691B-4C17-B4E1-E34F40AAC1D3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5C5206C9-691B-4C17-B4E1-E34F40AAC1D3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5C5206C9-691B-4C17-B4E1-E34F40AAC1D3}.Release|Any CPU.Build.0 = Release|Any CPU
{B92E2B5D-5D3A-4ED2-9F7F-5C51EB71065C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B92E2B5D-5D3A-4ED2-9F7F-5C51EB71065C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B92E2B5D-5D3A-4ED2-9F7F-5C51EB71065C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B92E2B5D-5D3A-4ED2-9F7F-5C51EB71065C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
30 changes: 0 additions & 30 deletions bitbucket-pipelines.yml

This file was deleted.

0 comments on commit 09b4456

Please sign in to comment.