Completate modifiche x generare pacchetto nuget
This commit is contained in:
@@ -21,6 +21,10 @@
|
||||
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.19" />
|
||||
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\WebWindow.Base\WebWindow.Base.csproj" />
|
||||
</ItemGroup>
|
||||
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
|
||||
<Exec Command="powershell.exe -ExecutionPolicy Unrestricted -NoProfile -NonInteractive -File $(ProjectDir)\post-build.ps1 -ProjectPath $(ProjectPath)" />
|
||||
</Target>
|
||||
|
||||
@@ -6,6 +6,7 @@ using System.ComponentModel;
|
||||
using System.Drawing;
|
||||
using System.Runtime.Intrinsics.Arm;
|
||||
using System.Xml.Serialization;
|
||||
using WebWindow.Base;
|
||||
using WebWindowComplex.Json;
|
||||
using static WebWindowComplex.Json.WindowConst;
|
||||
|
||||
@@ -1753,8 +1754,9 @@ namespace WebWindowComplex
|
||||
}
|
||||
}
|
||||
|
||||
#if false
|
||||
public class Hardware
|
||||
{
|
||||
{
|
||||
private string m_sId;
|
||||
public string sId
|
||||
{
|
||||
@@ -1772,7 +1774,7 @@ namespace WebWindowComplex
|
||||
return m_sFamily;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
private string m_sName;
|
||||
public string sName
|
||||
{
|
||||
@@ -1828,7 +1830,8 @@ namespace WebWindowComplex
|
||||
m_nSashQty = nSashQty;
|
||||
m_nSashPosition = nSashPosition;
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
public class AGBOption
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user