feat(*): Add base project

This commit is contained in:
Josh Creek
2021-08-29 22:24:52 +01:00
parent 6e5c07e5be
commit 7ba33b2ecf
2 changed files with 32 additions and 0 deletions
+25
View File
@@ -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
+7
View File
@@ -0,0 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
</Project>