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

github.com/mono/api-doc-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <masafa@microsoft.com>2016-08-05 13:43:19 +0300
committerDuncan Mak <duncanm@microsoft.com>2016-10-08 03:31:24 +0300
commit8c7f5909e8dd898121ac3adf334081afefa03033 (patch)
tree2348c1d3cdbb405f347a6be4982ffc16891c6a33
parente3220b64c7ffe42d32edf3119a7ffa8816fbd55a (diff)
[mdoc] Update project file
-rw-r--r--mdoc/mdoc.csproj6
1 files changed, 4 insertions, 2 deletions
diff --git a/mdoc/mdoc.csproj b/mdoc/mdoc.csproj
index 7032bddc..ee453b30 100644
--- a/mdoc/mdoc.csproj
+++ b/mdoc/mdoc.csproj
@@ -37,9 +37,11 @@
<Reference Include="System.Xml.Linq" />
<Reference Include="ICSharpCode.SharpZipLib" />
<Reference Include="System.Xml" />
- <Reference Include="Mono.Cecil, Version=0.9.5.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
<Reference Include="monodoc">
- <HintPath>..\..\class\lib\net_4_5\monodoc.dll</HintPath>
+ <HintPath>..\..\class\lib\net_4_x\monodoc.dll</HintPath>
+ </Reference>
+ <Reference Include="Mono.Cecil">
+ <HintPath>..\..\class\lib\net_4_x\Mono.Cecil.dll</HintPath>
</Reference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />