Updated ClojureCLR dependency.

This commit is contained in:
Aaron Craelius 2014-08-05 13:01:01 -04:00
parent f86b74beff
commit e2a51a555b

View file

@ -34,16 +34,13 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Clojure">
<HintPath>..\..\..\..\packages\Clojure.1.5.0-ARC1\lib\net40\Clojure.dll</HintPath>
<HintPath>..\..\..\..\packages\Clojure.1.5.0.2\lib\net40\Clojure.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Dynamic">
<HintPath>..\..\..\..\packages\Clojure.1.5.0-ARC1\lib\net40\Microsoft.Dynamic.dll</HintPath>
<HintPath>..\..\..\..\packages\Clojure.1.5.0.2\lib\net40\Microsoft.Dynamic.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Scripting">
<HintPath>..\..\..\..\packages\Clojure.1.5.0-ARC1\lib\net40\Microsoft.Scripting.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Scripting.Metadata">
<HintPath>..\..\..\..\packages\Clojure.1.5.0-ARC1\lib\net40\Microsoft.Scripting.Metadata.dll</HintPath>
<HintPath>..\..\..\..\packages\Clojure.1.5.0.2\lib\net40\Microsoft.Scripting.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
@ -61,6 +58,9 @@
<ItemGroup>
<EmbeddedResource Include="core.clj" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.