diff --git a/Source/Platforms/DotNet/NUnit/LICENSE.txt b/Source/Platforms/DotNet/NUnit/LICENSE.txt new file mode 100644 index 000000000..29f0e2ea4 --- /dev/null +++ b/Source/Platforms/DotNet/NUnit/LICENSE.txt @@ -0,0 +1,20 @@ +Copyright (c) 2021 Charlie Poole, Rob Prouse + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + diff --git a/Source/Platforms/DotNet/NUnit/NOTICES.txt b/Source/Platforms/DotNet/NUnit/NOTICES.txt new file mode 100644 index 000000000..02f3f84d6 --- /dev/null +++ b/Source/Platforms/DotNet/NUnit/NOTICES.txt @@ -0,0 +1,5 @@ +NUnit 3.0 is based on earlier versions of NUnit, with Portions + +Copyright (c) 2002-2014 Charlie Poole or +Copyright (c) 2002-2004 James W. Newkirk, Michael C. Two, Alexei A. Vorontsov or +Copyright (c) 2000-2002 Philip A. Craig diff --git a/Source/Platforms/DotNet/NUnit/build/NUnit.props b/Source/Platforms/DotNet/NUnit/build/NUnit.props new file mode 100644 index 000000000..79c80b821 --- /dev/null +++ b/Source/Platforms/DotNet/NUnit/build/NUnit.props @@ -0,0 +1,7 @@ + + + + + + + diff --git a/Source/Platforms/DotNet/NUnit/build/nunit.framework.dll b/Source/Platforms/DotNet/NUnit/build/nunit.framework.dll new file mode 100644 index 000000000..5c31bf1bc --- /dev/null +++ b/Source/Platforms/DotNet/NUnit/build/nunit.framework.dll @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d41bf7061cf3ee4f7efafeafd9ca889ce0e4b476e36151ca5e023e22c0020768 +size 482816 diff --git a/Source/Tools/Flax.Build.Tests/Flax.Build.Tests.csproj b/Source/Tools/Flax.Build.Tests/Flax.Build.Tests.csproj index 805f162dd..7f3187dc7 100644 --- a/Source/Tools/Flax.Build.Tests/Flax.Build.Tests.csproj +++ b/Source/Tools/Flax.Build.Tests/Flax.Build.Tests.csproj @@ -1,6 +1,6 @@  - + Debug AnyCPU @@ -42,8 +42,8 @@ False ..\..\..\Binaries\Tools\Flax.Build.exe - - ..\..\..\packages\NUnit.3.12.0\lib\net45\nunit.framework.dll + + ..\..\Platforms\DotNet\NUnit\build\nunit.framework.dll @@ -51,15 +51,6 @@ - - - - - - This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - \ No newline at end of file diff --git a/Source/Tools/Flax.Build.Tests/packages.config b/Source/Tools/Flax.Build.Tests/packages.config deleted file mode 100644 index dba42d19d..000000000 --- a/Source/Tools/Flax.Build.Tests/packages.config +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/Source/Tools/FlaxEngine.Tests/FlaxEngine.Tests.csproj b/Source/Tools/FlaxEngine.Tests/FlaxEngine.Tests.csproj index 25a34b255..9ee085dc4 100644 --- a/Source/Tools/FlaxEngine.Tests/FlaxEngine.Tests.csproj +++ b/Source/Tools/FlaxEngine.Tests/FlaxEngine.Tests.csproj @@ -1,6 +1,6 @@  - + Debug AnyCPU @@ -40,8 +40,8 @@ true - - ..\..\..\packages\NUnit.3.12.0\lib\net45\nunit.framework.dll + + ..\..\Platforms\DotNet\NUnit\build\nunit.framework.dll @@ -65,9 +65,6 @@ - - - {ed088b51-41ac-403b-9b3e-91a38c41523e} @@ -76,10 +73,4 @@ - - - This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - \ No newline at end of file diff --git a/Source/Tools/FlaxEngine.Tests/packages.config b/Source/Tools/FlaxEngine.Tests/packages.config deleted file mode 100644 index dba42d19d..000000000 --- a/Source/Tools/FlaxEngine.Tests/packages.config +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file