Skip to content

Commit a0dde2c

Browse files
authored
Update Win32 icons (#4)
1 parent e58f1e2 commit a0dde2c

21 files changed

+14245
-2145
lines changed

ModApi.InterimSetup/ModApi.InterimSetup/ModApi.InterimSetup.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<Prefer32Bit>true</Prefer32Bit>
5656
</PropertyGroup>
5757
<PropertyGroup>
58-
<ApplicationIcon>lH5AxkU.ico</ApplicationIcon>
58+
<ApplicationIcon>SporeModAPISetup.ico</ApplicationIcon>
5959
</PropertyGroup>
6060
<ItemGroup>
6161
<Reference Include="System" />
@@ -148,7 +148,7 @@
148148
</COMReference>
149149
</ItemGroup>
150150
<ItemGroup>
151-
<Resource Include="lH5AxkU.ico" />
151+
<Resource Include="SporeModAPISetup.ico" />
152152
</ItemGroup>
153153
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
154154
</Project>
166 KB
Binary file not shown.
-31.3 KB
Binary file not shown.

ModApi.UpdateManager/ModApi.UpdateManager.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@
3636
<PropertyGroup>
3737
<StartupObject />
3838
</PropertyGroup>
39+
<PropertyGroup>
40+
<ApplicationIcon>SporeModAPIUpdateManager.ico</ApplicationIcon>
41+
</PropertyGroup>
3942
<ItemGroup>
4043
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
4144
<HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
@@ -78,5 +81,8 @@
7881
<ItemGroup>
7982
<None Include="packages.config" />
8083
</ItemGroup>
84+
<ItemGroup>
85+
<Content Include="SporeModAPIUpdateManager.ico" />
86+
</ItemGroup>
8187
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
8288
</Project>

ModApi.UpdateManager/ProgressDialog.Designer.cs

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ModApi.UpdateManager/ProgressDialog.resx

Lines changed: 2832 additions & 0 deletions
Large diffs are not rendered by default.
166 KB
Binary file not shown.
-31.3 KB
Binary file not shown.

Spore ModAPI Easy Installer/ProgressWindow.resx

Lines changed: 2934 additions & 534 deletions
Large diffs are not rendered by default.

Spore ModAPI Easy Installer/Spore ModAPI Easy Installer.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<WarningLevel>4</WarningLevel>
4949
</PropertyGroup>
5050
<PropertyGroup>
51-
<ApplicationIcon>Easy Installer Icon.ico</ApplicationIcon>
51+
<ApplicationIcon>SporeModAPIEasyInstaller.ico</ApplicationIcon>
5252
</PropertyGroup>
5353
<PropertyGroup>
5454
<StartupObject>Spore_ModAPI_Easy_Installer.EasyInstaller</StartupObject>
@@ -141,7 +141,7 @@
141141
</BootstrapperPackage>
142142
</ItemGroup>
143143
<ItemGroup>
144-
<Content Include="Easy Installer Icon.ico" />
144+
<Content Include="SporeModAPIEasyInstaller.ico" />
145145
</ItemGroup>
146146
<ItemGroup>
147147
<ProjectReference Include="..\ModAPI Installers\ModAPI Installers.csproj">

0 commit comments

Comments
 (0)