c7219c7098
Some cleanup on array Clear Misc errors
22 lines
606 B
XML
22 lines
606 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<Import Project="..\..\default.props" />
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>netcoreapp2.0</TargetFramework>
|
|
<ApplicationIcon>Blue.ico</ApplicationIcon>
|
|
<StartupObject>WorldServer.Server</StartupObject>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Game\Game.csproj" />
|
|
<ProjectReference Include="..\Scripts\Scripts.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<None Update="WorldServer.conf.dist">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
</ItemGroup>
|
|
|
|
</Project>
|