Files
WoWDBDefs/code/C#/DBDefsValidator/DBDefsValidator.csproj
2024-11-19 00:40:06 +01:00

17 lines
407 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\DBDefsLib\DBDefsLib.csproj" />
</ItemGroup>
</Project>