ServerManagers/src/ServerManager.Updater/ServerManager.Updater.csproj
Brett Hewitson 8241bd08e7 Project file Updates
AssemblyInfo File Updates
2021-12-03 20:28:35 +10:00

22 lines
No EOL
862 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup Label="Globals">
<Configurations>Debug;Release;Debug - Beta</Configurations>
</PropertyGroup>
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net462</TargetFramework>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<ApplicationIcon>Art\favicon.ico</ApplicationIcon>
<StartupObject>ServerManagerTool.Updater.Program</StartupObject>
<AssemblyName>ServerManagerUpdater</AssemblyName>
<RootNamespace>ServerManagerTool.Updater</RootNamespace>
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DebugType>none</DebugType>
<DebugSymbols>false</DebugSymbols>
</PropertyGroup>
<ItemGroup>
<Reference Include="System.Management" />
</ItemGroup>
</Project>