Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hutchinson <mhutch@xamarin.com>2011-07-13 20:08:58 +0400
committerMichael Hutchinson <mhutch@xamarin.com>2011-07-13 20:08:58 +0400
commitd1ae5d7f8123211ac0fc9588e1fcb2853606d708 (patch)
tree7929218a71c5205ef59136b6c76804e204442095 /main/tests
parent96daecb29f47d585b83654c03082c9671032efdc (diff)
Flush project format fixes
Fixed writing empty elements to project files.
Diffstat (limited to 'main/tests')
-rw-r--r--main/tests/UnitTests/UnitTests.csproj9
1 files changed, 3 insertions, 6 deletions
diff --git a/main/tests/UnitTests/UnitTests.csproj b/main/tests/UnitTests/UnitTests.csproj
index 5868377ce2..a05280d801 100644
--- a/main/tests/UnitTests/UnitTests.csproj
+++ b/main/tests/UnitTests/UnitTests.csproj
@@ -36,10 +36,8 @@
</Execution>
</PropertyGroup>
<ItemGroup>
- <Reference Include="System">
- </Reference>
- <Reference Include="System.Xml">
- </Reference>
+ <Reference Include="System" />
+ <Reference Include="System.Xml" />
<Reference Include="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
<SpecificVersion>False</SpecificVersion>
</Reference>
@@ -55,8 +53,7 @@
<Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
<SpecificVersion>False</SpecificVersion>
</Reference>
- <Reference Include="System.Core">
- </Reference>
+ <Reference Include="System.Core" />
<Reference Include="nunit.core, Version=2.4.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\src\addins\NUnit\lib\nunit.core.dll</HintPath>