[banshee/windows] Update the Nereid config to use the new .ico, and also pass --debug when running



commit 763ccce277a8dd3aec71cedb64fb02b737b8fbbe
Author: Gabriel Burt <gabriel burt gmail com>
Date:   Sat May 2 17:28:54 2009 -0500

    Update the Nereid config to use the new .ico, and also pass --debug when running
---
 src/Clients/Nereid/Nereid.csproj |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/Clients/Nereid/Nereid.csproj b/src/Clients/Nereid/Nereid.csproj
index c3026d3..88e22a1 100644
--- a/src/Clients/Nereid/Nereid.csproj
+++ b/src/Clients/Nereid/Nereid.csproj
@@ -16,7 +16,7 @@
     <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
     <NoStdLib>False</NoStdLib>
     <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
-    <StartArguments>--redirect-log</StartArguments>
+    <StartArguments>--redirect-log --debug</StartArguments>
     <Optimize>true</Optimize>
     <OutputPath>..\..\..\bin</OutputPath>
     <ErrorReport>prompt</ErrorReport>
@@ -47,6 +47,7 @@
     <PlatformTarget>x86</PlatformTarget>
     <AssemblyKeyFile>.</AssemblyKeyFile>
     <Externalconsole>true</Externalconsole>
+    <ApplicationIcon>..\..\..\data\banshee.ico</ApplicationIcon>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)' == 'Windows' ">
     <StartAction>Project</StartAction>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]