summaryrefslogtreecommitdiff
path: root/extras
diff options
context:
space:
mode:
authorGabriel Burt <gabriel.burt@gmail.com>2010-03-02 18:55:58 -0700
committerGabriel Burt <gabriel.burt@gmail.com>2010-03-02 18:08:54 -0800
commit3067390cf0ce3edcfb315b99e5af27480e43d461 (patch)
treed3b02410166f3ad7d779b96da32a71324fcf9403 /extras
parenta6b2345ec4f53e6b77f75997c733c448e6f1157d (diff)
Update to build on Windows with MonoDevelop 2.2.1
Also modify .sln configuration to not build projects that aren't relevant, and to build a few that are but weren't marked to be built on Windows.
Diffstat (limited to 'extras')
-rw-r--r--extras/metrics/metrics.csproj3
1 files changed, 2 insertions, 1 deletions
diff --git a/extras/metrics/metrics.csproj b/extras/metrics/metrics.csproj
index dd698accc..d4893e67c 100644
--- a/extras/metrics/metrics.csproj
+++ b/extras/metrics/metrics.csproj
@@ -30,7 +30,8 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
- <Reference Include="System.Core" />
+ <Reference Include="System.Core">
+ </Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="MultiUserSample.cs" />