added ServerBuild configuration

This commit is contained in:
hydrant
2019-02-26 16:11:01 +01:00
parent 6b23698a6c
commit bc65c98217
3 changed files with 13 additions and 1 deletions

View File

@@ -5,6 +5,7 @@
<TargetFramework>netcoreapp2.1</TargetFramework>
<ApplicationIcon />
<StartupObject />
<Configurations>Debug;Release;ServerBuild</Configurations>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">