mirror of
https://github.com/gwdevhub/Daybreak.git
synced 2026-07-15 15:19:57 +00:00
089a10a056
* Reorganize skills * Minor fixes
18 lines
596 B
XML
18 lines
596 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>$(TargetFrameworkVersion)</TargetFramework>
|
|
<Nullable>enable</Nullable>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<LangVersion>preview</LangVersion>
|
|
<RootNamespace>Daybreak.Tools.SkillUpdater</RootNamespace>
|
|
<IsPackable>false</IsPackable>
|
|
<!-- Standalone developer tool. Intentionally has no project references -->
|
|
<!-- so a broken Skill.g.cs in Daybreak.Shared can never block re-running it. -->
|
|
<Platforms>AnyCPU</Platforms>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|
|
|