tasque r138 - trunk



Author: sharm
Date: Tue Oct 14 03:51:24 2008
New Revision: 138
URL: http://svn.gnome.org/viewvc/tasque?rev=138&view=rev

Log:
* tasque.csproj: Change output type to WinExe to prevent DOS window.

Modified:
   trunk/ChangeLog
   trunk/tasque.csproj

Modified: trunk/tasque.csproj
==============================================================================
--- trunk/tasque.csproj	(original)
+++ trunk/tasque.csproj	Tue Oct 14 03:51:24 2008
@@ -5,12 +5,12 @@
     <ProjectGuid>{B19B9840-669D-4984-9772-E1F55193A67F}</ProjectGuid>
     <ProductVersion>9.0.21022</ProductVersion>
     <SchemaVersion>2.0</SchemaVersion>
-    <OutputType>Exe</OutputType>
+    <OutputType>WinExe</OutputType>
     <NoStandardLibraries>false</NoStandardLibraries>
     <AssemblyName>tasque</AssemblyName>
     <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
     <FileAlignment>512</FileAlignment>
-    <NoWin32Manifest>true</NoWin32Manifest>
+    <NoWin32Manifest>True</NoWin32Manifest>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     <DebugSymbols>true</DebugSymbols>



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