Snowflake/RPG.Services.Gateserver/RPG.Services.Gateserver.csproj

25 lines
567 B
XML
Raw Normal View History

2024-01-18 16:18:25 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
2024-01-18 22:13:40 +00:00
<ItemGroup>
<ProjectReference Include="..\RPG.Services.Core\RPG.Services.Core.csproj" />
</ItemGroup>
<ItemGroup>
<None Update="appsettings.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
2024-01-21 15:34:19 +00:00
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
2024-01-18 16:18:25 +00:00
</Project>