Skip to content

Commit 1786802

Browse files
committed
remove samples test
1 parent 188f51b commit 1786802

100 files changed

Lines changed: 0 additions & 2479 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Box2D.NET.sln

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{536EAF45-6
1515
EndProject
1616
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Box2D.NET.Test", "test\Box2D.NET.Test\Box2D.NET.Test.csproj", "{1646ABAA-1CD4-45D1-82D1-13639573837B}"
1717
EndProject
18-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Box2D.NET.Samples.Test", "test\Box2D.NET.Samples.Test\Box2D.NET.Samples.Test.csproj", "{9105745B-B3D8-4862-AB79-BE7A971FD2B3}"
19-
EndProject
2018
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tools", "tools", "{CB12270F-4747-4936-B26D-2581A8F7D0E1}"
2119
EndProject
2220
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Box2D.NET.Benchmark", "tools\Box2D.NET.Benchmark\Box2D.NET.Benchmark.csproj", "{770247E4-3E73-4C78-B052-9FE2C41995BB}"
@@ -56,10 +54,6 @@ Global
5654
{84571CD4-3824-4D9C-98C7-19CEB8B8A835}.Debug|Any CPU.Build.0 = Debug|Any CPU
5755
{84571CD4-3824-4D9C-98C7-19CEB8B8A835}.Release|Any CPU.ActiveCfg = Release|Any CPU
5856
{84571CD4-3824-4D9C-98C7-19CEB8B8A835}.Release|Any CPU.Build.0 = Release|Any CPU
59-
{9105745B-B3D8-4862-AB79-BE7A971FD2B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
60-
{9105745B-B3D8-4862-AB79-BE7A971FD2B3}.Debug|Any CPU.Build.0 = Debug|Any CPU
61-
{9105745B-B3D8-4862-AB79-BE7A971FD2B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
62-
{9105745B-B3D8-4862-AB79-BE7A971FD2B3}.Release|Any CPU.Build.0 = Release|Any CPU
6357
EndGlobalSection
6458
GlobalSection(NestedProjects) = preSolution
6559
{11849830-82C5-4BC0-BE87-16D90243FD78} = {1858BB70-0C9E-47DD-B372-BCA0DAA985E6}
@@ -68,6 +62,5 @@ Global
6862
{770247E4-3E73-4C78-B052-9FE2C41995BB} = {CB12270F-4747-4936-B26D-2581A8F7D0E1}
6963
{ADD9F942-4272-4034-BA77-03098273400D} = {1858BB70-0C9E-47DD-B372-BCA0DAA985E6}
7064
{84571CD4-3824-4D9C-98C7-19CEB8B8A835} = {CB12270F-4747-4936-B26D-2581A8F7D0E1}
71-
{9105745B-B3D8-4862-AB79-BE7A971FD2B3} = {536EAF45-6BD7-441A-85AC-061D77F593FB}
7265
EndGlobalSection
7366
EndGlobal

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ Box2D.NET is divided into multiple modules, each contained in its own folder:
3737
- [Box2D.NET.Shared](https://github.com/ikpil/Box2D.NET/tree/main/src/Box2D.NET.Shared) : Shared code and utilities for Box2D.NET, for use in sample projects and by library users.
3838
- [Box2D.NET.Samples](https://github.com/ikpil/Box2D.NET/tree/main/src/Box2D.NET.Samples) : Sample projects to showcase the features of Box2D.NET
3939
- [Box2D.NET.Test](https://github.com/ikpil/Box2D.NET/tree/main/test/Box2D.NET.Test) : Unit tests for Box2D.NET.
40-
- [Box2D.NET.Samples.Test](https://github.com/ikpil/Box2D.NET/tree/main/test/Box2D.NET.Samples.Test) : Unit tests for Box2D.NET.Samples
4140

4241
## 🚀 Getting Started
4342

test/Box2D.NET.Samples.Test/Box2D.NET.Samples.Test.csproj

Lines changed: 0 additions & 26 deletions
This file was deleted.

test/Box2D.NET.Samples.Test/Helpers.cs

Lines changed: 0 additions & 45 deletions
This file was deleted.

test/Box2D.NET.Samples.Test/Samples/ArchTest.cs

Lines changed: 0 additions & 25 deletions
This file was deleted.

test/Box2D.NET.Samples.Test/Samples/BadBodyTest.cs

Lines changed: 0 additions & 25 deletions
This file was deleted.

test/Box2D.NET.Samples.Test/Samples/BallAndChainTest.cs

Lines changed: 0 additions & 25 deletions
This file was deleted.

test/Box2D.NET.Samples.Test/Samples/BenchmarkBarrelTest.cs

Lines changed: 0 additions & 25 deletions
This file was deleted.

test/Box2D.NET.Samples.Test/Samples/BenchmarkCastTest.cs

Lines changed: 0 additions & 25 deletions
This file was deleted.

test/Box2D.NET.Samples.Test/Samples/BenchmarkCompoundTest.cs

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)