From 9ee2abf3f34b3e6c0d35df6cdde0c4d4e1a5d246 Mon Sep 17 00:00:00 2001 From: 王 垚 <1402714037@qq.com> Date: 星期五, 31 十二月 2021 20:16:08 +0800 Subject: [PATCH] 问题处理 --- WebSRM/WebSRM.csproj | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/WebSRM/WebSRM.csproj b/WebSRM/WebSRM.csproj index 93b6208..b82ccc8 100644 --- a/WebSRM/WebSRM.csproj +++ b/WebSRM/WebSRM.csproj @@ -102,6 +102,10 @@ <HintPath>..\packages\Microsoft.AspNet.Membership.OpenAuth.2.0.1\lib\net45\Microsoft.AspNet.Membership.OpenAuth.dll</HintPath> </Reference> <Reference Include="Microsoft.CSharp" /> + <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> + <SpecificVersion>False</SpecificVersion> + <HintPath>..\..\..\..\鍔炲叕\K3Cloud\WebSite\bin\Newtonsoft.Json.dll</HintPath> + </Reference> <Reference Include="System" /> <Reference Include="System.Data" /> <Reference Include="System.ComponentModel.DataAnnotations" /> @@ -954,6 +958,7 @@ <ItemGroup> <Compile Include="App_Data\Class1.cs" /> <Compile Include="App_Data\JScript.cs" /> + <Compile Include="App_Data\LogService.cs" /> <Compile Include="App_Data\MssqlReportData.cs" /> <Compile Include="App_Data\ReportData.cs" /> <Compile Include="App_Data\StringUtil.cs" /> -- Gitblit v1.9.1