Skip to content

Commit 8ea4e6c

Browse files
committed
Added Newtonsoft
1 parent 5fb3af2 commit 8ea4e6c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

TEAM/TEAM.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<SupportUrl>http://www.roelantvos.com</SupportUrl>
3131
<ProductName>TEAM</ProductName>
3232
<PublisherName>Roelant Vos</PublisherName>
33-
<ApplicationRevision>1</ApplicationRevision>
33+
<ApplicationRevision>2</ApplicationRevision>
3434
<ApplicationVersion>1.4.0.%2a</ApplicationVersion>
3535
<UseApplicationTrust>false</UseApplicationTrust>
3636
<CreateDesktopShortcut>true</CreateDesktopShortcut>
@@ -102,6 +102,9 @@
102102
<SpecificVersion>False</SpecificVersion>
103103
<HintPath>C:\Program Files (x86)\Microsoft SQL Server\130\SDK\Assemblies\Microsoft.SqlServer.Smo.dll</HintPath>
104104
</Reference>
105+
<Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
106+
<HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
107+
</Reference>
105108
<Reference Include="System" />
106109
<Reference Include="System.ComponentModel.DataAnnotations" />
107110
<Reference Include="System.Core" />
@@ -236,6 +239,7 @@
236239
<DesignTime>True</DesignTime>
237240
<DependentUpon>Resources.resx</DependentUpon>
238241
</Compile>
242+
<None Include="packages.config" />
239243
<None Include="Properties\app.manifest" />
240244
</ItemGroup>
241245
<ItemGroup>

TEAM/packages.config

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<packages>
3+
<package id="Newtonsoft.Json" version="11.0.2" targetFramework="net45" />
4+
</packages>

0 commit comments

Comments
 (0)