ChompQuestVerifier/DumpCleaner/DumpCleaner.csproj

15 lines
358 B
XML
Raw Permalink Normal View History

2022-01-04 16:10:00 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\QuestValidator.Common\QuestValidator.Common.csproj" />
</ItemGroup>
</Project>