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-10-15 23:24:33 +08:00
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{78D4EA4B-8641-4842-A847-5A832A3BB42D}"
2015-07-10 06:05:29 +08:00
EndProject
2015-10-15 23:24:33 +08:00
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5B0F8567-F005-4D41-907A-F3EEB032E4CB}"
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-10-15 23:24:33 +08:00
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "ClassLibrary1", "src\ClassLibrary1\ClassLibrary1.xproj", "{EB535171-59C2-4639-8564-657E0ECABBFE}"
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-10-15 23:24:33 +08:00
{EB535171-59C2-4639-8564-657E0ECABBFE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EB535171-59C2-4639-8564-657E0ECABBFE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EB535171-59C2-4639-8564-657E0ECABBFE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EB535171-59C2-4639-8564-657E0ECABBFE}.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-10-15 23:24:33 +08:00
{EB535171-59C2-4639-8564-657E0ECABBFE} = {78D4EA4B-8641-4842-A847-5A832A3BB42D}
2015-07-10 06:05:29 +08:00
EndGlobalSection
EndGlobal