Skip to content

Commit

Permalink
And updating the other Servers as well
Browse files Browse the repository at this point in the history
* Upgraded Prebuild.xml to allow icons to be set
  • Loading branch information
fly-man- committed Aug 11, 2016
1 parent 6d03f44 commit 5c3f392
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
14 changes: 7 additions & 7 deletions prebuild.xml
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@
</Project>

<!-- WhiteCore app -->
<Project frameworkVersion="v4_5" name="WhiteCore" path="WhiteCore/Application" type="Exe" appmanifest="app.manifest">
<Project frameworkVersion="v4_5" name="WhiteCore" path="WhiteCore/Application" type="Exe" appmanifest="app.manifest" icon="WhiteCore.ico">
<Configuration name="Debug" platform="x86">
<Options>
<OutputPath>../../WhiteCoreSim/bin/</OutputPath>
Expand Down Expand Up @@ -740,7 +740,7 @@
</Files>
</Project>

<Project frameworkVersion="v4_5" name="WhiteCore.Server" path="WhiteCore/Server" type="Exe" appmanifest="app.manifest">
<Project frameworkVersion="v4_5" name="WhiteCore.Server" path="WhiteCore/Server" type="Exe" appmanifest="app.manifest" icon="WhiteCore.Server.ico">
<Configuration name="Debug" platform="x86">
<Options>
<OutputPath>../../WhiteCoreSim/bin/</OutputPath>
Expand Down Expand Up @@ -781,7 +781,7 @@
</Files>
</Project>

<Project frameworkVersion="v4_5" name="WhiteCore.Server.AssetServer" path="WhiteCore/Servers/AssetServer" type="Exe" appmanifest="app.manifest">
<Project frameworkVersion="v4_5" name="WhiteCore.Server.AssetServer" path="WhiteCore/Servers/AssetServer" type="Exe" appmanifest="app.manifest" icon="WhiteCore.Standalone.ico">
<Configuration name="Debug" platform="x86">
<Options>
<OutputPath>../../../WhiteCoreSim/bin/</OutputPath>
Expand Down Expand Up @@ -822,7 +822,7 @@
</Files>
</Project>

<Project frameworkVersion="v4_5" name="WhiteCore.Server.AvatarServer" path="WhiteCore/Servers/AvatarServer" type="Exe" appmanifest="app.manifest">
<Project frameworkVersion="v4_5" name="WhiteCore.Server.AvatarServer" path="WhiteCore/Servers/AvatarServer" type="Exe" appmanifest="app.manifest" icon="WhiteCore.Standalone.ico">
<Configuration name="Debug" platform="x86">
<Options>
<OutputPath>../../../WhiteCoreSim/bin/</OutputPath>
Expand Down Expand Up @@ -863,7 +863,7 @@
</Files>
</Project>

<Project frameworkVersion="v4_5" name="WhiteCore.Server.GridServer" path="WhiteCore/Servers/GridServer" type="Exe" appmanifest="app.manifest">
<Project frameworkVersion="v4_5" name="WhiteCore.Server.GridServer" path="WhiteCore/Servers/GridServer" type="Exe" appmanifest="app.manifest" icon="WhiteCore.Standalone.ico">
<Configuration name="Debug" platform="x86">
<Options>
<OutputPath>../../../WhiteCoreSim/bin/</OutputPath>
Expand Down Expand Up @@ -904,7 +904,7 @@
</Files>
</Project>

<Project frameworkVersion="v4_5" name="WhiteCore.Server.InventoryServer" path="WhiteCore/Servers/InventoryServer" type="Exe" appmanifest="app.manifest">
<Project frameworkVersion="v4_5" name="WhiteCore.Server.InventoryServer" path="WhiteCore/Servers/InventoryServer" type="Exe" appmanifest="app.manifest" icon="WhiteCore.Standalone.ico">
<Configuration name="Debug" platform="x86">
<Options>
<OutputPath>../../../WhiteCoreSim/bin/</OutputPath>
Expand Down Expand Up @@ -945,7 +945,7 @@
</Files>
</Project>

<Project frameworkVersion="v4_5" name="WhiteCore.Server.WebServer" path="WhiteCore/Servers/WebServer" type="Exe" appmanifest="app.manifest">
<Project frameworkVersion="v4_5" name="WhiteCore.Server.WebServer" path="WhiteCore/Servers/WebServer" type="Exe" appmanifest="app.manifest" icon="WhiteCore.Webserver.ico">
<Configuration name="Debug" platform="x86">
<Options>
<OutputPath>../../../WhiteCoreSim/bin/</OutputPath>
Expand Down

0 comments on commit 5c3f392

Please sign in to comment.