diff --git a/GBase.sln b/GBase.sln new file mode 100644 index 0000000..15d913e --- /dev/null +++ b/GBase.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +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 +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {46E770B6-0422-430E-8C73-47DCF626E7DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {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 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {A0B562D8-46AE-4232-A016-69EFEFEC00E7} + EndGlobalSection +EndGlobal diff --git a/GBase.sln.DotSettings b/GBase.sln.DotSettings new file mode 100644 index 0000000..39f371c --- /dev/null +++ b/GBase.sln.DotSettings @@ -0,0 +1,4 @@ + + Author: $USER_NAME$ +Created: $CREATED_YEAR$-$CREATED_MONTH$-$CREATED_DAY$ +Copyright(c) $CREATED_YEAR$ SimonG. All Rights Reserved. \ No newline at end of file diff --git a/GBase/GBase.csproj b/GBase/GBase.csproj new file mode 100644 index 0000000..4b524e5 --- /dev/null +++ b/GBase/GBase.csproj @@ -0,0 +1,20 @@ + + + + netstandard2.1 + SimonG + A database based on .net + Copyright(c) 2020 SimonG. All Rights Reserved. + LICENSE.md + https://github.com/SimonG96/GBase + https://github.com/SimonG96/GBase + + + + + True + + + + +