Skip to content

Commit 5c3f392

Browse files
committed
And updating the other Servers as well
* Upgraded Prebuild.xml to allow icons to be set
1 parent 6d03f44 commit 5c3f392

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

5.56 KB
Binary file not shown.
5.56 KB
Binary file not shown.
5.56 KB
Binary file not shown.
5.56 KB
Binary file not shown.
5.56 KB
Binary file not shown.

prebuild.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@
704704
</Project>
705705

706706
<!-- WhiteCore app -->
707-
<Project frameworkVersion="v4_5" name="WhiteCore" path="WhiteCore/Application" type="Exe" appmanifest="app.manifest">
707+
<Project frameworkVersion="v4_5" name="WhiteCore" path="WhiteCore/Application" type="Exe" appmanifest="app.manifest" icon="WhiteCore.ico">
708708
<Configuration name="Debug" platform="x86">
709709
<Options>
710710
<OutputPath>../../WhiteCoreSim/bin/</OutputPath>
@@ -740,7 +740,7 @@
740740
</Files>
741741
</Project>
742742

743-
<Project frameworkVersion="v4_5" name="WhiteCore.Server" path="WhiteCore/Server" type="Exe" appmanifest="app.manifest">
743+
<Project frameworkVersion="v4_5" name="WhiteCore.Server" path="WhiteCore/Server" type="Exe" appmanifest="app.manifest" icon="WhiteCore.Server.ico">
744744
<Configuration name="Debug" platform="x86">
745745
<Options>
746746
<OutputPath>../../WhiteCoreSim/bin/</OutputPath>
@@ -781,7 +781,7 @@
781781
</Files>
782782
</Project>
783783

784-
<Project frameworkVersion="v4_5" name="WhiteCore.Server.AssetServer" path="WhiteCore/Servers/AssetServer" type="Exe" appmanifest="app.manifest">
784+
<Project frameworkVersion="v4_5" name="WhiteCore.Server.AssetServer" path="WhiteCore/Servers/AssetServer" type="Exe" appmanifest="app.manifest" icon="WhiteCore.Standalone.ico">
785785
<Configuration name="Debug" platform="x86">
786786
<Options>
787787
<OutputPath>../../../WhiteCoreSim/bin/</OutputPath>
@@ -822,7 +822,7 @@
822822
</Files>
823823
</Project>
824824

825-
<Project frameworkVersion="v4_5" name="WhiteCore.Server.AvatarServer" path="WhiteCore/Servers/AvatarServer" type="Exe" appmanifest="app.manifest">
825+
<Project frameworkVersion="v4_5" name="WhiteCore.Server.AvatarServer" path="WhiteCore/Servers/AvatarServer" type="Exe" appmanifest="app.manifest" icon="WhiteCore.Standalone.ico">
826826
<Configuration name="Debug" platform="x86">
827827
<Options>
828828
<OutputPath>../../../WhiteCoreSim/bin/</OutputPath>
@@ -863,7 +863,7 @@
863863
</Files>
864864
</Project>
865865

866-
<Project frameworkVersion="v4_5" name="WhiteCore.Server.GridServer" path="WhiteCore/Servers/GridServer" type="Exe" appmanifest="app.manifest">
866+
<Project frameworkVersion="v4_5" name="WhiteCore.Server.GridServer" path="WhiteCore/Servers/GridServer" type="Exe" appmanifest="app.manifest" icon="WhiteCore.Standalone.ico">
867867
<Configuration name="Debug" platform="x86">
868868
<Options>
869869
<OutputPath>../../../WhiteCoreSim/bin/</OutputPath>
@@ -904,7 +904,7 @@
904904
</Files>
905905
</Project>
906906

907-
<Project frameworkVersion="v4_5" name="WhiteCore.Server.InventoryServer" path="WhiteCore/Servers/InventoryServer" type="Exe" appmanifest="app.manifest">
907+
<Project frameworkVersion="v4_5" name="WhiteCore.Server.InventoryServer" path="WhiteCore/Servers/InventoryServer" type="Exe" appmanifest="app.manifest" icon="WhiteCore.Standalone.ico">
908908
<Configuration name="Debug" platform="x86">
909909
<Options>
910910
<OutputPath>../../../WhiteCoreSim/bin/</OutputPath>
@@ -945,7 +945,7 @@
945945
</Files>
946946
</Project>
947947

948-
<Project frameworkVersion="v4_5" name="WhiteCore.Server.WebServer" path="WhiteCore/Servers/WebServer" type="Exe" appmanifest="app.manifest">
948+
<Project frameworkVersion="v4_5" name="WhiteCore.Server.WebServer" path="WhiteCore/Servers/WebServer" type="Exe" appmanifest="app.manifest" icon="WhiteCore.Webserver.ico">
949949
<Configuration name="Debug" platform="x86">
950950
<Options>
951951
<OutputPath>../../../WhiteCoreSim/bin/</OutputPath>

0 commit comments

Comments
 (0)