33 lines
1.4 KiB
Plaintext
33 lines
1.4 KiB
Plaintext
|
|
|||
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
|||
|
# Visual Studio 14
|
|||
|
VisualStudioVersion = 14.0.23103.0
|
|||
|
MinimumVisualStudioVersion = 10.0.40219.1
|
|||
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{A83A6FC0-D511-4490-A2E7-B80BE198FDFC}"
|
|||
|
EndProject
|
|||
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{AAB31D17-3CB0-4687-8AFB-76DF5D9C091F}"
|
|||
|
ProjectSection(SolutionItems) = preProject
|
|||
|
global.json = global.json
|
|||
|
EndProjectSection
|
|||
|
EndProject
|
|||
|
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "ClassLibrary1", "src\ClassLibrary1\ClassLibrary1.xproj", "{04A1B6F6-4144-4599-A83B-B3A662F4A2D8}"
|
|||
|
EndProject
|
|||
|
Global
|
|||
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|||
|
Debug|Any CPU = Debug|Any CPU
|
|||
|
Release|Any CPU = Release|Any CPU
|
|||
|
EndGlobalSection
|
|||
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|||
|
{04A1B6F6-4144-4599-A83B-B3A662F4A2D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|||
|
{04A1B6F6-4144-4599-A83B-B3A662F4A2D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|||
|
{04A1B6F6-4144-4599-A83B-B3A662F4A2D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|||
|
{04A1B6F6-4144-4599-A83B-B3A662F4A2D8}.Release|Any CPU.Build.0 = Release|Any CPU
|
|||
|
EndGlobalSection
|
|||
|
GlobalSection(SolutionProperties) = preSolution
|
|||
|
HideSolutionNode = FALSE
|
|||
|
EndGlobalSection
|
|||
|
GlobalSection(NestedProjects) = preSolution
|
|||
|
{04A1B6F6-4144-4599-A83B-B3A662F4A2D8} = {A83A6FC0-D511-4490-A2E7-B80BE198FDFC}
|
|||
|
EndGlobalSection
|
|||
|
EndGlobal
|