Skip to content

Commit cac9241

Browse files
author
malah
committed
clean/compil functions
1 parent 8951d76 commit cac9241

File tree

14 files changed

+47
-38
lines changed

14 files changed

+47
-38
lines changed

QuickBrake/QuickBrake.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
<ConsolePause>false</ConsolePause>
3030
<CustomCommands>
3131
<CustomCommands>
32-
<Command type="AfterBuild" command="../install.sh QuickBrake" />
33-
<Command type="AfterClean" command="../clean.sh QuickBrake" />
32+
<Command type="AfterBuild" command="../install.sh ${ProjectName}" />
33+
<Command type="AfterClean" command="../clean.sh ${ProjectName}" />
3434
</CustomCommands>
3535
</CustomCommands>
3636
<DebugSymbols>true</DebugSymbols>

QuickContracts/QuickContracts.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
<ConsolePause>false</ConsolePause>
3232
<CustomCommands>
3333
<CustomCommands>
34-
<Command type="AfterBuild" command="../install.sh QuickContracts" />
35-
<Command type="AfterClean" command="../clean.sh QuickContracts" />
34+
<Command type="AfterBuild" command="../install.sh ${ProjectName}" />
35+
<Command type="AfterClean" command="../clean.sh ${ProjectName}" />
3636
</CustomCommands>
3737
</CustomCommands>
3838
</PropertyGroup>

QuickCursorHider/QuickCursorHider.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
<ConsolePause>false</ConsolePause>
3434
<CustomCommands>
3535
<CustomCommands>
36-
<Command type="AfterBuild" command="../install.sh QuickCursorHider" workingdir="" />
37-
<Command type="AfterClean" command="../clean.sh QuickCursorHider" />
36+
<Command type="AfterBuild" command="../install.sh ${ProjectName}" workingdir="" />
37+
<Command type="AfterClean" command="../clean.sh ${ProjectName}" />
3838
</CustomCommands>
3939
</CustomCommands>
4040
</PropertyGroup>

QuickExit/QuickExit.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
<ConsolePause>false</ConsolePause>
3535
<CustomCommands>
3636
<CustomCommands>
37-
<Command type="AfterBuild" command="../install.sh QuickExit" />
38-
<Command type="AfterClean" command="../clean.sh QuickExit" />
37+
<Command type="AfterBuild" command="../install.sh ${ProjectName}" />
38+
<Command type="AfterClean" command="../clean.sh ${ProjectName}" />
3939
</CustomCommands>
4040
</CustomCommands>
4141
<DebugSymbols>true</DebugSymbols>

QuickFineControl/QuickFineControl.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
<ConsolePause>false</ConsolePause>
3535
<CustomCommands>
3636
<CustomCommands>
37-
<Command type="AfterBuild" command="../install.sh QuickFineControl" />
38-
<Command type="AfterClean" command="../clean.sh QuickFineControl" />
37+
<Command type="AfterBuild" command="../install.sh ${ProjectName}" />
38+
<Command type="AfterClean" command="../clean.sh ${ProjectName}" />
3939
</CustomCommands>
4040
</CustomCommands>
4141
</PropertyGroup>

QuickGoTo/QuickGoTo.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
<ConsolePause>false</ConsolePause>
2929
<CustomCommands>
3030
<CustomCommands>
31-
<Command type="AfterBuild" command="../install.sh QuickGoTo" />
32-
<Command type="AfterClean" command="../clean.sh QuickGoTo" />
31+
<Command type="AfterBuild" command="../install.sh ${ProjectName}" />
32+
<Command type="AfterClean" command="../clean.sh ${ProjectName}" />
3333
</CustomCommands>
3434
</CustomCommands>
3535
</PropertyGroup>

QuickHide/QuickHide.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
<ConsolePause>false</ConsolePause>
3636
<CustomCommands>
3737
<CustomCommands>
38-
<Command type="AfterBuild" command="../install.sh QuickHide" />
39-
<Command type="AfterClean" command="../clean.sh QuickHide" />
38+
<Command type="AfterBuild" command="../install.sh ${ProjectName}" />
39+
<Command type="AfterClean" command="../clean.sh ${ProjectName}" />
4040
</CustomCommands>
4141
</CustomCommands>
4242
<DebugSymbols>true</DebugSymbols>

QuickIVA/QuickIVA.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
<CustomCommands>
3232
<CustomCommands>
3333
<Command type="BeforeExecute" command="" />
34-
<Command type="AfterBuild" command="../install.sh QuickIVA" />
35-
<Command type="AfterClean" command="../clean.sh QuickIVA" />
34+
<Command type="AfterBuild" command="../install.sh ${ProjectName}" />
35+
<Command type="AfterClean" command="../clean.sh ${ProjectName}" />
3636
</CustomCommands>
3737
</CustomCommands>
3838
</PropertyGroup>

QuickMods.sln

