2024.05.08:更新版本到4.8
This commit is contained in:
parent
605b11502c
commit
8b6bda49e8
|
@ -10,7 +10,7 @@
|
||||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||||
<RootNamespace>BLL</RootNamespace>
|
<RootNamespace>BLL</RootNamespace>
|
||||||
<AssemblyName>BLL</AssemblyName>
|
<AssemblyName>BLL</AssemblyName>
|
||||||
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
||||||
<FileAlignment>512</FileAlignment>
|
<FileAlignment>512</FileAlignment>
|
||||||
<SccProjectName>
|
<SccProjectName>
|
||||||
</SccProjectName>
|
</SccProjectName>
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<configuration>
|
<configuration>
|
||||||
<runtime>
|
<runtime>
|
||||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||||
<dependentAssembly>
|
<dependentAssembly>
|
||||||
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
|
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral"/>
|
||||||
<bindingRedirect oldVersion="0.0.0.0-13.0.0.0" newVersion="13.0.0.0" />
|
<bindingRedirect oldVersion="0.0.0.0-13.0.0.0" newVersion="13.0.0.0"/>
|
||||||
</dependentAssembly>
|
</dependentAssembly>
|
||||||
</assemblyBinding>
|
</assemblyBinding>
|
||||||
</runtime>
|
</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>
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
// <autogenerated />
|
||||||
|
using System;
|
||||||
|
using System.Reflection;
|
||||||
|
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.6.1", FrameworkDisplayName = ".NET Framework 4.6.1")]
|
|
@ -0,0 +1,4 @@
|
||||||
|
// <autogenerated />
|
||||||
|
using System;
|
||||||
|
using System.Reflection;
|
||||||
|
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.8", FrameworkDisplayName = ".NET Framework 4.8")]
|
Binary file not shown.
|
@ -13,13 +13,13 @@ namespace Resources {
|
||||||
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 强类型资源类,用于查找本地化字符串等。
|
/// 一个强类型的资源类,用于查找本地化的字符串等。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
// 此类是由 StronglyTypedResourceBuilder
|
// 此类是由 StronglyTypedResourceBuilder
|
||||||
// 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。
|
// 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。
|
||||||
// 若要添加或删除成员,请编辑 .ResX 文件,然后重新运行 ResGen
|
// 若要添加或移除成员,请编辑 .ResX 文件,然后重新运行 ResGen
|
||||||
// (以 /str 作为命令选项),或重新生成 Visual Studio 项目。
|
// (以 /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.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||||
internal class Lan {
|
internal class Lan {
|
||||||
|
@ -33,7 +33,7 @@ namespace Resources {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 返回此类使用的缓存 ResourceManager 实例。
|
/// 返回此类使用的缓存的 ResourceManager 实例。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||||
internal static global::System.Resources.ResourceManager ResourceManager {
|
internal static global::System.Resources.ResourceManager ResourceManager {
|
||||||
|
@ -47,8 +47,8 @@ namespace Resources {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 覆盖当前线程的 CurrentUICulture 属性
|
/// 重写当前线程的 CurrentUICulture 属性,对
|
||||||
/// 使用此强类型的资源类的资源查找。
|
/// 使用此强类型资源类的所有资源查找执行重写。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||||
internal static global::System.Globalization.CultureInfo Culture {
|
internal static global::System.Globalization.CultureInfo Culture {
|
||||||
|
@ -61,7 +61,7 @@ namespace Resources {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 查找类似 账号 的本地化字符串。
|
/// 查找类似 账号 的本地化字符串。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string Account {
|
internal static string Account {
|
||||||
get {
|
get {
|
||||||
|
@ -70,7 +70,7 @@ namespace Resources {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 查找类似 新增 的本地化字符串。
|
/// 查找类似 新增 的本地化字符串。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string Add {
|
internal static string Add {
|
||||||
get {
|
get {
|
||||||
|
@ -79,7 +79,7 @@ namespace Resources {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 查找类似 全部 的本地化字符串。
|
/// 查找类似 全部 的本地化字符串。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string All {
|
internal static string All {
|
||||||
get {
|
get {
|
||||||
|
@ -88,7 +88,7 @@ namespace Resources {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 查找类似 所有行 的本地化字符串。
|
/// 查找类似 所有行 的本地化字符串。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string AllLines {
|
internal static string AllLines {
|
||||||
get {
|
get {
|
||||||
|
@ -97,7 +97,7 @@ namespace Resources {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 查找类似 全选 的本地化字符串。
|
/// 查找类似 全选 的本地化字符串。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string AllSelected {
|
internal static string AllSelected {
|
||||||
get {
|
get {
|
||||||
|
@ -106,7 +106,7 @@ namespace Resources {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 查找类似 中文 的本地化字符串。
|
/// 查找类似 中文 的本地化字符串。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string Chinese {
|
internal static string Chinese {
|
||||||
get {
|
get {
|
||||||
|
@ -115,7 +115,7 @@ namespace Resources {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 查找类似 关闭 的本地化字符串。
|
/// 查找类似 关闭 的本地化字符串。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string Close {
|
internal static string Close {
|
||||||
get {
|
get {
|
||||||
|
@ -124,7 +124,7 @@ namespace Resources {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 查找类似 已关闭 的本地化字符串。
|
/// 查找类似 已关闭 的本地化字符串。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string Closed {
|
internal static string Closed {
|
||||||
get {
|
get {
|
||||||
|
@ -133,7 +133,7 @@ namespace Resources {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 查找类似 删除 的本地化字符串。
|
/// 查找类似 删除 的本地化字符串。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string Delete {
|
internal static string Delete {
|
||||||
get {
|
get {
|
||||||
|
@ -142,7 +142,7 @@ namespace Resources {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 查找类似 删除数据 的本地化字符串。
|
/// 查找类似 删除数据 的本地化字符串。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string DeleteData {
|
internal static string DeleteData {
|
||||||
get {
|
get {
|
||||||
|
@ -151,7 +151,7 @@ namespace Resources {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 查找类似 删除成功! 的本地化字符串。
|
/// 查找类似 删除成功! 的本地化字符串。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string DeletedSuccessfully {
|
internal static string DeletedSuccessfully {
|
||||||
get {
|
get {
|
||||||
|
@ -160,7 +160,7 @@ namespace Resources {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 查找类似 删除选中行? 的本地化字符串。
|
/// 查找类似 删除选中行? 的本地化字符串。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string DeleteReminder {
|
internal static string DeleteReminder {
|
||||||
get {
|
get {
|
||||||
|
@ -169,7 +169,7 @@ namespace Resources {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 查找类似 删除行 的本地化字符串。
|
/// 查找类似 删除行 的本地化字符串。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string DeleteRows {
|
internal static string DeleteRows {
|
||||||
get {
|
get {
|
||||||
|
@ -178,7 +178,7 @@ namespace Resources {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 查找类似 编辑 的本地化字符串。
|
/// 查找类似 编辑 的本地化字符串。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string Edit {
|
internal static string Edit {
|
||||||
get {
|
get {
|
||||||
|
@ -187,7 +187,7 @@ namespace Resources {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 查找类似 英文 的本地化字符串。
|
/// 查找类似 英文 的本地化字符串。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string English {
|
internal static string English {
|
||||||
get {
|
get {
|
||||||
|
@ -196,7 +196,7 @@ namespace Resources {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 查找类似 导出 的本地化字符串。
|
/// 查找类似 导出 的本地化字符串。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string Export {
|
internal static string Export {
|
||||||
get {
|
get {
|
||||||
|
@ -205,7 +205,7 @@ namespace Resources {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 查找类似 首页 的本地化字符串。
|
/// 查找类似 首页 的本地化字符串。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string HomePage {
|
internal static string HomePage {
|
||||||
get {
|
get {
|
||||||
|
@ -214,7 +214,7 @@ namespace Resources {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 查找类似 查询 的本地化字符串。
|
/// 查找类似 查询 的本地化字符串。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string Inquiry {
|
internal static string Inquiry {
|
||||||
get {
|
get {
|
||||||
|
@ -223,7 +223,7 @@ namespace Resources {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 查找类似 行 的本地化字符串。
|
/// 查找类似 行 的本地化字符串。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string Line {
|
internal static string Line {
|
||||||
get {
|
get {
|
||||||
|
@ -232,7 +232,7 @@ namespace Resources {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 查找类似 正在加载··· 的本地化字符串。
|
/// 查找类似 正在加载··· 的本地化字符串。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string Loading {
|
internal static string Loading {
|
||||||
get {
|
get {
|
||||||
|
@ -241,7 +241,7 @@ namespace Resources {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 查找类似 加载动画 的本地化字符串。
|
/// 查找类似 加载动画 的本地化字符串。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string LoadingAnimation {
|
internal static string LoadingAnimation {
|
||||||
get {
|
get {
|
||||||
|
@ -250,7 +250,7 @@ namespace Resources {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 查找类似 否 的本地化字符串。
|
/// 查找类似 否 的本地化字符串。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string No {
|
internal static string No {
|
||||||
get {
|
get {
|
||||||
|
@ -259,7 +259,7 @@ namespace Resources {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 查找类似 请选择 的本地化字符串。
|
/// 查找类似 请选择 的本地化字符串。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string PleaseSelect {
|
internal static string PleaseSelect {
|
||||||
get {
|
get {
|
||||||
|
@ -268,7 +268,7 @@ namespace Resources {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 查找类似 保存 的本地化字符串。
|
/// 查找类似 保存 的本地化字符串。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string Save {
|
internal static string Save {
|
||||||
get {
|
get {
|
||||||
|
@ -277,7 +277,7 @@ namespace Resources {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 查找类似 保存成功! 的本地化字符串。
|
/// 查找类似 保存成功! 的本地化字符串。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string SaveSuccessfully {
|
internal static string SaveSuccessfully {
|
||||||
get {
|
get {
|
||||||
|
@ -286,7 +286,7 @@ namespace Resources {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 查找类似 选择 的本地化字符串。
|
/// 查找类似 选择 的本地化字符串。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string Select {
|
internal static string Select {
|
||||||
get {
|
get {
|
||||||
|
@ -295,7 +295,7 @@ namespace Resources {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 查找类似 选择语言 的本地化字符串。
|
/// 查找类似 选择语言 的本地化字符串。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string SelectLanguage {
|
internal static string SelectLanguage {
|
||||||
get {
|
get {
|
||||||
|
@ -304,7 +304,7 @@ namespace Resources {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 查找类似 是 的本地化字符串。
|
/// 查找类似 是 的本地化字符串。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string Yes {
|
internal static string Yes {
|
||||||
get {
|
get {
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||||
<RootNamespace>FineUIPro.Web</RootNamespace>
|
<RootNamespace>FineUIPro.Web</RootNamespace>
|
||||||
<AssemblyName>FineUIPro.Web</AssemblyName>
|
<AssemblyName>FineUIPro.Web</AssemblyName>
|
||||||
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
||||||
<UseIISExpress>true</UseIISExpress>
|
<UseIISExpress>true</UseIISExpress>
|
||||||
<SccProjectName>
|
<SccProjectName>
|
||||||
</SccProjectName>
|
</SccProjectName>
|
||||||
|
@ -3181,6 +3181,11 @@
|
||||||
<DependentUpon>ScoreDataSet.xsd</DependentUpon>
|
<DependentUpon>ScoreDataSet.xsd</DependentUpon>
|
||||||
</Compile>
|
</Compile>
|
||||||
<Compile Include="Report\ScoreDataSet.Designer.cs" />
|
<Compile Include="Report\ScoreDataSet.Designer.cs" />
|
||||||
|
<Compile Include="Report\ScoreDataSet1.Designer.cs">
|
||||||
|
<AutoGen>True</AutoGen>
|
||||||
|
<DesignTime>True</DesignTime>
|
||||||
|
<DependentUpon>ScoreDataSet.xsd</DependentUpon>
|
||||||
|
</Compile>
|
||||||
<Compile Include="Scripts\index.aspx.cs">
|
<Compile Include="Scripts\index.aspx.cs">
|
||||||
<DependentUpon>index.aspx</DependentUpon>
|
<DependentUpon>index.aspx</DependentUpon>
|
||||||
<SubType>ASPXCodeBehind</SubType>
|
<SubType>ASPXCodeBehind</SubType>
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,4 @@
|
||||||
|
// <autogenerated />
|
||||||
|
using System;
|
||||||
|
using System.Reflection;
|
||||||
|
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.6.1", FrameworkDisplayName = ".NET Framework 4.6.1")]
|
|
@ -0,0 +1,4 @@
|
||||||
|
// <autogenerated />
|
||||||
|
using System;
|
||||||
|
using System.Reflection;
|
||||||
|
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.8", FrameworkDisplayName = ".NET Framework 4.8")]
|
Binary file not shown.
|
@ -10,7 +10,7 @@
|
||||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||||
<RootNamespace>Model</RootNamespace>
|
<RootNamespace>Model</RootNamespace>
|
||||||
<AssemblyName>Model</AssemblyName>
|
<AssemblyName>Model</AssemblyName>
|
||||||
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
||||||
<FileAlignment>512</FileAlignment>
|
<FileAlignment>512</FileAlignment>
|
||||||
<SccProjectName>
|
<SccProjectName>
|
||||||
</SccProjectName>
|
</SccProjectName>
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
// <autogenerated />
|
||||||
|
using System;
|
||||||
|
using System.Reflection;
|
||||||
|
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.6.1", FrameworkDisplayName = ".NET Framework 4.6.1")]
|
|
@ -0,0 +1,4 @@
|
||||||
|
// <autogenerated />
|
||||||
|
using System;
|
||||||
|
using System.Reflection;
|
||||||
|
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.8", FrameworkDisplayName = ".NET Framework 4.8")]
|
Binary file not shown.
|
@ -14,7 +14,7 @@
|
||||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||||
<RootNamespace>WebApi</RootNamespace>
|
<RootNamespace>WebApi</RootNamespace>
|
||||||
<AssemblyName>WebApi</AssemblyName>
|
<AssemblyName>WebApi</AssemblyName>
|
||||||
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
||||||
<MvcBuildViews>false</MvcBuildViews>
|
<MvcBuildViews>false</MvcBuildViews>
|
||||||
<UseIISExpress>true</UseIISExpress>
|
<UseIISExpress>true</UseIISExpress>
|
||||||
<Use64BitIISExpress />
|
<Use64BitIISExpress />
|
||||||
|
@ -25,6 +25,7 @@
|
||||||
<UseGlobalApplicationHostFile />
|
<UseGlobalApplicationHostFile />
|
||||||
<NuGetPackageImportStamp>
|
<NuGetPackageImportStamp>
|
||||||
</NuGetPackageImportStamp>
|
</NuGetPackageImportStamp>
|
||||||
|
<TargetFrameworkProfile />
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||||
<DebugSymbols>true</DebugSymbols>
|
<DebugSymbols>true</DebugSymbols>
|
||||||
|
@ -51,13 +52,13 @@
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="System" />
|
<Reference Include="System" />
|
||||||
<Reference Include="System.Data" />
|
<Reference Include="System.Data" />
|
||||||
|
<Reference Include="System.Data.DataSetExtensions" />
|
||||||
<Reference Include="System.Drawing" />
|
<Reference Include="System.Drawing" />
|
||||||
|
<Reference Include="System.Web.DynamicData" />
|
||||||
<Reference Include="System.Web.Entity" />
|
<Reference Include="System.Web.Entity" />
|
||||||
<Reference Include="System.Web.ApplicationServices" />
|
<Reference Include="System.Web.ApplicationServices" />
|
||||||
<Reference Include="System.ComponentModel.DataAnnotations" />
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
||||||
<Reference Include="System.Core" />
|
<Reference Include="System.Web.Extensions" />
|
||||||
<Reference Include="System.Data.DataSetExtensions" />
|
|
||||||
<Reference Include="System.Xml.Linq" />
|
|
||||||
<Reference Include="System.Web" />
|
<Reference Include="System.Web" />
|
||||||
<Reference Include="System.Web.Abstractions" />
|
<Reference Include="System.Web.Abstractions" />
|
||||||
<Reference Include="System.Web.Routing" />
|
<Reference Include="System.Web.Routing" />
|
||||||
|
@ -108,6 +109,7 @@
|
||||||
<Private>True</Private>
|
<Private>True</Private>
|
||||||
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.4\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
|
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.4\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
|
<Reference Include="System.Xml.Linq" />
|
||||||
<Reference Include="WebGrease">
|
<Reference Include="WebGrease">
|
||||||
<Private>True</Private>
|
<Private>True</Private>
|
||||||
<HintPath>..\packages\WebGrease.1.6.0\lib\WebGrease.dll</HintPath>
|
<HintPath>..\packages\WebGrease.1.6.0\lib\WebGrease.dll</HintPath>
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
// <autogenerated />
|
||||||
|
using System;
|
||||||
|
using System.Reflection;
|
||||||
|
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.6.1", FrameworkDisplayName = ".NET Framework 4.6.1")]
|
|
@ -0,0 +1,4 @@
|
||||||
|
// <autogenerated />
|
||||||
|
using System;
|
||||||
|
using System.Reflection;
|
||||||
|
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.8", FrameworkDisplayName = ".NET Framework 4.8")]
|
Binary file not shown.
Loading…
Reference in New Issue