This commit is contained in:
jackchenyang 2024-05-14 16:19:54 +08:00
parent 5037418951
commit d1e7be75f7
8 changed files with 506 additions and 261 deletions

View File

@ -10,7 +10,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>BLL</RootNamespace>
<AssemblyName>BLL</AssemblyName>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<SccProjectName>
</SccProjectName>

View File

@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-13.0.0.0" newVersion="13.0.0.0" />
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-13.0.0.0" newVersion="13.0.0.0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" /></startup></configuration>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/></startup></configuration>

View File

@ -13,13 +13,13 @@ namespace Resources {
/// <summary>
/// 强类型资源类,用于查找本地化字符串等。
/// 一个强类型资源类,用于查找本地化字符串等。
/// </summary>
// 此类是由 StronglyTypedResourceBuilder
// 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。
// 若要添加或除成员,请编辑 .ResX 文件,然后重新运行 ResGen
// 若要添加或除成员,请编辑 .ResX 文件,然后重新运行 ResGen
// (以 /str 作为命令选项),或重新生成 Visual Studio 项目。
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Web.Application.StronglyTypedResourceProxyBuilder", "15.0.0.0")]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Web.Application.StronglyTypedResourceProxyBuilder", "17.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Lan {
@ -33,7 +33,7 @@ namespace Resources {
}
/// <summary>
/// 返回此类使用的缓存 ResourceManager 实例。
/// 返回此类使用的缓存 ResourceManager 实例。
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
@ -47,8 +47,8 @@ namespace Resources {
}
/// <summary>
/// 覆盖当前线程的 CurrentUICulture 属性
/// 使用此强类型资源类的资源查找。
/// 重写当前线程的 CurrentUICulture 属性,对
/// 使用此强类型资源类的所有资源查找执行重写
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
@ -61,7 +61,7 @@ namespace Resources {
}
/// <summary>
/// 查找类似 账号 的本地化字符串。
/// 查找类似 账号 的本地化字符串。
/// </summary>
internal static string Account {
get {
@ -70,7 +70,7 @@ namespace Resources {
}
/// <summary>
/// 查找类似 新增 的本地化字符串。
/// 查找类似 新增 的本地化字符串。
/// </summary>
internal static string Add {
get {
@ -79,7 +79,7 @@ namespace Resources {
}
/// <summary>
/// 查找类似 全部 的本地化字符串。
/// 查找类似 全部 的本地化字符串。
/// </summary>
internal static string All {
get {
@ -88,7 +88,7 @@ namespace Resources {
}
/// <summary>
/// 查找类似 所有行 的本地化字符串。
/// 查找类似 所有行 的本地化字符串。
/// </summary>
internal static string AllLines {
get {
@ -97,7 +97,7 @@ namespace Resources {
}
/// <summary>
/// 查找类似 全选 的本地化字符串。
/// 查找类似 全选 的本地化字符串。
/// </summary>
internal static string AllSelected {
get {
@ -106,7 +106,7 @@ namespace Resources {
}
/// <summary>
/// 查找类似 中文 的本地化字符串。
/// 查找类似 中文 的本地化字符串。
/// </summary>
internal static string Chinese {
get {
@ -115,7 +115,7 @@ namespace Resources {
}
/// <summary>
/// 查找类似 关闭 的本地化字符串。
/// 查找类似 关闭 的本地化字符串。
/// </summary>
internal static string Close {
get {
@ -124,7 +124,7 @@ namespace Resources {
}
/// <summary>
/// 查找类似 已关闭 的本地化字符串。
/// 查找类似 已关闭 的本地化字符串。
/// </summary>
internal static string Closed {
get {
@ -133,7 +133,7 @@ namespace Resources {
}
/// <summary>
/// 查找类似 删除 的本地化字符串。
/// 查找类似 删除 的本地化字符串。
/// </summary>
internal static string Delete {
get {
@ -142,7 +142,7 @@ namespace Resources {
}
/// <summary>
/// 查找类似 删除数据 的本地化字符串。
/// 查找类似 删除数据 的本地化字符串。
/// </summary>
internal static string DeleteData {
get {
@ -151,7 +151,7 @@ namespace Resources {
}
/// <summary>
/// 查找类似 删除成功! 的本地化字符串。
/// 查找类似 删除成功! 的本地化字符串。
/// </summary>
internal static string DeletedSuccessfully {
get {
@ -160,7 +160,7 @@ namespace Resources {
}
/// <summary>
/// 查找类似 删除选中行? 的本地化字符串。
/// 查找类似 删除选中行? 的本地化字符串。
/// </summary>
internal static string DeleteReminder {
get {
@ -169,7 +169,7 @@ namespace Resources {
}
/// <summary>
/// 查找类似 删除行 的本地化字符串。
/// 查找类似 删除行 的本地化字符串。
/// </summary>
internal static string DeleteRows {
get {
@ -178,7 +178,7 @@ namespace Resources {
}
/// <summary>
/// 查找类似 编辑 的本地化字符串。
/// 查找类似 编辑 的本地化字符串。
/// </summary>
internal static string Edit {
get {
@ -187,7 +187,7 @@ namespace Resources {
}
/// <summary>
/// 查找类似 英文 的本地化字符串。
/// 查找类似 英文 的本地化字符串。
/// </summary>
internal static string English {
get {
@ -196,7 +196,7 @@ namespace Resources {
}
/// <summary>
/// 查找类似 导出 的本地化字符串。
/// 查找类似 导出 的本地化字符串。
/// </summary>
internal static string Export {
get {
@ -205,7 +205,7 @@ namespace Resources {
}
/// <summary>
/// 查找类似 首页 的本地化字符串。
/// 查找类似 首页 的本地化字符串。
/// </summary>
internal static string HomePage {
get {
@ -214,7 +214,7 @@ namespace Resources {
}
/// <summary>
/// 查找类似 查询 的本地化字符串。
/// 查找类似 查询 的本地化字符串。
/// </summary>
internal static string Inquiry {
get {
@ -223,7 +223,7 @@ namespace Resources {
}
/// <summary>
/// 查找类似 行 的本地化字符串。
/// 查找类似 行 的本地化字符串。
/// </summary>
internal static string Line {
get {
@ -232,7 +232,7 @@ namespace Resources {
}
/// <summary>
/// 查找类似 正在加载··· 的本地化字符串。
/// 查找类似 正在加载··· 的本地化字符串。
/// </summary>
internal static string Loading {
get {
@ -241,7 +241,7 @@ namespace Resources {
}
/// <summary>
/// 查找类似 加载动画 的本地化字符串。
/// 查找类似 加载动画 的本地化字符串。
/// </summary>
internal static string LoadingAnimation {
get {
@ -250,7 +250,7 @@ namespace Resources {
}
/// <summary>
/// 查找类似 否 的本地化字符串。
/// 查找类似 否 的本地化字符串。
/// </summary>
internal static string No {
get {
@ -259,7 +259,7 @@ namespace Resources {
}
/// <summary>
/// 查找类似 请选择 的本地化字符串。
/// 查找类似 请选择 的本地化字符串。
/// </summary>
internal static string PleaseSelect {
get {
@ -268,7 +268,7 @@ namespace Resources {
}
/// <summary>
/// 查找类似 保存 的本地化字符串。
/// 查找类似 保存 的本地化字符串。
/// </summary>
internal static string Save {
get {
@ -277,7 +277,7 @@ namespace Resources {
}
/// <summary>
/// 查找类似 保存成功! 的本地化字符串。
/// 查找类似 保存成功! 的本地化字符串。
/// </summary>
internal static string SaveSuccessfully {
get {
@ -286,7 +286,7 @@ namespace Resources {
}
/// <summary>
/// 查找类似 选择 的本地化字符串。
/// 查找类似 选择 的本地化字符串。
/// </summary>
internal static string Select {
get {
@ -295,7 +295,7 @@ namespace Resources {
}
/// <summary>
/// 查找类似 选择语言 的本地化字符串。
/// 查找类似 选择语言 的本地化字符串。
/// </summary>
internal static string SelectLanguage {
get {
@ -304,7 +304,7 @@ namespace Resources {
}
/// <summary>
/// 查找类似 是 的本地化字符串。
/// 查找类似 是 的本地化字符串。
/// </summary>
internal static string Yes {
get {

View File

@ -1180,3 +1180,245 @@ IP地址:::1
出错时间:05/14/2024 15:51:38
登录之前获取账号密码为account=glypassword=huwei@123
走域账号登录
auth.CheckPassword 验证密码
lock锁这里
ldap验证
捕获异常信息:LDAP 服务器不可用。
域账号登录失败:LDAP 服务器不可用。
不走域账号登录
q.Count=1
登录成功
错误信息开始=====>
错误类型:HttpParseException
错误信息:类型“FineUIPro.TabStrip”不具有名为“InkBarPosition”的公共属性。
错误堆栈:
在 System.Web.UI.TemplateParser.ProcessException(Exception ex)
在 System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding fileEncoding)
在 System.Web.UI.TemplateParser.ParseString(String text, VirtualPath virtualPath, Encoding fileEncoding)
----错误类型:HttpException
----错误信息:
----类型“FineUIPro.TabStrip”不具有名为“InkBarPosition”的公共属性。
----错误堆栈:
在 System.Web.UI.ControlBuilder.AddProperty(String filter, String name, String value, Boolean mainDirectiveMode)
在 System.Web.UI.ControlBuilder.PreprocessAttributes(ParsedAttributeCollection attribs)
在 System.Web.UI.ControlBuilder.Init(TemplateParser parser, ControlBuilder parentBuilder, Type type, String tagName, String id, IDictionary attribs)
在 System.Web.UI.ControlBuilder.CreateBuilderFromType(TemplateParser parser, ControlBuilder parentBuilder, Type type, String tagName, String id, IDictionary attribs, Int32 line, String sourceFileName)
在 System.Web.UI.ControlBuilder.CreateChildBuilder(String filter, String tagName, IDictionary attribs, TemplateParser parser, ControlBuilder parentBuilder, String id, Int32 line, VirtualPath virtualPath, Type& childType, Boolean defaultProperty)
在 System.Web.UI.TemplateParser.ProcessBeginTag(Match match, String inputText)
在 System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding fileEncoding)
出错时间:05/14/2024 15:59:00
出错文件:http://localhost:9099/index.aspx
IP地址:::1
出错时间:05/14/2024 15:59:00
错误信息开始=====>
错误类型:HttpParseException
错误信息:类型“FineUIPro.TabStrip”不具有名为“InkBarPosition”的公共属性。
错误堆栈:
在 System.Web.UI.TemplateParser.ProcessException(Exception ex)
在 System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding fileEncoding)
在 System.Web.UI.TemplateParser.ParseString(String text, VirtualPath virtualPath, Encoding fileEncoding)
----错误类型:HttpException
----错误信息:
----类型“FineUIPro.TabStrip”不具有名为“InkBarPosition”的公共属性。
----错误堆栈:
在 System.Web.UI.ControlBuilder.AddProperty(String filter, String name, String value, Boolean mainDirectiveMode)
在 System.Web.UI.ControlBuilder.PreprocessAttributes(ParsedAttributeCollection attribs)
在 System.Web.UI.ControlBuilder.Init(TemplateParser parser, ControlBuilder parentBuilder, Type type, String tagName, String id, IDictionary attribs)
在 System.Web.UI.ControlBuilder.CreateBuilderFromType(TemplateParser parser, ControlBuilder parentBuilder, Type type, String tagName, String id, IDictionary attribs, Int32 line, String sourceFileName)
在 System.Web.UI.ControlBuilder.CreateChildBuilder(String filter, String tagName, IDictionary attribs, TemplateParser parser, ControlBuilder parentBuilder, String id, Int32 line, VirtualPath virtualPath, Type& childType, Boolean defaultProperty)
在 System.Web.UI.TemplateParser.ProcessBeginTag(Match match, String inputText)
在 System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding fileEncoding)
出错时间:05/14/2024 15:59:38
出错文件:http://localhost:9099/index.aspx
IP地址:::1
出错时间:05/14/2024 15:59:38
登录之前获取账号密码为account=glypassword=huwei@123
走域账号登录
auth.CheckPassword 验证密码
lock锁这里
ldap验证
捕获异常信息:LDAP 服务器不可用。
域账号登录失败:LDAP 服务器不可用。
不走域账号登录
q.Count=1
登录成功
错误信息开始=====>
错误类型:FileLoadException
错误信息:未能加载文件或程序集“FineUIPro, Version=5.3.0.1, Culture=neutral, PublicKeyToken=9cbe753c029f291a”或它的某一个依赖项。找到的程序集清单定义与程序集引用不匹配。 (异常来自 HRESULT:0x80131040)
错误堆栈:
在 FineUIPro.Web.common.main.Page_Load(Object sender, EventArgs e)
在 System.Web.UI.Control.OnLoad(EventArgs e)
在 System.Web.UI.Control.LoadRecursive()
在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
出错时间:05/14/2024 16:00:39
出错文件:http://localhost:9099/common/main.aspx
IP地址:::1
操作人员:管理员
出错时间:05/14/2024 16:00:39
登录之前获取账号密码为account=glypassword=huwei@123
走域账号登录
auth.CheckPassword 验证密码
lock锁这里
ldap验证
捕获异常信息:LDAP 服务器不可用。
域账号登录失败:LDAP 服务器不可用。
不走域账号登录
q.Count=1
登录成功
错误信息开始=====>
错误类型:FileLoadException
错误信息:未能加载文件或程序集“FineUIPro, Version=5.3.0.1, Culture=neutral, PublicKeyToken=9cbe753c029f291a”或它的某一个依赖项。找到的程序集清单定义与程序集引用不匹配。 (异常来自 HRESULT:0x80131040)
错误堆栈:
在 FineUIPro.Web.common.main.Page_Load(Object sender, EventArgs e)
在 System.Web.UI.Control.OnLoad(EventArgs e)
在 System.Web.UI.Control.LoadRecursive()
在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
出错时间:05/14/2024 16:00:43
出错文件:http://localhost:9099/common/main.aspx
IP地址:::1
操作人员:管理员
出错时间:05/14/2024 16:00:43
登录之前获取账号密码为account=glypassword=huwei@123
走域账号登录
auth.CheckPassword 验证密码
lock锁这里
ldap验证
捕获异常信息:LDAP 服务器不可用。
域账号登录失败:LDAP 服务器不可用。
不走域账号登录
q.Count=1
登录成功
错误信息开始=====>
错误类型:FileLoadException
错误信息:未能加载文件或程序集“FineUIPro, Version=5.3.0.1, Culture=neutral, PublicKeyToken=9cbe753c029f291a”或它的某一个依赖项。找到的程序集清单定义与程序集引用不匹配。 (异常来自 HRESULT:0x80131040)
错误堆栈:
在 FineUIPro.Web.common.main.Page_Load(Object sender, EventArgs e)
在 System.Web.UI.Control.OnLoad(EventArgs e)
在 System.Web.UI.Control.LoadRecursive()
在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
出错时间:05/14/2024 16:01:34
出错文件:http://localhost:9099/common/main.aspx
IP地址:::1
操作人员:管理员
出错时间:05/14/2024 16:01:34
登录之前获取账号密码为account=glypassword=huwei@123
走域账号登录
auth.CheckPassword 验证密码
lock锁这里
ldap验证
捕获异常信息:LDAP 服务器不可用。
域账号登录失败:LDAP 服务器不可用。
不走域账号登录
q.Count=1
登录成功
错误信息开始=====>
错误类型:FileLoadException
错误信息:未能加载文件或程序集“FineUIPro, Version=5.3.0.1, Culture=neutral, PublicKeyToken=9cbe753c029f291a”或它的某一个依赖项。找到的程序集清单定义与程序集引用不匹配。 (异常来自 HRESULT:0x80131040)
错误堆栈:
在 FineUIPro.Web.common.main.Page_Load(Object sender, EventArgs e)
在 System.Web.UI.Control.OnLoad(EventArgs e)
在 System.Web.UI.Control.LoadRecursive()
在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
出错时间:05/14/2024 16:02:06
出错文件:http://localhost:9099/common/main.aspx
IP地址:::1
操作人员:管理员
出错时间:05/14/2024 16:02:06
登录之前获取账号密码为account=glypassword=huwei@123
走域账号登录
auth.CheckPassword 验证密码
lock锁这里
ldap验证
捕获异常信息:LDAP 服务器不可用。
域账号登录失败:LDAP 服务器不可用。
不走域账号登录
q.Count=1
登录成功
错误信息开始=====>
错误类型:FileLoadException
错误信息:未能加载文件或程序集“FineUIPro, Version=5.3.0.1, Culture=neutral, PublicKeyToken=9cbe753c029f291a”或它的某一个依赖项。找到的程序集清单定义与程序集引用不匹配。 (异常来自 HRESULT:0x80131040)
错误堆栈:
在 FineUIPro.Web.common.main.Page_Load(Object sender, EventArgs e)
在 System.Web.UI.Control.OnLoad(EventArgs e)
在 System.Web.UI.Control.LoadRecursive()
在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
出错时间:05/14/2024 16:05:08
出错文件:http://localhost:9099/common/main.aspx
IP地址:::1
操作人员:管理员
出错时间:05/14/2024 16:05:08
登录之前获取账号密码为account=glypassword=huwei@123
走域账号登录
auth.CheckPassword 验证密码
lock锁这里
ldap验证
捕获异常信息:LDAP 服务器不可用。
域账号登录失败:LDAP 服务器不可用。
不走域账号登录
q.Count=1
登录成功
错误信息开始=====>
错误类型:FileLoadException
错误信息:未能加载文件或程序集“FineUIPro, Version=5.3.0.1, Culture=neutral, PublicKeyToken=9cbe753c029f291a”或它的某一个依赖项。找到的程序集清单定义与程序集引用不匹配。 (异常来自 HRESULT:0x80131040)
错误堆栈:
在 FineUIPro.Web.common.main.Page_Load(Object sender, EventArgs e)
在 System.Web.UI.Control.OnLoad(EventArgs e)
在 System.Web.UI.Control.LoadRecursive()
在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
出错时间:05/14/2024 16:05:39
出错文件:http://localhost:9099/common/main.aspx
IP地址:::1
操作人员:管理员
出错时间:05/14/2024 16:05:39
登录之前获取账号密码为account=glypassword=huwei@123
走域账号登录
auth.CheckPassword 验证密码
lock锁这里
ldap验证
捕获异常信息:LDAP 服务器不可用。
域账号登录失败:LDAP 服务器不可用。
不走域账号登录
q.Count=1
登录成功
错误信息开始=====>
错误类型:FileLoadException
错误信息:未能加载文件或程序集“FineUIPro, Version=5.3.0.1, Culture=neutral, PublicKeyToken=9cbe753c029f291a”或它的某一个依赖项。找到的程序集清单定义与程序集引用不匹配。 (异常来自 HRESULT:0x80131040)
错误堆栈:
在 FineUIPro.Web.common.main.Page_Load(Object sender, EventArgs e)
在 System.Web.UI.Control.OnLoad(EventArgs e)
在 System.Web.UI.Control.LoadRecursive()
在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
出错时间:05/14/2024 16:08:08
出错文件:http://localhost:9099/common/main.aspx
IP地址:::1
操作人员:管理员
出错时间:05/14/2024 16:08:08

View File

@ -12,7 +12,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>FineUIPro.Web</RootNamespace>
<AssemblyName>FineUIPro.Web</AssemblyName>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<UseIISExpress>true</UseIISExpress>
<SccProjectName>
</SccProjectName>
@ -55,8 +55,9 @@
<Reference Include="BouncyCastle.Crypto, Version=1.8.9.0, Culture=neutral, PublicKeyToken=0e99375e54769942, processorArchitecture=MSIL">
<HintPath>..\packages\Portable.BouncyCastle.1.8.9\lib\net40\BouncyCastle.Crypto.dll</HintPath>
</Reference>
<Reference Include="FineUIPro">
<HintPath>..\FineUIPro\FineUIPro.dll</HintPath>
<Reference Include="FineUIPro, Version=7.1.0.0, Culture=neutral, PublicKeyToken=9cbe753c029f291a, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>bin\FineUIPro.dll</HintPath>
</Reference>
<Reference Include="ICSharpCode.SharpZipLib, Version=1.3.2.10, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
<HintPath>..\packages\SharpZipLib.1.3.2\lib\net45\ICSharpCode.SharpZipLib.dll</HintPath>

File diff suppressed because it is too large Load Diff

View File

@ -10,7 +10,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Model</RootNamespace>
<AssemblyName>Model</AssemblyName>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<SccProjectName>
</SccProjectName>

View File

@ -14,7 +14,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>WebApi</RootNamespace>
<AssemblyName>WebApi</AssemblyName>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<MvcBuildViews>false</MvcBuildViews>
<UseIISExpress>true</UseIISExpress>
<Use64BitIISExpress />
@ -25,6 +25,7 @@
<UseGlobalApplicationHostFile />
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@ -48,13 +49,13 @@
<Reference Include="Microsoft.CSharp" />
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Drawing" />
<Reference Include="System.Web.DynamicData" />
<Reference Include="System.Web.Entity" />
<Reference Include="System.Web.ApplicationServices" />
<Reference Include="System.ComponentModel.DataAnnotations" />
<Reference Include="System.Core" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Web.Extensions" />
<Reference Include="System.Web" />
<Reference Include="System.Web.Abstractions" />
<Reference Include="System.Web.Routing" />
@ -108,6 +109,7 @@
<Private>True</Private>
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.4\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
</Reference>
<Reference Include="System.Xml.Linq" />
<Reference Include="WebGrease">
<Private>True</Private>
<HintPath>..\packages\WebGrease.1.6.0\lib\WebGrease.dll</HintPath>