From b3bb8c9c4ef18baec38bed0ba9eaf9f5b83b1129 Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Mon, 24 Apr 2017 08:33:05 -0400 Subject: [PATCH] Adding test projects --- tests/FunctionalTests/FunctionalTests.csproj | 13 +++++++++++++ tests/IntegrationTests/IntegrationTests.csproj | 13 +++++++++++++ tests/UnitTests/UnitTests.csproj | 13 +++++++++++++ 3 files changed, 39 insertions(+) create mode 100644 tests/FunctionalTests/FunctionalTests.csproj create mode 100644 tests/IntegrationTests/IntegrationTests.csproj create mode 100644 tests/UnitTests/UnitTests.csproj diff --git a/tests/FunctionalTests/FunctionalTests.csproj b/tests/FunctionalTests/FunctionalTests.csproj new file mode 100644 index 0000000..f032596 --- /dev/null +++ b/tests/FunctionalTests/FunctionalTests.csproj @@ -0,0 +1,13 @@ + + + + netcoreapp1.1 + + + + + + + + + diff --git a/tests/IntegrationTests/IntegrationTests.csproj b/tests/IntegrationTests/IntegrationTests.csproj new file mode 100644 index 0000000..f032596 --- /dev/null +++ b/tests/IntegrationTests/IntegrationTests.csproj @@ -0,0 +1,13 @@ + + + + netcoreapp1.1 + + + + + + + + + diff --git a/tests/UnitTests/UnitTests.csproj b/tests/UnitTests/UnitTests.csproj new file mode 100644 index 0000000..f032596 --- /dev/null +++ b/tests/UnitTests/UnitTests.csproj @@ -0,0 +1,13 @@ + + + + netcoreapp1.1 + + + + + + + + +