[hyena] *.csproj fixes for building on windows



commit 19ce009eb8709548e605dd4cba6080529917f954
Author: Ján Sokoly <cruster gmail com>
Date:   Sun Feb 28 03:58:19 2010 +0100

    *.csproj fixes for building on windows
    
    Updated hintpaths to point to bin/ instead of winbin/. Removed all
    MonoPosixHelper references. Added necessary <DefineConstants> and
    <AllowUnsafeBlocks> instructions to be able to build in MonoDevelop.
    
    Signed-off-by: Bertrand Lorentz <bertrand lorentz gmail com>

 src/Hyena.Gui/Hyena.Gui.csproj |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/src/Hyena.Gui/Hyena.Gui.csproj b/src/Hyena.Gui/Hyena.Gui.csproj
index eba6fb8..1a3a4bb 100644
--- a/src/Hyena.Gui/Hyena.Gui.csproj
+++ b/src/Hyena.Gui/Hyena.Gui.csproj
@@ -41,8 +41,12 @@
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
   </PropertyGroup>
   <ItemGroup>
-    <Reference Include="ICSharpCode.SharpZipLib" />
-    <Reference Include="Mono.Posix" />
+    <Reference Include="ICSharpCode.SharpZipLib">
+      <HintPath>..\..\..\bin\ICSharpCode.SharpZipLib.dll</HintPath>
+    </Reference>
+    <Reference Include="Mono.Posix">
+      <HintPath>..\..\..\bin\Mono.Posix.dll</HintPath>
+    </Reference>
     <Reference Include="System" />
     <Reference Include="System.Core">
       <RequiredTargetFramework>3.5</RequiredTargetFramework>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]