|
@@ -5,7 +5,7 @@
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
<ProjectGuid>{67C0BB5E-B5CC-49DA-8605-AE5B86512C4F}</ProjectGuid>
|
|
|
- <OutputType>Exe</OutputType>
|
|
|
+ <OutputType>WinExe</OutputType>
|
|
|
<RootNamespace>WechatDoubleOpen</RootNamespace>
|
|
|
<AssemblyName>WechatDoubleOpen</AssemblyName>
|
|
|
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
|
|
@@ -32,6 +32,9 @@
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
</PropertyGroup>
|
|
|
+ <PropertyGroup>
|
|
|
+ <StartupObject />
|
|
|
+ </PropertyGroup>
|
|
|
<ItemGroup>
|
|
|
<Reference Include="System" />
|
|
|
<Reference Include="System.Core" />
|
|
@@ -45,6 +48,7 @@
|
|
|
<ItemGroup>
|
|
|
<Compile Include="Program.cs" />
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
+ <Compile Include="ReadWeChatPathClass.cs" />
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
<None Include="App.config" />
|