Skip to content
This repository has been archived by the owner on Apr 15, 2022. It is now read-only.

Commit

Permalink
Switch to WinApp to avoid CMD window
Browse files Browse the repository at this point in the history
  • Loading branch information
xupefei committed Apr 17, 2014
1 parent 88b8afd commit 5e7b01a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion BingWallpaper/BingWallpaper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{197E0E0A-4123-4C5F-B03B-FD0E414494D7}</ProjectGuid>
<OutputType>Exe</OutputType>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>BingWallpaper</RootNamespace>
<AssemblyName>BingWallpaper</AssemblyName>
Expand All @@ -32,6 +32,9 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<StartupObject />
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down

0 comments on commit 5e7b01a

Please sign in to comment.