This commit is contained in:
Tommy Parnell
2015-05-16 22:17:47 -04:00
parent 090d18e1c3
commit e2034f3341
16 changed files with 817 additions and 0 deletions

28
NetrunnerDb.Net.sln Normal file
View File

@@ -0,0 +1,28 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetrunnerDb.Net", "src\NetrunnerDb.Net\NetrunnerDb.Net.csproj", "{1B508DCB-3207-4597-B938-9218D32A41A4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetrunnerDb.Net.Tests", "src\NetrunnerDb.Net.Tests\NetrunnerDb.Net.Tests.csproj", "{60115585-7F0E-438F-BC86-CCA9D6575062}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1B508DCB-3207-4597-B938-9218D32A41A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1B508DCB-3207-4597-B938-9218D32A41A4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1B508DCB-3207-4597-B938-9218D32A41A4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1B508DCB-3207-4597-B938-9218D32A41A4}.Release|Any CPU.Build.0 = Release|Any CPU
{60115585-7F0E-438F-BC86-CCA9D6575062}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{60115585-7F0E-438F-BC86-CCA9D6575062}.Debug|Any CPU.Build.0 = Debug|Any CPU
{60115585-7F0E-438F-BC86-CCA9D6575062}.Release|Any CPU.ActiveCfg = Release|Any CPU
{60115585-7F0E-438F-BC86-CCA9D6575062}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal