X64 project
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
<TargetFramework>net8.0-windows</TargetFramework>
|
||||
|
||||
<IsPackable>false</IsPackable>
|
||||
|
||||
<Platforms>AnyCPU;x64</Platforms>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
@@ -15,17 +15,27 @@ EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Debug|x64 = Debug|x64
|
||||
Release|Any CPU = Release|Any CPU
|
||||
Release|x64 = Release|x64
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{D02A2712-C76C-4609-A575-E716BA86EE77}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{D02A2712-C76C-4609-A575-E716BA86EE77}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{D02A2712-C76C-4609-A575-E716BA86EE77}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{D02A2712-C76C-4609-A575-E716BA86EE77}.Debug|x64.Build.0 = Debug|x64
|
||||
{D02A2712-C76C-4609-A575-E716BA86EE77}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{D02A2712-C76C-4609-A575-E716BA86EE77}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{D02A2712-C76C-4609-A575-E716BA86EE77}.Release|x64.ActiveCfg = Release|x64
|
||||
{D02A2712-C76C-4609-A575-E716BA86EE77}.Release|x64.Build.0 = Release|x64
|
||||
{DDD0A971-1756-4866-9945-B9AB5726EBFF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{DDD0A971-1756-4866-9945-B9AB5726EBFF}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{DDD0A971-1756-4866-9945-B9AB5726EBFF}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{DDD0A971-1756-4866-9945-B9AB5726EBFF}.Debug|x64.Build.0 = Debug|x64
|
||||
{DDD0A971-1756-4866-9945-B9AB5726EBFF}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{DDD0A971-1756-4866-9945-B9AB5726EBFF}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{DDD0A971-1756-4866-9945-B9AB5726EBFF}.Release|x64.ActiveCfg = Release|x64
|
||||
{DDD0A971-1756-4866-9945-B9AB5726EBFF}.Release|x64.Build.0 = Release|x64
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk.Web">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net8.0-windows</TargetFramework>
|
||||
<TargetFramework>net8.0-windows7.0</TargetFramework>
|
||||
<UserSecretsId>2a38e861-2927-4c7f-97fa-7a31b346c61e</UserSecretsId>
|
||||
<Company>SDN Engineering</Company>
|
||||
<Product>UCS Status Monitor</Product>
|
||||
@@ -13,6 +13,7 @@
|
||||
<Description>Data collector for UCS systems</Description>
|
||||
<AnalysisLevel>latest-all</AnalysisLevel>
|
||||
<Nullable>enable</Nullable>
|
||||
<Platforms>AnyCPU;x64</Platforms>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user