From 7ba33b2ecf89935891918f17e6b557e8f20109e0 Mon Sep 17 00:00:00 2001 From: Josh Creek Date: Sun, 29 Aug 2021 22:24:52 +0100 Subject: [PATCH] feat(*): Add base project --- FileRepository.sln | 25 +++++++++++++++++++++++++ FileRepository/FileRepository.csproj | 7 +++++++ 2 files changed, 32 insertions(+) create mode 100644 FileRepository.sln create mode 100644 FileRepository/FileRepository.csproj diff --git a/FileRepository.sln b/FileRepository.sln new file mode 100644 index 0000000..081c8c9 --- /dev/null +++ b/FileRepository.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.31410.357 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileRepository", "FileRepository\FileRepository.csproj", "{746DEBF5-D612-4321-B3B7-04EA1905DD8D}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {746DEBF5-D612-4321-B3B7-04EA1905DD8D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {746DEBF5-D612-4321-B3B7-04EA1905DD8D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {746DEBF5-D612-4321-B3B7-04EA1905DD8D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {746DEBF5-D612-4321-B3B7-04EA1905DD8D}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {CC3CACCF-F081-48D6-A5F8-1CA755A957FC} + EndGlobalSection +EndGlobal diff --git a/FileRepository/FileRepository.csproj b/FileRepository/FileRepository.csproj new file mode 100644 index 0000000..9f5c4f4 --- /dev/null +++ b/FileRepository/FileRepository.csproj @@ -0,0 +1,7 @@ + + + + netstandard2.0 + + +