Files
Daybreak/Tools/SkillUpdater/SkillUpdater.csproj
T
amacocian 089a10a056 Reorganize skills (#1541)
* Reorganize skills

* Minor fixes
2026-06-03 22:09:58 +02:00

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>