Stardew_Valley_Mods/GeneralMods/deploy.targets

6 lines
224 B
XML

<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<DeployModZipTo Condition="'$(Configuration)' == 'Release'">$(SolutionDir)\_releases</DeployModZipTo>
</PropertyGroup>
</Project>