[hyena] Fix .csproj file references
- From: Gabriel Burt <gburt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [hyena] Fix .csproj file references
- Date: Wed, 26 May 2010 02:37:52 +0000 (UTC)
commit d65b6d0afe2aa865873bb3f34fcda7520c71b651
Author: Gabriel Burt <gabriel burt gmail com>
Date: Sat May 22 17:41:29 2010 -0700
Fix .csproj file references
Use find + sed to fix References in about every .csproj file, making
them not version specific, and adding a HintPath if appropriate.
src/Hyena/Hyena.csproj | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/src/Hyena/Hyena.csproj b/src/Hyena/Hyena.csproj
index 0ab7e92..3ec2c79 100644
--- a/src/Hyena/Hyena.csproj
+++ b/src/Hyena/Hyena.csproj
@@ -171,8 +171,12 @@
</Reference>
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
- <Reference Include="nunit.core, Version=2.4.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77" />
+ <Reference Include="nunit.core">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\..\..\bin\nunit.core.dll</HintPath>
+ </Reference>
<Reference Include="Mono.Posix">
+ <SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\bin\Mono.Posix.dll</HintPath>
</Reference>
</ItemGroup>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]