111
This commit is contained in:
parent
28b030fc68
commit
0e4e7aefbf
|
|
@ -57,7 +57,7 @@
|
||||||
<HintPath>..\Lib\Microsoft.SQLServer.ManagedDTS.dll</HintPath>
|
<HintPath>..\Lib\Microsoft.SQLServer.ManagedDTS.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net40\Newtonsoft.Json.dll</HintPath>
|
<HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net40\Newtonsoft.Json.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="NPOI, Version=2.5.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
|
<Reference Include="NPOI, Version=2.5.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\NPOI.2.5.1\lib\net40\NPOI.dll</HintPath>
|
<HintPath>..\packages\NPOI.2.5.1\lib\net40\NPOI.dll</HintPath>
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<packages>
|
<packages>
|
||||||
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="net40" />
|
<package id="Newtonsoft.Json" version="13.0.3" targetFramework="net40" />
|
||||||
<package id="NPOI" version="2.5.1" targetFramework="net40" />
|
<package id="NPOI" version="2.5.1" targetFramework="net40" />
|
||||||
<package id="Portable.BouncyCastle" version="1.8.6" targetFramework="net40" />
|
<package id="Portable.BouncyCastle" version="1.8.6" targetFramework="net40" />
|
||||||
<package id="SharpZipLib" version="0.86.0" targetFramework="net40" />
|
<package id="SharpZipLib" version="0.86.0" targetFramework="net40" />
|
||||||
|
|
|
||||||
|
|
@ -62,9 +62,8 @@
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="Microsoft.CSharp" />
|
<Reference Include="Microsoft.CSharp" />
|
||||||
<Reference Include="Microsoft.JScript" />
|
<Reference Include="Microsoft.JScript" />
|
||||||
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
||||||
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net40\Newtonsoft.Json.dll</HintPath>
|
||||||
<HintPath>..\FineUIPro\Net40\Newtonsoft.Json.dll</HintPath>
|
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="NPOI, Version=2.5.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
|
<Reference Include="NPOI, Version=2.5.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
|
||||||
<HintPath>..\packages\NPOI.2.5.1\lib\net40\NPOI.dll</HintPath>
|
<HintPath>..\packages\NPOI.2.5.1\lib\net40\NPOI.dll</HintPath>
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<ProjectView>ProjectFiles</ProjectView>
|
<ProjectView>ProjectFiles</ProjectView>
|
||||||
<LastActiveSolutionConfig>Release|Any CPU</LastActiveSolutionConfig>
|
<LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
|
||||||
<UseIISExpress>true</UseIISExpress>
|
<UseIISExpress>true</UseIISExpress>
|
||||||
<Use64BitIISExpress />
|
<Use64BitIISExpress />
|
||||||
<IISExpressSSLPort />
|
<IISExpressSSLPort />
|
||||||
|
|
|
||||||
|
|
@ -48,8 +48,11 @@
|
||||||
</f:Toolbar>
|
</f:Toolbar>
|
||||||
</Toolbars>
|
</Toolbars>
|
||||||
<Columns>
|
<Columns>
|
||||||
<f:RowNumberField EnablePagingNumber="true" HeaderText="序号" Width="50px" HeaderTextAlign="Center"
|
<f:TemplateField ColumnID="tfNumber" HeaderText="序号" Width="60px" HeaderTextAlign="Center" TextAlign="Center">
|
||||||
TextAlign="Center" />
|
<ItemTemplate>
|
||||||
|
<asp:Label ID="labNumber" runat="server" Text=' <%# Grid1.PageIndex * Grid1.PageSize + Container.DataItemIndex + 1%>'></asp:Label>
|
||||||
|
</ItemTemplate>
|
||||||
|
</f:TemplateField>
|
||||||
<f:TemplateField ColumnID="tfProjectCode" HeaderText="施工号" Width="100px" HeaderTextAlign="Center"
|
<f:TemplateField ColumnID="tfProjectCode" HeaderText="施工号" Width="100px" HeaderTextAlign="Center"
|
||||||
TextAlign="Center">
|
TextAlign="Center">
|
||||||
<ItemTemplate>
|
<ItemTemplate>
|
||||||
|
|
|
||||||
|
|
@ -256,8 +256,12 @@ namespace FineUIPro.Web.HJGL.WeldingReport
|
||||||
for (int i=1; i <= Grid1.Columns.Count; i++)
|
for (int i=1; i <= Grid1.Columns.Count; i++)
|
||||||
{
|
{
|
||||||
columns.Add(i.ToString());
|
columns.Add(i.ToString());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (!columns.Contains("0"))
|
||||||
|
{
|
||||||
|
columns.Add("0");
|
||||||
|
}
|
||||||
Response.ClearContent();
|
Response.ClearContent();
|
||||||
string filename = Funs.GetNewFileName();
|
string filename = Funs.GetNewFileName();
|
||||||
//string style = @"<style> .text { mso-number-format:\@; } </script> ";
|
//string style = @"<style> .text { mso-number-format:\@; } </script> ";
|
||||||
|
|
@ -289,6 +293,10 @@ namespace FineUIPro.Web.HJGL.WeldingReport
|
||||||
{
|
{
|
||||||
if (columns.Contains(column.ColumnIndex.ToString()))
|
if (columns.Contains(column.ColumnIndex.ToString()))
|
||||||
{
|
{
|
||||||
|
if (column.ColumnIndex == 0)
|
||||||
|
{
|
||||||
|
sb.AppendFormat("<td align='center' style='width:45px;'>{0}</td>", column.HeaderText);
|
||||||
|
}
|
||||||
if (column.ColumnIndex == 1)
|
if (column.ColumnIndex == 1)
|
||||||
{
|
{
|
||||||
sb.AppendFormat("<td align='center' style='width:118px;'>{0}</td>", column.HeaderText);
|
sb.AppendFormat("<td align='center' style='width:118px;'>{0}</td>", column.HeaderText);
|
||||||
|
|
|
||||||
|
|
@ -7,11 +7,13 @@
|
||||||
// </自动生成>
|
// </自动生成>
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
|
|
||||||
namespace FineUIPro.Web.HJGL.WeldingReport {
|
namespace FineUIPro.Web.HJGL.WeldingReport
|
||||||
|
{
|
||||||
|
|
||||||
public partial class InspectionBatchItem {
|
|
||||||
|
public partial class InspectionBatchItem
|
||||||
|
{
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// form1 控件。
|
/// form1 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
@ -20,7 +22,7 @@ namespace FineUIPro.Web.HJGL.WeldingReport {
|
||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::System.Web.UI.HtmlControls.HtmlForm form1;
|
protected global::System.Web.UI.HtmlControls.HtmlForm form1;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// PageManager1 控件。
|
/// PageManager1 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
@ -29,7 +31,7 @@ namespace FineUIPro.Web.HJGL.WeldingReport {
|
||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.PageManager PageManager1;
|
protected global::FineUIPro.PageManager PageManager1;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Panel1 控件。
|
/// Panel1 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
@ -38,7 +40,7 @@ namespace FineUIPro.Web.HJGL.WeldingReport {
|
||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.Panel Panel1;
|
protected global::FineUIPro.Panel Panel1;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Grid1 控件。
|
/// Grid1 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
@ -47,7 +49,7 @@ namespace FineUIPro.Web.HJGL.WeldingReport {
|
||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.Grid Grid1;
|
protected global::FineUIPro.Grid Grid1;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Toolbar1 控件。
|
/// Toolbar1 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
@ -56,7 +58,7 @@ namespace FineUIPro.Web.HJGL.WeldingReport {
|
||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.Toolbar Toolbar1;
|
protected global::FineUIPro.Toolbar Toolbar1;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// ToolbarFill1 控件。
|
/// ToolbarFill1 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
@ -65,7 +67,7 @@ namespace FineUIPro.Web.HJGL.WeldingReport {
|
||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.ToolbarFill ToolbarFill1;
|
protected global::FineUIPro.ToolbarFill ToolbarFill1;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// btnSelectColumn 控件。
|
/// btnSelectColumn 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
@ -74,7 +76,7 @@ namespace FineUIPro.Web.HJGL.WeldingReport {
|
||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.Button btnSelectColumn;
|
protected global::FineUIPro.Button btnSelectColumn;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// btnOut 控件。
|
/// btnOut 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
@ -83,7 +85,7 @@ namespace FineUIPro.Web.HJGL.WeldingReport {
|
||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.Button btnOut;
|
protected global::FineUIPro.Button btnOut;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Toolbar2 控件。
|
/// Toolbar2 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
@ -92,7 +94,7 @@ namespace FineUIPro.Web.HJGL.WeldingReport {
|
||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.Toolbar Toolbar2;
|
protected global::FineUIPro.Toolbar Toolbar2;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// drpProjectId 控件。
|
/// drpProjectId 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
@ -101,7 +103,7 @@ namespace FineUIPro.Web.HJGL.WeldingReport {
|
||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.DropDownList drpProjectId;
|
protected global::FineUIPro.DropDownList drpProjectId;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// txtIsoNo 控件。
|
/// txtIsoNo 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
@ -110,7 +112,7 @@ namespace FineUIPro.Web.HJGL.WeldingReport {
|
||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.TextBox txtIsoNo;
|
protected global::FineUIPro.TextBox txtIsoNo;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// drpNdtType 控件。
|
/// drpNdtType 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
@ -119,7 +121,7 @@ namespace FineUIPro.Web.HJGL.WeldingReport {
|
||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.DropDownList drpNdtType;
|
protected global::FineUIPro.DropDownList drpNdtType;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// ToolbarFill2 控件。
|
/// ToolbarFill2 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
@ -128,7 +130,16 @@ namespace FineUIPro.Web.HJGL.WeldingReport {
|
||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.ToolbarFill ToolbarFill2;
|
protected global::FineUIPro.ToolbarFill ToolbarFill2;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// labNumber 控件。
|
||||||
|
/// </summary>
|
||||||
|
/// <remarks>
|
||||||
|
/// 自动生成的字段。
|
||||||
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
|
/// </remarks>
|
||||||
|
protected global::System.Web.UI.WebControls.Label labNumber;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// lblProjectCode 控件。
|
/// lblProjectCode 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
@ -137,7 +148,7 @@ namespace FineUIPro.Web.HJGL.WeldingReport {
|
||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::System.Web.UI.WebControls.Label lblProjectCode;
|
protected global::System.Web.UI.WebControls.Label lblProjectCode;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// lblNDTR_Name 控件。
|
/// lblNDTR_Name 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
@ -146,7 +157,7 @@ namespace FineUIPro.Web.HJGL.WeldingReport {
|
||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::System.Web.UI.WebControls.Label lblNDTR_Name;
|
protected global::System.Web.UI.WebControls.Label lblNDTR_Name;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// lblSTE_Name 控件。
|
/// lblSTE_Name 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
@ -155,7 +166,7 @@ namespace FineUIPro.Web.HJGL.WeldingReport {
|
||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::System.Web.UI.WebControls.Label lblSTE_Name;
|
protected global::System.Web.UI.WebControls.Label lblSTE_Name;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// lblISO_IsoNo 控件。
|
/// lblISO_IsoNo 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
@ -164,7 +175,7 @@ namespace FineUIPro.Web.HJGL.WeldingReport {
|
||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::System.Web.UI.WebControls.Label lblISO_IsoNo;
|
protected global::System.Web.UI.WebControls.Label lblISO_IsoNo;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Label1 控件。
|
/// Label1 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
@ -173,7 +184,7 @@ namespace FineUIPro.Web.HJGL.WeldingReport {
|
||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::System.Web.UI.WebControls.Label Label1;
|
protected global::System.Web.UI.WebControls.Label Label1;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// lblJOT_JointNo 控件。
|
/// lblJOT_JointNo 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
@ -182,7 +193,7 @@ namespace FineUIPro.Web.HJGL.WeldingReport {
|
||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::System.Web.UI.WebControls.Label lblJOT_JointNo;
|
protected global::System.Web.UI.WebControls.Label lblJOT_JointNo;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// lblJOT_Dia 控件。
|
/// lblJOT_Dia 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
@ -191,7 +202,7 @@ namespace FineUIPro.Web.HJGL.WeldingReport {
|
||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::System.Web.UI.WebControls.Label lblJOT_Dia;
|
protected global::System.Web.UI.WebControls.Label lblJOT_Dia;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// lblJOT_Sch 控件。
|
/// lblJOT_Sch 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
@ -200,7 +211,7 @@ namespace FineUIPro.Web.HJGL.WeldingReport {
|
||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::System.Web.UI.WebControls.Label lblJOT_Sch;
|
protected global::System.Web.UI.WebControls.Label lblJOT_Sch;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// lblWED_Code 控件。
|
/// lblWED_Code 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
@ -209,7 +220,7 @@ namespace FineUIPro.Web.HJGL.WeldingReport {
|
||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::System.Web.UI.WebControls.Label lblWED_Code;
|
protected global::System.Web.UI.WebControls.Label lblWED_Code;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// lblPointType 控件。
|
/// lblPointType 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
@ -218,7 +229,7 @@ namespace FineUIPro.Web.HJGL.WeldingReport {
|
||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::System.Web.UI.WebControls.Label lblPointType;
|
protected global::System.Web.UI.WebControls.Label lblPointType;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// lblNDT_Code 控件。
|
/// lblNDT_Code 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
@ -227,7 +238,7 @@ namespace FineUIPro.Web.HJGL.WeldingReport {
|
||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::System.Web.UI.WebControls.Label lblNDT_Code;
|
protected global::System.Web.UI.WebControls.Label lblNDT_Code;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// lblTrustState 控件。
|
/// lblTrustState 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
@ -236,7 +247,7 @@ namespace FineUIPro.Web.HJGL.WeldingReport {
|
||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::System.Web.UI.WebControls.Label lblTrustState;
|
protected global::System.Web.UI.WebControls.Label lblTrustState;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// lblConfirmDate 控件。
|
/// lblConfirmDate 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
@ -245,7 +256,7 @@ namespace FineUIPro.Web.HJGL.WeldingReport {
|
||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::System.Web.UI.WebControls.Label lblConfirmDate;
|
protected global::System.Web.UI.WebControls.Label lblConfirmDate;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// lblCH_TrustDate 控件。
|
/// lblCH_TrustDate 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
@ -254,7 +265,7 @@ namespace FineUIPro.Web.HJGL.WeldingReport {
|
||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::System.Web.UI.WebControls.Label lblCH_TrustDate;
|
protected global::System.Web.UI.WebControls.Label lblCH_TrustDate;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// lblVICheckDate 控件。
|
/// lblVICheckDate 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
@ -263,7 +274,7 @@ namespace FineUIPro.Web.HJGL.WeldingReport {
|
||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::System.Web.UI.WebControls.Label lblVICheckDate;
|
protected global::System.Web.UI.WebControls.Label lblVICheckDate;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// lblIsVI 控件。
|
/// lblIsVI 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
@ -272,7 +283,7 @@ namespace FineUIPro.Web.HJGL.WeldingReport {
|
||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::System.Web.UI.WebControls.Label lblIsVI;
|
protected global::System.Web.UI.WebControls.Label lblIsVI;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// lblIsHotProessResult 控件。
|
/// lblIsHotProessResult 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
@ -281,7 +292,7 @@ namespace FineUIPro.Web.HJGL.WeldingReport {
|
||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::System.Web.UI.WebControls.Label lblIsHotProessResult;
|
protected global::System.Web.UI.WebControls.Label lblIsHotProessResult;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// lblIsHardTestResult 控件。
|
/// lblIsHardTestResult 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
@ -290,7 +301,7 @@ namespace FineUIPro.Web.HJGL.WeldingReport {
|
||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::System.Web.UI.WebControls.Label lblIsHardTestResult;
|
protected global::System.Web.UI.WebControls.Label lblIsHardTestResult;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// lblChecker 控件。
|
/// lblChecker 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
@ -299,7 +310,7 @@ namespace FineUIPro.Web.HJGL.WeldingReport {
|
||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::System.Web.UI.WebControls.Label lblChecker;
|
protected global::System.Web.UI.WebControls.Label lblChecker;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// lblProessTypes 控件。
|
/// lblProessTypes 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
@ -308,7 +319,7 @@ namespace FineUIPro.Web.HJGL.WeldingReport {
|
||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::System.Web.UI.WebControls.Label lblProessTypes;
|
protected global::System.Web.UI.WebControls.Label lblProessTypes;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// lblIsHotProessTrustItem 控件。
|
/// lblIsHotProessTrustItem 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
@ -317,7 +328,7 @@ namespace FineUIPro.Web.HJGL.WeldingReport {
|
||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::System.Web.UI.WebControls.Label lblIsHotProessTrustItem;
|
protected global::System.Web.UI.WebControls.Label lblIsHotProessTrustItem;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// lblRecordChartNo 控件。
|
/// lblRecordChartNo 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
@ -326,7 +337,7 @@ namespace FineUIPro.Web.HJGL.WeldingReport {
|
||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::System.Web.UI.WebControls.Label lblRecordChartNo;
|
protected global::System.Web.UI.WebControls.Label lblRecordChartNo;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// lblIsHotHard 控件。
|
/// lblIsHotHard 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
@ -335,7 +346,7 @@ namespace FineUIPro.Web.HJGL.WeldingReport {
|
||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::System.Web.UI.WebControls.Label lblIsHotHard;
|
protected global::System.Web.UI.WebControls.Label lblIsHotHard;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// lblHotHardCode 控件。
|
/// lblHotHardCode 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
@ -344,7 +355,7 @@ namespace FineUIPro.Web.HJGL.WeldingReport {
|
||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::System.Web.UI.WebControls.Label lblHotHardCode;
|
protected global::System.Web.UI.WebControls.Label lblHotHardCode;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// lblRepairIsoNo 控件。
|
/// lblRepairIsoNo 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
@ -353,7 +364,7 @@ namespace FineUIPro.Web.HJGL.WeldingReport {
|
||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::System.Web.UI.WebControls.Label lblRepairIsoNo;
|
protected global::System.Web.UI.WebControls.Label lblRepairIsoNo;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// lblRepairJointNo 控件。
|
/// lblRepairJointNo 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
@ -362,7 +373,7 @@ namespace FineUIPro.Web.HJGL.WeldingReport {
|
||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::System.Web.UI.WebControls.Label lblRepairJointNo;
|
protected global::System.Web.UI.WebControls.Label lblRepairJointNo;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// lblCHT_CheckCode 控件。
|
/// lblCHT_CheckCode 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
@ -371,7 +382,7 @@ namespace FineUIPro.Web.HJGL.WeldingReport {
|
||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::System.Web.UI.WebControls.Label lblCHT_CheckCode;
|
protected global::System.Web.UI.WebControls.Label lblCHT_CheckCode;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// lblPressureTestPackageNo 控件。
|
/// lblPressureTestPackageNo 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
@ -380,7 +391,7 @@ namespace FineUIPro.Web.HJGL.WeldingReport {
|
||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::System.Web.UI.WebControls.Label lblPressureTestPackageNo;
|
protected global::System.Web.UI.WebControls.Label lblPressureTestPackageNo;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// ToolbarSeparator1 控件。
|
/// ToolbarSeparator1 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
@ -389,7 +400,7 @@ namespace FineUIPro.Web.HJGL.WeldingReport {
|
||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.ToolbarSeparator ToolbarSeparator1;
|
protected global::FineUIPro.ToolbarSeparator ToolbarSeparator1;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// ToolbarText1 控件。
|
/// ToolbarText1 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
@ -398,7 +409,7 @@ namespace FineUIPro.Web.HJGL.WeldingReport {
|
||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.ToolbarText ToolbarText1;
|
protected global::FineUIPro.ToolbarText ToolbarText1;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// ddlPageSize 控件。
|
/// ddlPageSize 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
@ -407,7 +418,7 @@ namespace FineUIPro.Web.HJGL.WeldingReport {
|
||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.DropDownList ddlPageSize;
|
protected global::FineUIPro.DropDownList ddlPageSize;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Window1 控件。
|
/// Window1 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
<FineUIPro DebugMode="false" Theme="Cupertino" />
|
<FineUIPro DebugMode="false" Theme="Cupertino" />
|
||||||
<appSettings>
|
<appSettings>
|
||||||
<!--连接字符串-->
|
<!--连接字符串-->
|
||||||
<add key="ConnectionString" value="Server=.\MSSQLSERVER2016;Database=HJGLDB_NEW;Integrated Security=False;User ID=sa;Password=1111;MultipleActiveResultSets=true;Max Pool Size = 1000;Connect Timeout=1200" />
|
<add key="ConnectionString" value="Server=.\sql2016;Database=HJGLDB_ZH;Integrated Security=False;User ID=sa;Password=1111;MultipleActiveResultSets=true;Max Pool Size = 1000;Connect Timeout=1200" />
|
||||||
<!--系统名称-->
|
<!--系统名称-->
|
||||||
<add key="SystemName" value="诺必达焊接管理系统" />
|
<add key="SystemName" value="诺必达焊接管理系统" />
|
||||||
<add key="ChartImageHandler" value="storage=file;timeout=20;url=~/Images/;" />
|
<add key="ChartImageHandler" value="storage=file;timeout=20;url=~/Images/;" />
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<packages>
|
<packages>
|
||||||
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="net40" />
|
<package id="Newtonsoft.Json" version="13.0.3" targetFramework="net40" />
|
||||||
<package id="NPOI" version="2.5.1" targetFramework="net40" />
|
<package id="NPOI" version="2.5.1" targetFramework="net40" />
|
||||||
<package id="Portable.BouncyCastle" version="1.8.6" targetFramework="net40" />
|
<package id="Portable.BouncyCastle" version="1.8.6" targetFramework="net40" />
|
||||||
<package id="SharpZipLib" version="0.86.0" targetFramework="net40" />
|
<package id="SharpZipLib" version="0.86.0" targetFramework="net40" />
|
||||||
|
|
|
||||||
|
|
@ -39,6 +39,9 @@
|
||||||
<WarningLevel>4</WarningLevel>
|
<WarningLevel>4</WarningLevel>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net40\Newtonsoft.Json.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
<Reference Include="System" />
|
<Reference Include="System" />
|
||||||
<Reference Include="System.Core" />
|
<Reference Include="System.Core" />
|
||||||
<Reference Include="System.Data.Linq" />
|
<Reference Include="System.Data.Linq" />
|
||||||
|
|
|
||||||
Binary file not shown.
Binary file not shown.
|
|
@ -1,4 +1,4 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<packages>
|
<packages>
|
||||||
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net40" />
|
<package id="Newtonsoft.Json" version="13.0.3" targetFramework="net40" />
|
||||||
</packages>
|
</packages>
|
||||||
|
|
@ -46,7 +46,7 @@
|
||||||
</dependentAssembly>
|
</dependentAssembly>
|
||||||
<dependentAssembly>
|
<dependentAssembly>
|
||||||
<assemblyIdentity name="Newtonsoft.Json" culture="neutral" publicKeyToken="30ad4fe6b2a6aeed" />
|
<assemblyIdentity name="Newtonsoft.Json" culture="neutral" publicKeyToken="30ad4fe6b2a6aeed" />
|
||||||
<bindingRedirect oldVersion="0.0.0.0-11.0.0.0" newVersion="11.0.0.0" />
|
<bindingRedirect oldVersion="0.0.0.0-13.0.0.0" newVersion="13.0.0.0" />
|
||||||
</dependentAssembly>
|
</dependentAssembly>
|
||||||
<dependentAssembly>
|
<dependentAssembly>
|
||||||
<assemblyIdentity name="System.Web.Optimization" publicKeyToken="31bf3856ad364e35" />
|
<assemblyIdentity name="System.Web.Optimization" publicKeyToken="31bf3856ad364e35" />
|
||||||
|
|
|
||||||
|
|
@ -47,6 +47,9 @@
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Reference Include="Microsoft.CSharp" />
|
<Reference Include="Microsoft.CSharp" />
|
||||||
|
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
||||||
|
<HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
|
||||||
|
</Reference>
|
||||||
<Reference Include="System" />
|
<Reference Include="System" />
|
||||||
<Reference Include="System.Data" />
|
<Reference Include="System.Data" />
|
||||||
<Reference Include="System.Data.DataSetExtensions" />
|
<Reference Include="System.Data.DataSetExtensions" />
|
||||||
|
|
@ -67,9 +70,6 @@
|
||||||
<Private>True</Private>
|
<Private>True</Private>
|
||||||
<HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
|
<HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="Newtonsoft.Json">
|
|
||||||
<HintPath>..\packages\Newtonsoft.Json.11.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
|
|
||||||
</Reference>
|
|
||||||
<Reference Include="System.Net.Http">
|
<Reference Include="System.Net.Http">
|
||||||
</Reference>
|
</Reference>
|
||||||
<Reference Include="System.Net.Http.Formatting, Version=5.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
<Reference Include="System.Net.Http.Formatting, Version=5.2.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
<IISExpressWindowsAuthentication />
|
<IISExpressWindowsAuthentication />
|
||||||
<IISExpressUseClassicPipelineMode />
|
<IISExpressUseClassicPipelineMode />
|
||||||
<UseGlobalApplicationHostFile />
|
<UseGlobalApplicationHostFile />
|
||||||
<LastActiveSolutionConfig>Release|Any CPU</LastActiveSolutionConfig>
|
<LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ProjectExtensions>
|
<ProjectExtensions>
|
||||||
<VisualStudio>
|
<VisualStudio>
|
||||||
|
|
|
||||||
|
|
@ -22,6 +22,6 @@
|
||||||
<package id="Microsoft.CodeDom.Providers.DotNetCompilerPlatform" version="2.0.0" targetFramework="net461" />
|
<package id="Microsoft.CodeDom.Providers.DotNetCompilerPlatform" version="2.0.0" targetFramework="net461" />
|
||||||
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net461" />
|
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net461" />
|
||||||
<package id="Modernizr" version="2.8.3" targetFramework="net461" />
|
<package id="Modernizr" version="2.8.3" targetFramework="net461" />
|
||||||
<package id="Newtonsoft.Json" version="11.0.1" targetFramework="net461" />
|
<package id="Newtonsoft.Json" version="13.0.3" targetFramework="net48" />
|
||||||
<package id="WebGrease" version="1.6.0" targetFramework="net461" />
|
<package id="WebGrease" version="1.6.0" targetFramework="net461" />
|
||||||
</packages>
|
</packages>
|
||||||
Loading…
Reference in New Issue