Merge commit '907ad039c46e13f9e7a8a3bfe8a6b9fe322c72da' into dev

This commit is contained in:
maier_S
2022-03-23 14:17:56 +01:00
56 changed files with 11282 additions and 0 deletions

View File

@@ -9,6 +9,10 @@
<AssemblyVersion>3.0</AssemblyVersion>
</PropertyGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net472' ">
<Reference Include="System.Management" />
</ItemGroup>
<ItemGroup>
<None Remove="Icons\Cross.png" />
<None Remove="Icons\FondiumU.ico" />
@@ -28,6 +32,7 @@
</None>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Management.Infrastructure" Version="2.0.0" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="6.0.0" />
</ItemGroup>