WutheringWaves/SDKServer/SDKServer.csproj

19 lines
414 B
XML
Raw Normal View History

2024-02-07 21:41:39 +00:00
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
2024-02-14 21:22:21 +00:00
<ApplicationIcon>icon.ico</ApplicationIcon>
2024-02-07 21:41:39 +00:00
</PropertyGroup>
2024-02-14 21:22:21 +00:00
<ItemGroup>
<Content Include="icon.ico" />
</ItemGroup>
2024-02-07 21:41:39 +00:00
<ItemGroup>
<None Include="..\.editorconfig" Link=".editorconfig" />
</ItemGroup>
</Project>