Add refactored nsi common service handler

This commit is contained in:
2025-08-25 09:54:44 +09:00
parent 8020650a34
commit 40926b38ee
27 changed files with 5800 additions and 4 deletions

View File

@ -76,6 +76,8 @@
<Compile Include="ClientDemo\Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="TestApp\Program.cs" />
<Compile Include="TestApp\Scenario\NsiCommonScenario.cs" />
<Compile Include="TestApp\Scenario\NsiScenario.cs" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include=".NETFramework,Version=v4.8">
@ -95,5 +97,6 @@
<Name>Hcs.Client</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>