diff --git a/GBase.sln b/GBase.sln index 15d913e..b0bf2b8 100644 --- a/GBase.sln +++ b/GBase.sln @@ -5,6 +5,8 @@ VisualStudioVersion = 16.0.29709.97 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GBase", "GBase\GBase.csproj", "{46E770B6-0422-430E-8C73-47DCF626E7DE}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test.GBase", "Test.GBase\Test.GBase.csproj", "{523C0E93-BF2E-4AD5-B07B-42E5E843A3C1}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -15,6 +17,10 @@ Global {46E770B6-0422-430E-8C73-47DCF626E7DE}.Debug|Any CPU.Build.0 = Debug|Any CPU {46E770B6-0422-430E-8C73-47DCF626E7DE}.Release|Any CPU.ActiveCfg = Release|Any CPU {46E770B6-0422-430E-8C73-47DCF626E7DE}.Release|Any CPU.Build.0 = Release|Any CPU + {523C0E93-BF2E-4AD5-B07B-42E5E843A3C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {523C0E93-BF2E-4AD5-B07B-42E5E843A3C1}.Debug|Any CPU.Build.0 = Debug|Any CPU + {523C0E93-BF2E-4AD5-B07B-42E5E843A3C1}.Release|Any CPU.ActiveCfg = Release|Any CPU + {523C0E93-BF2E-4AD5-B07B-42E5E843A3C1}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/Test.GBase/Test.GBase.csproj b/Test.GBase/Test.GBase.csproj new file mode 100644 index 0000000..83b8ff5 --- /dev/null +++ b/Test.GBase/Test.GBase.csproj @@ -0,0 +1,21 @@ + + + + netcoreapp3.1 + + false + + SimonG + + SimonG + + Copyright(c) 2020 SimonG. All Rights Reserved. + + + + + + + + +