[banshee] [Nereid] Change output type in .csproj



commit a547d691669d430b25a35e4942e5bf59cf68ff45
Author: Gabriel Burt <gabriel burt gmail com>
Date:   Sat May 22 18:10:21 2010 -0700

    [Nereid] Change output type in .csproj
    
    Running on Windows, it was opening with a terminal visible, but changing
    the output type to WinExe (Executable with GUI) fixes that (BGO#619333).

 src/Clients/Nereid/Nereid.csproj |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Clients/Nereid/Nereid.csproj b/src/Clients/Nereid/Nereid.csproj
index 085618a..88ef085 100644
--- a/src/Clients/Nereid/Nereid.csproj
+++ b/src/Clients/Nereid/Nereid.csproj
@@ -5,7 +5,7 @@
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
     <ProductVersion>8.0.50727</ProductVersion>
     <ProjectGuid>{4F66A4DE-5204-4150-8D0B-CE21CA52E309}</ProjectGuid>
-    <OutputType>Exe</OutputType>
+    <OutputType>WinExe</OutputType>
     <UseParentDirectoryAsNamespace>true</UseParentDirectoryAsNamespace>
     <AssemblyName>Nereid</AssemblyName>
     <SchemaVersion>2.0</SchemaVersion>



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