diff --git a/src/Spring/Spring.Core/Spring.Core.2010.csproj b/src/Spring/Spring.Core/Spring.Core.2010.csproj
index eecf4350..e144f750 100644
--- a/src/Spring/Spring.Core/Spring.Core.2010.csproj
+++ b/src/Spring/Spring.Core/Spring.Core.2010.csproj
@@ -130,10 +130,12 @@
Code
+
+
diff --git a/test/Spring/Spring.Core.Tests/Collections/Generic/Test/LinkedHashDictionaryTest.cs b/test/Spring/Spring.Core.Tests/Collections/Generic/LinkedHashDictionaryTest.cs
similarity index 95%
rename from test/Spring/Spring.Core.Tests/Collections/Generic/Test/LinkedHashDictionaryTest.cs
rename to test/Spring/Spring.Core.Tests/Collections/Generic/LinkedHashDictionaryTest.cs
index 7c6536e0..322c10f0 100644
--- a/test/Spring/Spring.Core.Tests/Collections/Generic/Test/LinkedHashDictionaryTest.cs
+++ b/test/Spring/Spring.Core.Tests/Collections/Generic/LinkedHashDictionaryTest.cs
@@ -18,13 +18,11 @@
#endregion
-using System;
using System.Collections.Generic;
using System.Linq;
-using Spring.Collections.Generic
using NUnit.Framework;
-namespace Spring.Collections.Generic.Test
+namespace Spring.Collections.Generic
{
///
/// This class contains tests for LinkedHashDictionary
diff --git a/test/Spring/Spring.Core.Tests/Spring.Core.Tests.2010.csproj b/test/Spring/Spring.Core.Tests/Spring.Core.Tests.2010.csproj
index 3316ffa6..f34919cb 100644
--- a/test/Spring/Spring.Core.Tests/Spring.Core.Tests.2010.csproj
+++ b/test/Spring/Spring.Core.Tests/Spring.Core.Tests.2010.csproj
@@ -127,7 +127,7 @@
Code
-
+
Code