Lines changed: 21 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,15 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
3333
clean.sh = clean.sh
3434
COPYING = COPYING
3535
README.md = README.md
36+
compress.sh = compress.sh
37+
compressall.sh = compressall.sh
3638
EndProjectSection
3739
EndProject
3840
Project("{9344BDBB-3E7F-41FC-A0DD-8665D75EE146}") = "GameData", "GameData.mdproj", "{732E642A-6428-4A48-BCE8-A65E3BA8181C}"
3941
EndProject
40-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QuickScroll", "QuickScroll\QuickScroll.csproj", "{9BFAEF28-2599-4BD6-8B03-C32300F49EA2}"
42+
Project("{9344BDBB-3E7F-41FC-A0DD-8665D75EE146}") = "QuickScroll", "QuickScroll\QuickScroll.csproj", "{1CC125EA-B571-4F2C-AD32-7FE5943A4137}"
4143
EndProject
42-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QuickEngineer", "QuickEngineer\QuickEngineer.csproj", "{9B134623-9C4D-4020-9910-69FF2F4170D6}"
44+
Project("{9344BDBB-3E7F-41FC-A0DD-8665D75EE146}") = "QuickEngineer", "QuickEngineer\QuickEngineer.csproj", "{77EFF447-A321-443D-9C4E-E819C22226BC}"
4345
EndProject
4446
Global
4547
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -132,20 +134,27 @@ Global
132134
{732E642A-6428-4A48-BCE8-A65E3BA8181C}.Release|Any CPU.Build.0 = Default|Any CPU
133135
{732E642A-6428-4A48-BCE8-A65E3BA8181C}.Default|Any CPU.ActiveCfg = Default|Any CPU
134136
{732E642A-6428-4A48-BCE8-A65E3BA8181C}.Default|Any CPU.Build.0 = Default|Any CPU
135-
{9BFAEF28-2599-4BD6-8B03-C32300F49EA2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
136-
{9BFAEF28-2599-4BD6-8B03-C32300F49EA2}.Debug|Any CPU.Build.0 = Debug|Any CPU
137-
{9BFAEF28-2599-4BD6-8B03-C32300F49EA2}.Release|Any CPU.ActiveCfg = Release|Any CPU
138-
{9BFAEF28-2599-4BD6-8B03-C32300F49EA2}.Release|Any CPU.Build.0 = Release|Any CPU
139-
{9BFAEF28-2599-4BD6-8B03-C32300F49EA2}.Default|Any CPU.ActiveCfg = Default|Any CPU
140-
{9B134623-9C4D-4020-9910-69FF2F4170D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
141-
{9B134623-9C4D-4020-9910-69FF2F4170D6}.Debug|Any CPU.Build.0 = Debug|Any CPU
142-
{9B134623-9C4D-4020-9910-69FF2F4170D6}.Release|Any CPU.ActiveCfg = Release|Any CPU
143-
{9B134623-9C4D-4020-9910-69FF2F4170D6}.Release|Any CPU.Build.0 = Release|Any CPU
144-
{9B134623-9C4D-4020-9910-69FF2F4170D6}.Default|Any CPU.ActiveCfg = Default|Any CPU
137+
{1CC125EA-B571-4F2C-AD32-7FE5943A4137}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
138+
{1CC125EA-B571-4F2C-AD32-7FE5943A4137}.Debug|Any CPU.Build.0 = Debug|Any CPU
139+
{1CC125EA-B571-4F2C-AD32-7FE5943A4137}.Release|Any CPU.ActiveCfg = Release|Any CPU
140+
{1CC125EA-B571-4F2C-AD32-7FE5943A4137}.Release|Any CPU.Build.0 = Release|Any CPU
141+
{1CC125EA-B571-4F2C-AD32-7FE5943A4137}.Default|Any CPU.ActiveCfg = Default|Any CPU
142+
{77EFF447-A321-443D-9C4E-E819C22226BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
143+
{77EFF447-A321-443D-9C4E-E819C22226BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
144+
{77EFF447-A321-443D-9C4E-E819C22226BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
145+
{77EFF447-A321-443D-9C4E-E819C22226BC}.Release|Any CPU.Build.0 = Release|Any CPU
146+
{77EFF447-A321-443D-9C4E-E819C22226BC}.Default|Any CPU.ActiveCfg = Default|Any CPU
145147
EndGlobalSection
146148
GlobalSection(NestedProjects) = preSolution
147149
EndGlobalSection
148150
GlobalSection(MonoDevelopProperties) = preSolution
149151
version = 1
152+
Policies = $0
153+
$0.VersionControlPolicy = $1
154+
$1.CommitMessageStyle = $2
155+
$2.FileSeparator = ", "
156+
$2.IncludeDirectoryPaths = True
157+
$2.Wrap = False
158+
$1.inheritsSet = Mono
150159
EndGlobalSection
151160
EndGlobal

QuickMute/QuickMute.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
<ConsolePause>false</ConsolePause>
2929
<CustomCommands>
3030
<CustomCommands>
31-
<Command type="AfterBuild" command="../install.sh QuickMute" />
32-
<Command type="AfterClean" command="../clean.sh QuickMute" />
31+
<Command type="AfterBuild" command="../install.sh ${ProjectName}" />
32+
<Command type="AfterClean" command="../clean.sh ${ProjectName}" />
3333
</CustomCommands>
3434
</CustomCommands>
3535
</PropertyGroup>

0 commit comments

Comments
 (0)