Skip to content

Commit

Permalink
Hm
Browse files Browse the repository at this point in the history
  • Loading branch information
markrendle committed Dec 22, 2010
1 parent ea3cb3a commit e1968d6
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions ConcurrentLinkedListSpike.sln
@@ -1,8 +1,6 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LinkedListSpike", "LinkedListSpike\LinkedListSpike.csproj", "{B0C2033C-78D5-4611-90BD-33333222D827}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConcurrentLinkedList", "ConcurrentLinkedList\ConcurrentLinkedList.csproj", "{C4A658FA-0CA8-44A1-BC0E-4299A7649FE5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConcurrentLinkedList.Test", "ConcurrentLinkedList.Test\ConcurrentLinkedList.Test.csproj", "{0BC14114-4DBD-4B1F-A4A5-D5A219DBE98A}"
Expand All @@ -27,16 +25,6 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B0C2033C-78D5-4611-90BD-33333222D827}.Debug|Any CPU.ActiveCfg = Debug|x86
{B0C2033C-78D5-4611-90BD-33333222D827}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{B0C2033C-78D5-4611-90BD-33333222D827}.Debug|Mixed Platforms.Build.0 = Debug|x86
{B0C2033C-78D5-4611-90BD-33333222D827}.Debug|x86.ActiveCfg = Debug|x86
{B0C2033C-78D5-4611-90BD-33333222D827}.Debug|x86.Build.0 = Debug|x86
{B0C2033C-78D5-4611-90BD-33333222D827}.Release|Any CPU.ActiveCfg = Release|x86
{B0C2033C-78D5-4611-90BD-33333222D827}.Release|Mixed Platforms.ActiveCfg = Release|x86
{B0C2033C-78D5-4611-90BD-33333222D827}.Release|Mixed Platforms.Build.0 = Release|x86
{B0C2033C-78D5-4611-90BD-33333222D827}.Release|x86.ActiveCfg = Release|x86
{B0C2033C-78D5-4611-90BD-33333222D827}.Release|x86.Build.0 = Release|x86
{C4A658FA-0CA8-44A1-BC0E-4299A7649FE5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C4A658FA-0CA8-44A1-BC0E-4299A7649FE5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C4A658FA-0CA8-44A1-BC0E-4299A7649FE5}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
Expand Down

0 comments on commit e1968d6

Please sign in to comment.