added ServerBuild configuration
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
<TargetFramework>netcoreapp2.1</TargetFramework>
|
||||
<ApplicationIcon />
|
||||
<StartupObject />
|
||||
<Configurations>Debug;Release;ServerBuild</Configurations>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
||||
<GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType>
|
||||
<Platforms>AnyCPU;x64</Platforms>
|
||||
<Configurations>Debug;Release;ServerBuild</Configurations>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="meta.xml">
|
||||
|
||||
@@ -5,7 +5,7 @@ VisualStudioVersion = 15.0.28307.421
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ReallifeGamemode.Server", "ReallifeGamemode.Server\ReallifeGamemode.Server.csproj", "{6A490613-C8B7-4C45-8562-4455F59BCDD4}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReallifeGamemode.Client", "ReallifeGamemode.Client\ReallifeGamemode.Client.csproj", "{67472A94-4B6C-46B5-AB57-C2988B55C8C7}"
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ReallifeGamemode.Client", "ReallifeGamemode.Client\ReallifeGamemode.Client.csproj", "{67472A94-4B6C-46B5-AB57-C2988B55C8C7}"
|
||||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D5D3F762-4CB5-4521-8A0D-7D39DA5E3967}"
|
||||
ProjectSection(SolutionItems) = preProject
|
||||
@@ -21,6 +21,8 @@ Global
|
||||
Debug|x64 = Debug|x64
|
||||
Release|Any CPU = Release|Any CPU
|
||||
Release|x64 = Release|x64
|
||||
ServerBuild|Any CPU = ServerBuild|Any CPU
|
||||
ServerBuild|x64 = ServerBuild|x64
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{6A490613-C8B7-4C45-8562-4455F59BCDD4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
@@ -31,6 +33,10 @@ Global
|
||||
{6A490613-C8B7-4C45-8562-4455F59BCDD4}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{6A490613-C8B7-4C45-8562-4455F59BCDD4}.Release|x64.ActiveCfg = Release|x64
|
||||
{6A490613-C8B7-4C45-8562-4455F59BCDD4}.Release|x64.Build.0 = Release|x64
|
||||
{6A490613-C8B7-4C45-8562-4455F59BCDD4}.ServerBuild|Any CPU.ActiveCfg = ServerBuild|Any CPU
|
||||
{6A490613-C8B7-4C45-8562-4455F59BCDD4}.ServerBuild|Any CPU.Build.0 = ServerBuild|Any CPU
|
||||
{6A490613-C8B7-4C45-8562-4455F59BCDD4}.ServerBuild|x64.ActiveCfg = ServerBuild|x64
|
||||
{6A490613-C8B7-4C45-8562-4455F59BCDD4}.ServerBuild|x64.Build.0 = ServerBuild|x64
|
||||
{67472A94-4B6C-46B5-AB57-C2988B55C8C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{67472A94-4B6C-46B5-AB57-C2988B55C8C7}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{67472A94-4B6C-46B5-AB57-C2988B55C8C7}.Debug|x64.ActiveCfg = Debug|Any CPU
|
||||
@@ -39,6 +45,10 @@ Global
|
||||
{67472A94-4B6C-46B5-AB57-C2988B55C8C7}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{67472A94-4B6C-46B5-AB57-C2988B55C8C7}.Release|x64.ActiveCfg = Release|Any CPU
|
||||
{67472A94-4B6C-46B5-AB57-C2988B55C8C7}.Release|x64.Build.0 = Release|Any CPU
|
||||
{67472A94-4B6C-46B5-AB57-C2988B55C8C7}.ServerBuild|Any CPU.ActiveCfg = ServerBuild|Any CPU
|
||||
{67472A94-4B6C-46B5-AB57-C2988B55C8C7}.ServerBuild|Any CPU.Build.0 = ServerBuild|Any CPU
|
||||
{67472A94-4B6C-46B5-AB57-C2988B55C8C7}.ServerBuild|x64.ActiveCfg = ServerBuild|Any CPU
|
||||
{67472A94-4B6C-46B5-AB57-C2988B55C8C7}.ServerBuild|x64.Build.0 = ServerBuild|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
|
||||
Reference in New Issue
Block a user