ChompQuestVerifier/GenerateQuestFile/GenerateQuestFile.csproj

14 lines
371 B
XML
Raw Permalink Normal View History

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
2022-01-09 20:33:55 +00:00
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\QuestValidator.Common\QuestValidator.Common.csproj" />
<ProjectReference Include="..\QuestValidator.Models\QuestValidator.Models.csproj" />
</ItemGroup>
</Project>