Use VAR.Json external reference

This commit is contained in:
2017-01-02 10:59:27 +01:00
parent 87220e3ea2
commit 43c774393b
5 changed files with 7 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
using System.Web;
using VAR.Focus.BusinessLogic.JSON;
using VAR.Json;
namespace VAR.Focus.Web.Code
{

View File

@@ -3,7 +3,7 @@ using System.Collections.Generic;
using System.Text;
using System.Web.UI;
using System.Web.UI.WebControls;
using VAR.Focus.BusinessLogic.JSON;
using VAR.Json;
namespace VAR.Focus.Web.Controls
{

View File

@@ -3,7 +3,7 @@ using System.Collections.Generic;
using System.Text;
using System.Web.UI;
using System.Web.UI.WebControls;
using VAR.Focus.BusinessLogic.JSON;
using VAR.Json;
namespace VAR.Focus.Web.Controls
{

View File

@@ -1,5 +1,5 @@
using System.Web;
using VAR.Focus.BusinessLogic.JSON;
using VAR.Json;
namespace VAR.Focus.Web.Pages
{

View File

@@ -44,6 +44,9 @@
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Web" />
<Reference Include="VAR.Json">
<HintPath>..\..\VAR.Json\VAR.Json\bin\Debug\VAR.Json.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Content Include="priv\keep.txt" />