Files
TurboLinks.Net/TurboLinks.Net.sln
Tommy Parnell 5347fe22d3 init
2015-10-17 23:06:36 -04:00

41 lines
2.1 KiB
Plaintext

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{505F6C3D-2B40-442B-ABBB-69275B465571}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{15647589-E22B-47B8-B149-6693C35A09F2}"
ProjectSection(SolutionItems) = preProject
global.json = global.json
NuGet.Config = NuGet.Config
EndProjectSection
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "TurboLinks.Net", "src\TurboLinks.Net\TurboLinks.Net.xproj", "{B57EEE3B-37FF-49B5-8841-84B759DF1471}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "TurboLinks.Net.Example", "src\TurboLinks.Net.Example\TurboLinks.Net.Example.xproj", "{B2ADC3D3-2EE1-4662-9130-FC2DFAFE2BBF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B57EEE3B-37FF-49B5-8841-84B759DF1471}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B57EEE3B-37FF-49B5-8841-84B759DF1471}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B57EEE3B-37FF-49B5-8841-84B759DF1471}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B57EEE3B-37FF-49B5-8841-84B759DF1471}.Release|Any CPU.Build.0 = Release|Any CPU
{B2ADC3D3-2EE1-4662-9130-FC2DFAFE2BBF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B2ADC3D3-2EE1-4662-9130-FC2DFAFE2BBF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B2ADC3D3-2EE1-4662-9130-FC2DFAFE2BBF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B2ADC3D3-2EE1-4662-9130-FC2DFAFE2BBF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B57EEE3B-37FF-49B5-8841-84B759DF1471} = {505F6C3D-2B40-442B-ABBB-69275B465571}
{B2ADC3D3-2EE1-4662-9130-FC2DFAFE2BBF} = {505F6C3D-2B40-442B-ABBB-69275B465571}
EndGlobalSection
EndGlobal