diff options
| author | Alex-TIMEHACK <[email protected]> | 2017-03-28 20:02:41 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-03-28 20:02:41 +0100 |
| commit | 36f06ca57b06a2b049eeb8260290b0aade62a154 (patch) | |
| tree | d0cdbdd6a516a671c0a3ea3661e89495bdf30241 /TimeHACK.Main/TimeHACK.Main.csproj | |
| parent | fd1b6907708cb9464b971573cd007dcbb3f47092 (diff) | |
| parent | cc8bd453b64096f3c0da1b2335701e0ef61191b5 (diff) | |
| download | histacom2-36f06ca57b06a2b049eeb8260290b0aade62a154.tar.gz histacom2-36f06ca57b06a2b049eeb8260290b0aade62a154.tar.bz2 histacom2-36f06ca57b06a2b049eeb8260290b0aade62a154.zip | |
Merge pull request #14 from lempamo/master
web chat is getting started
Diffstat (limited to 'TimeHACK.Main/TimeHACK.Main.csproj')
| -rw-r--r-- | TimeHACK.Main/TimeHACK.Main.csproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/TimeHACK.Main/TimeHACK.Main.csproj b/TimeHACK.Main/TimeHACK.Main.csproj index cf2c661..305d8dd 100644 --- a/TimeHACK.Main/TimeHACK.Main.csproj +++ b/TimeHACK.Main/TimeHACK.Main.csproj @@ -102,6 +102,10 @@ </AssemblyOriginatorKeyFile> </PropertyGroup> <ItemGroup> + <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> + <SpecificVersion>False</SpecificVersion> + <HintPath>bin\Release\Newtonsoft.Json.dll</HintPath> + </Reference> <Reference Include="System" /> <Reference Include="System.Core" /> <Reference Include="System.Xml.Linq" /> |
