Skip to content

Commit

Permalink
- dll added with correct path
Browse files Browse the repository at this point in the history
  • Loading branch information
Nigrimmist committed Sep 25, 2014
1 parent f7db841 commit 7d341a9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
Binary file not shown.
Binary file added CustomModules/Nigrimmist.Modules/NCalc.dll
Binary file not shown.
14 changes: 10 additions & 4 deletions CustomModules/Nigrimmist.Modules/Nigrimmist.Modules.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,13 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="HtmlAgilityPack">
<HintPath>E:\My Dream\Diary Search\DiarySearchWithSVN\DiarySearch\bin\Debug\HtmlAgilityPack.dll</HintPath>
<Reference Include="HtmlAgilityPack, Version=1.4.0.0, Culture=neutral, PublicKeyToken=bd319b19eaf3b43a, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>.\HtmlAgilityPack.dll</HintPath>
</Reference>
<Reference Include="NCalc">
<HintPath>..\ConsoleApplication1\NCalc.dll</HintPath>
<Reference Include="NCalc, Version=1.3.8.0, Culture=neutral, PublicKeyToken=973cde3f1cafed03, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>.\NCalc.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down Expand Up @@ -66,6 +68,10 @@
<Name>BotCommunication</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Content Include="HtmlAgilityPack.dll" />
<Content Include="NCalc.dll" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down

0 comments on commit 7d341a9

Please sign in to comment.