Completate modifiche x generare pacchetto nuget

This commit is contained in:
Samuele Locatelli
2025-09-12 17:46:23 +02:00
parent 8ce90005cb
commit 658faa7d57
6 changed files with 107 additions and 10 deletions
+4
View File
@@ -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 -3
View File
@@ -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
{