Skip to content

Commit

Permalink
add empty project
Browse files Browse the repository at this point in the history
  • Loading branch information
basp1 committed Jul 10, 2019
1 parent 8c04332 commit 094593e
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
7 changes: 7 additions & 0 deletions sharpcode.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>

</Project>
25 changes: 25 additions & 0 deletions sharpcode.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29020.237
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "sharpcode", "sharpcode.csproj", "{7CD45A72-BFA3-4843-8C76-F1F99198A9CD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7CD45A72-BFA3-4843-8C76-F1F99198A9CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7CD45A72-BFA3-4843-8C76-F1F99198A9CD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7CD45A72-BFA3-4843-8C76-F1F99198A9CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7CD45A72-BFA3-4843-8C76-F1F99198A9CD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A69B7CB8-BD24-4462-A46D-305F30B1049F}
EndGlobalSection
EndGlobal

0 comments on commit 094593e

Please sign in to comment.