First Machine Age's Mods (Combined repo.)
Revision | 1c921954db0f2515eedb999638789661e970a566 (tree) |
---|---|
Time | 2021-05-29 07:18:11 |
Author | melchior <melchior@user...> |
Commiter | melchior |
Release project settings
@@ -31,6 +31,12 @@ | ||
31 | 31 | <ErrorReport>prompt</ErrorReport> |
32 | 32 | <WarningLevel>4</WarningLevel> |
33 | 33 | <ConsolePause>false</ConsolePause> |
34 | + <CustomCommands> | |
35 | + <CustomCommands> | |
36 | + <Command type="AfterBuild" command="7z a -tzip -x!*.zip -aoa ${ProjectName}_${ProjectConfig}.zip" workingdir="${TargetDir}" /> | |
37 | + <Command type="AfterClean" command="rm -f *.zip" workingdir="${TargetDir}" /> | |
38 | + </CustomCommands> | |
39 | + </CustomCommands> | |
34 | 40 | </PropertyGroup> |
35 | 41 | <ItemGroup> |
36 | 42 | <Reference Include="System" /> |