-
Notifications
You must be signed in to change notification settings - Fork 0
/
NerdDinner.sln
26 lines (26 loc) · 1.36 KB
/
NerdDinner.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NerdDinner", "NerdDinner\NerdDinner.csproj", "{F9AFF314-9976-4DD2-BB9A-E468D452CCBF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NerdDinner.Tests", "NerdDinner.Tests\NerdDinner.Tests.csproj", "{90D4340D-DAF3-4B99-BF45-20FD2B58A176}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F9AFF314-9976-4DD2-BB9A-E468D452CCBF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F9AFF314-9976-4DD2-BB9A-E468D452CCBF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F9AFF314-9976-4DD2-BB9A-E468D452CCBF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F9AFF314-9976-4DD2-BB9A-E468D452CCBF}.Release|Any CPU.Build.0 = Release|Any CPU
{90D4340D-DAF3-4B99-BF45-20FD2B58A176}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{90D4340D-DAF3-4B99-BF45-20FD2B58A176}.Debug|Any CPU.Build.0 = Debug|Any CPU
{90D4340D-DAF3-4B99-BF45-20FD2B58A176}.Release|Any CPU.ActiveCfg = Release|Any CPU
{90D4340D-DAF3-4B99-BF45-20FD2B58A176}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal