Browse Source

removed console window

Alexander Hendrich 7 years ago
parent
commit
e80c037007
3 changed files with 1 additions and 3 deletions
  1. BIN
      .vs/bbiwarg/v14/.suo
  2. 0 2
      bbiwarg/BBWIWARG.cs
  3. 1 1
      bbiwarg/bbiwarg.csproj

BIN
.vs/bbiwarg/v14/.suo


+ 0 - 2
bbiwarg/BBWIWARG.cs

@@ -129,8 +129,6 @@ namespace BBIWARG
         /// <param name="args">command line arguments</param>
         private static void Main(string[] args)
         {
-            Console.SetWindowSize(Parameters.ConsoleWidth, Parameters.ConsoleHeight);
-
             System.ServiceModel.ServiceHost host = new System.ServiceModel.ServiceHost(typeof(API.Server));
             host.Open();
 

+ 1 - 1
bbiwarg/bbiwarg.csproj

@@ -5,7 +5,7 @@
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
     <ProjectGuid>{12271049-82D6-436D-A51E-E6614C8E9C50}</ProjectGuid>
-    <OutputType>Exe</OutputType>
+    <OutputType>WinExe</OutputType>
     <AppDesignerFolder>Properties</AppDesignerFolder>
     <RootNamespace>BBIWARG</RootNamespace>
     <AssemblyName>bbiwarg</AssemblyName>