This commit is contained in:
appelemac 2016-05-29 20:12:02 +02:00
parent 544022c8e5
commit 338cb6d24b
2 changed files with 8 additions and 1 deletions

View File

@ -89,6 +89,10 @@
<HintPath>..\packages\Manatee.Trello.WebApi.1.0.1\lib\net45\Manatee.Trello.WebApi.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="MathParser, Version=1.0.10.1, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\MathosParser.1.0.10.1\lib\MathParser.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.8.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
@ -486,4 +490,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>

View File

@ -60,6 +60,9 @@
<Name>NadekoBot</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
</ItemGroup>
<Choose>
<When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'">
<ItemGroup>