AspNetCore.Docs/common/samples/ClassLibrary1/ClassLibrary1.sln

34 lines
1.5 KiB
Plaintext
Raw Normal View History

2015-07-10 06:05:29 +08:00

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
2015-07-31 00:06:50 +08:00
VisualStudioVersion = 14.0.23107.0
2015-07-10 06:05:29 +08:00
MinimumVisualStudioVersion = 10.0.40219.1
2015-09-03 01:03:43 +08:00
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{DB348ABF-99A8-4ECF-AD3A-5A5FD8F788CF}"
2015-07-10 06:05:29 +08:00
EndProject
2015-09-03 01:03:43 +08:00
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{87C589E4-A849-4F3C-8D22-B26BCC173EFA}"
2015-07-10 06:05:29 +08:00
ProjectSection(SolutionItems) = preProject
global.json = global.json
2015-07-31 00:06:50 +08:00
NuGet.Config = NuGet.Config
2015-07-10 06:05:29 +08:00
EndProjectSection
EndProject
2015-09-03 01:03:43 +08:00
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "ClassLibrary1", "src\ClassLibrary1\ClassLibrary1.xproj", "{DA0C4BE8-CCFD-452C-ADB8-5C3576212ADD}"
2015-07-10 06:05:29 +08:00
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
2015-09-03 01:03:43 +08:00
{DA0C4BE8-CCFD-452C-ADB8-5C3576212ADD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DA0C4BE8-CCFD-452C-ADB8-5C3576212ADD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DA0C4BE8-CCFD-452C-ADB8-5C3576212ADD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DA0C4BE8-CCFD-452C-ADB8-5C3576212ADD}.Release|Any CPU.Build.0 = Release|Any CPU
2015-07-10 06:05:29 +08:00
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
2015-09-03 01:03:43 +08:00
{DA0C4BE8-CCFD-452C-ADB8-5C3576212ADD} = {DB348ABF-99A8-4ECF-AD3A-5A5FD8F788CF}
2015-07-10 06:05:29 +08:00
EndGlobalSection
EndGlobal