Skip to content

Commit

Permalink
Created new .net standard project
Browse files Browse the repository at this point in the history
  • Loading branch information
kkalinowski committed Aug 22, 2017
1 parent 0346a24 commit 8a5f8a1
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -164,3 +164,4 @@ pip-log.txt

# Mac crap
.DS_Store
.vs/
25 changes: 25 additions & 0 deletions lib12.sln
@@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.8
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "lib12", "lib12\lib12.csproj", "{21DA6FE1-6458-4F48-9436-BC324FDCE3AC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{21DA6FE1-6458-4F48-9436-BC324FDCE3AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{21DA6FE1-6458-4F48-9436-BC324FDCE3AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{21DA6FE1-6458-4F48-9436-BC324FDCE3AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{21DA6FE1-6458-4F48-9436-BC324FDCE3AC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2AECBCB3-83BB-4AEF-9D16-E2B340D966C8}
EndGlobalSection
EndGlobal
12 changes: 12 additions & 0 deletions lib12/lib12.csproj
@@ -0,0 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard1.0</TargetFramework>
<Authors>Krzysztof Kalinowski</Authors>
<Company />
<Description />
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<FileVersion>2.0.0.0</FileVersion>
</PropertyGroup>

</Project>

0 comments on commit 8a5f8a1

Please sign in to comment.