[hyena] *.csproj fixes for building on windows
- From: Gabriel Burt <gburt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [hyena] *.csproj fixes for building on windows
- Date: Wed, 26 May 2010 02:35:31 +0000 (UTC)
commit 9e0ff1ed553d3048142faa6da72c9e6e6bba4c7e
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/Hyena.csproj | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/src/Hyena/Hyena.csproj b/src/Hyena/Hyena.csproj
index 6fc43a7..265b145 100644
--- a/src/Hyena/Hyena.csproj
+++ b/src/Hyena/Hyena.csproj
@@ -164,7 +164,9 @@
<Compile Include="Hyena\Tests\DateTimeUtilTests.cs" />
</ItemGroup>
<ItemGroup>
- <Reference Include="Mono.Posix" />
+ <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]