Use VAR.Json external reference
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
using System.Web;
|
||||
using VAR.Focus.BusinessLogic.JSON;
|
||||
using VAR.Json;
|
||||
|
||||
namespace VAR.Focus.Web.Code
|
||||
{
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
using System.Web;
|
||||
using VAR.Focus.BusinessLogic.JSON;
|
||||
using VAR.Json;
|
||||
|
||||
namespace VAR.Focus.Web.Pages
|
||||
{
|
||||
|
||||
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user