Skip to content

Commit

Permalink
Move tests to separate project
Browse files Browse the repository at this point in the history
  • Loading branch information
dharmatech committed Jan 17, 2013
1 parent 36f1086 commit 3170492
Show file tree
Hide file tree
Showing 6 changed files with 306 additions and 188 deletions.
6 changes: 6 additions & 0 deletions Symbolism.sln
Expand Up @@ -3,6 +3,8 @@ Microsoft Visual Studio Solution File, Format Version 11.00
# Visual C# Express 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Symbolism", "Symbolism\Symbolism.csproj", "{067278C5-2A0F-42DE-838B-855EFB652608}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{9E996759-C2E9-4265-A8CE-16341B26D1CC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Expand All @@ -13,6 +15,10 @@ Global
{067278C5-2A0F-42DE-838B-855EFB652608}.Debug|x86.Build.0 = Debug|x86
{067278C5-2A0F-42DE-838B-855EFB652608}.Release|x86.ActiveCfg = Release|x86
{067278C5-2A0F-42DE-838B-855EFB652608}.Release|x86.Build.0 = Release|x86
{9E996759-C2E9-4265-A8CE-16341B26D1CC}.Debug|x86.ActiveCfg = Debug|x86
{9E996759-C2E9-4265-A8CE-16341B26D1CC}.Debug|x86.Build.0 = Debug|x86
{9E996759-C2E9-4265-A8CE-16341B26D1CC}.Release|x86.ActiveCfg = Release|x86
{9E996759-C2E9-4265-A8CE-16341B26D1CC}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down

0 comments on commit 3170492

Please sign in to comment.