Skip to content

Commit

Permalink
- use nuget version of fastJson
Browse files Browse the repository at this point in the history
  • Loading branch information
theburningmonk committed Jan 26, 2014
1 parent 9705bef commit 6e0a16e
Show file tree
Hide file tree
Showing 20 changed files with 8 additions and 3,413 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@
<StartupObject />
</PropertyGroup>
<ItemGroup>
<Reference Include="fastjson, Version=2.0.0.0, Culture=neutral, PublicKeyToken=6b75a806b86095cd, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\packages\fastJSON.2.0.27.1\lib\net40\fastjson.dll</HintPath>
</Reference>
<Reference Include="Jayrock.Json">
<HintPath>..\..\packages\jayrock-json.0.9.16530\lib\net40\Jayrock.Json.dll</HintPath>
</Reference>
Expand Down Expand Up @@ -80,13 +84,11 @@
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
<None Include="packages.config" />
<None Include="packages.config">
<SubType>Designer</SubType>
</None>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\lib\fastJSON v1.9.6\fastJSON\fastJSON.csproj">
<Project>{207e91b1-c9f8-4913-88e1-3549ef5f3273}</Project>
<Name>fastJSON</Name>
</ProjectReference>
<ProjectReference Include="..\..\src\SimpleSpeedTester\SimpleSpeedTester.csproj">
<Project>{87b76a3e-3932-47f1-924d-c80a1ae92787}</Project>
<Name>SimpleSpeedTester</Name>
Expand Down
1 change: 1 addition & 0 deletions examples/JsonSerializersBenchmark/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="fastJSON" version="2.0.27.1" targetFramework="net45" />
<package id="jayrock-json" version="0.9.16530" targetFramework="net45" />
<package id="JsonFx" version="2.0.1209.2802" targetFramework="net45" />
<package id="mongocsharpdriver" version="1.8.3" targetFramework="net45" />
Expand Down
31 changes: 0 additions & 31 deletions lib/fastJSON v1.9.6/Consoletest/AssemblyInfo.cs

This file was deleted.

Loading

0 comments on commit 6e0a16e

Please sign in to comment.