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

github.com/xamarin/macdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremie Laval <jeremie.laval@gmail.com>2012-04-03 16:22:00 +0400
committerJeremie Laval <jeremie.laval@gmail.com>2012-04-03 16:22:33 +0400
commite12e340b3eacbc44c977365b6a93712dd1ca3cab (patch)
tree6ff247add0b4eb3116bdd598b41085760d2d486a /macdoc.csproj
parent256bc7aa3a4fd02b3b5a1ae861bc99d0d3d3898d (diff)
[macdoc] Create an automated build system
Diffstat (limited to 'macdoc.csproj')
-rw-r--r--macdoc.csproj8
1 files changed, 6 insertions, 2 deletions
diff --git a/macdoc.csproj b/macdoc.csproj
index 89d8a7a..22d9d0d 100644
--- a/macdoc.csproj
+++ b/macdoc.csproj
@@ -35,8 +35,12 @@
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Drawing" />
- <Reference Include="MonoMac" />
- <Reference Include="monodoc, Version=1.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
+ <Reference Include="MonoMac">
+ <HintPath>..\..\src\MonoMac.dll</HintPath>
+ </Reference>
+ <Reference Include="monodoc">
+ <HintPath>lib\monodoc.dll</HintPath>
+ </Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="MyDocument.cs">