TODO
Requires Harmony.
dotnet build XellsRestockTimer.slnx
The build outputs 1.6/Assemblies/XellsRestockTimer.dll and then copies the mod's runtime files (About/, 1.6/) into <RimWorld>\Mods\XellsRestockTimer.
By default the RimWorld folder is assumed to be C:\Program Files (x86)\Steam\steamapps\common\RimWorld. To override it, either set the RimWorldDir environment variable or create Source/XellsRestockTimer/Local.props (gitignored):
<Project>
<PropertyGroup>
<RimWorldDir>D:\Games\RimWorld</RimWorldDir>
</PropertyGroup>
</Project>