From dd5bbbbd9fe1db66a86c7c20cbbe39755fabf795 Mon Sep 17 00:00:00 2001 From: smoogipoo Date: Mon, 26 Mar 2018 19:11:23 +0900 Subject: [PATCH] Define testable projects --- TestableProject.props | 8 ++++++++ osu-framework | 2 +- osu.Game.Rulesets.Catch/osu.Game.Rulesets.Catch.csproj | 2 +- osu.Game.Rulesets.Mania/osu.Game.Rulesets.Mania.csproj | 2 +- osu.Game.Rulesets.Osu/osu.Game.Rulesets.Osu.csproj | 2 +- osu.Game.Rulesets.Taiko/osu.Game.Rulesets.Taiko.csproj | 2 +- osu.Game.Tests/osu.Game.Tests.csproj | 2 +- osu.Game/osu.Game.csproj | 1 + 8 files changed, 15 insertions(+), 6 deletions(-) create mode 100644 TestableProject.props diff --git a/TestableProject.props b/TestableProject.props new file mode 100644 index 0000000000..40b3fde99e --- /dev/null +++ b/TestableProject.props @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/osu-framework b/osu-framework index 8be3928da8..0b0f756c73 160000 --- a/osu-framework +++ b/osu-framework @@ -1 +1 @@ -Subproject commit 8be3928da807b4bddb0557308f8e223cc0a12663 +Subproject commit 0b0f756c7383685cf7a279b38a6eb92131739f03 diff --git a/osu.Game.Rulesets.Catch/osu.Game.Rulesets.Catch.csproj b/osu.Game.Rulesets.Catch/osu.Game.Rulesets.Catch.csproj index 37702fad56..9d011e2de2 100644 --- a/osu.Game.Rulesets.Catch/osu.Game.Rulesets.Catch.csproj +++ b/osu.Game.Rulesets.Catch/osu.Game.Rulesets.Catch.csproj @@ -1,6 +1,7 @@  + net461 net461;netstandard2.0;netcoreapp2.0 @@ -20,7 +21,6 @@ - diff --git a/osu.Game.Rulesets.Mania/osu.Game.Rulesets.Mania.csproj b/osu.Game.Rulesets.Mania/osu.Game.Rulesets.Mania.csproj index ebe78a039c..cc6c770bbf 100644 --- a/osu.Game.Rulesets.Mania/osu.Game.Rulesets.Mania.csproj +++ b/osu.Game.Rulesets.Mania/osu.Game.Rulesets.Mania.csproj @@ -1,6 +1,7 @@  + net461 net461;netstandard2.0;netcoreapp2.0 @@ -20,7 +21,6 @@ - diff --git a/osu.Game.Rulesets.Osu/osu.Game.Rulesets.Osu.csproj b/osu.Game.Rulesets.Osu/osu.Game.Rulesets.Osu.csproj index 6b741ef3c9..3d512ad53e 100644 --- a/osu.Game.Rulesets.Osu/osu.Game.Rulesets.Osu.csproj +++ b/osu.Game.Rulesets.Osu/osu.Game.Rulesets.Osu.csproj @@ -1,6 +1,7 @@  + net461 net461;netstandard2.0;netcoreapp2.0 @@ -20,7 +21,6 @@ - diff --git a/osu.Game.Rulesets.Taiko/osu.Game.Rulesets.Taiko.csproj b/osu.Game.Rulesets.Taiko/osu.Game.Rulesets.Taiko.csproj index b4e7ab0658..dc08e71446 100644 --- a/osu.Game.Rulesets.Taiko/osu.Game.Rulesets.Taiko.csproj +++ b/osu.Game.Rulesets.Taiko/osu.Game.Rulesets.Taiko.csproj @@ -1,6 +1,7 @@  + net461 net461;netstandard2.0;netcoreapp2.0 @@ -20,7 +21,6 @@ - diff --git a/osu.Game.Tests/osu.Game.Tests.csproj b/osu.Game.Tests/osu.Game.Tests.csproj index 30104dee7f..5717066f45 100644 --- a/osu.Game.Tests/osu.Game.Tests.csproj +++ b/osu.Game.Tests/osu.Game.Tests.csproj @@ -1,6 +1,7 @@  + net461 net461;netstandard2.0;netcoreapp2.0 @@ -26,7 +27,6 @@ - diff --git a/osu.Game/osu.Game.csproj b/osu.Game/osu.Game.csproj index dd4b0c0e02..643ada16aa 100644 --- a/osu.Game/osu.Game.csproj +++ b/osu.Game/osu.Game.csproj @@ -1,6 +1,7 @@  + net461 net461;netstandard2.0;netcoreapp2.0