• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

First Machine Age's Mods (Combined repo.)


コミットメタ情報

リビジョン1c921954db0f2515eedb999638789661e970a566 (tree)
日時2021-05-29 07:18:11
作者melchior <melchior@user...>
コミッターmelchior

ログメッセージ

Release project settings

変更サマリ

差分

--- a/ConstructionSupport/ConstructionSupport.csproj
+++ b/ConstructionSupport/ConstructionSupport.csproj
@@ -31,6 +31,12 @@
3131 <ErrorReport>prompt</ErrorReport>
3232 <WarningLevel>4</WarningLevel>
3333 <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>
3440 </PropertyGroup>
3541 <ItemGroup>
3642 <Reference Include="System" />