Files
WoWDBDefs/code/C#/DBDefsTest/DBDefsTest.csproj
2018-02-11 17:21:34 +01:00

13 lines
265 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\DBDefsLib\DBDefsLib.csproj" />
</ItemGroup>
</Project>