Files
RAGECOOP-V/Client/Scripting/RageCoop.Client.Scripting.csproj

18 lines
536 B
XML
Raw Normal View History

2023-02-16 18:56:56 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
2023-02-12 22:06:57 +08:00
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
2023-02-16 18:56:56 +08:00
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<OutDir>..\..\bin\API</OutDir>
<DocumentationFile>..\..\bin\API\RageCoop.Client.Scripting.xml</DocumentationFile>
<NoWarn>CS1591</NoWarn>
</PropertyGroup>
<ItemGroup>
2023-02-12 22:06:57 +08:00
<ProjectReference Include="..\..\Core\RageCoop.Core.csproj" />
</ItemGroup>
</Project>