Add Web.Tests

This commit is contained in:
2015-11-16 10:04:03 -05:00
parent f22e67e213
commit 750b2aee7b
4 changed files with 105 additions and 0 deletions
+6
View File
@@ -3,6 +3,8 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Web", "Web\Web.csproj", "{0809033D-DBB9-41AE-8811-9A9CFDFD8966}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Web.Tests", "Web.Tests\Web.Tests.csproj", "{0DBE7CB9-71B3-46BA-8045-0F1E36C1C8F7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@@ -13,6 +15,10 @@ Global
{0809033D-DBB9-41AE-8811-9A9CFDFD8966}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0809033D-DBB9-41AE-8811-9A9CFDFD8966}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0809033D-DBB9-41AE-8811-9A9CFDFD8966}.Release|Any CPU.Build.0 = Release|Any CPU
{0DBE7CB9-71B3-46BA-8045-0F1E36C1C8F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0DBE7CB9-71B3-46BA-8045-0F1E36C1C8F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0DBE7CB9-71B3-46BA-8045-0F1E36C1C8F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0DBE7CB9-71B3-46BA-8045-0F1E36C1C8F7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE