|
@@ -9,7 +9,7 @@
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
<RootNamespace>TestProject</RootNamespace>
|
|
<RootNamespace>TestProject</RootNamespace>
|
|
|
<AssemblyName>TestProject</AssemblyName>
|
|
<AssemblyName>TestProject</AssemblyName>
|
|
|
- <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
|
|
|
|
|
|
+ <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
|
<FileAlignment>512</FileAlignment>
|
|
<FileAlignment>512</FileAlignment>
|
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
|
<IsWebBootstrapper>true</IsWebBootstrapper>
|
|
<IsWebBootstrapper>true</IsWebBootstrapper>
|
|
@@ -35,6 +35,7 @@
|
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
|
<PublishWizardCompleted>true</PublishWizardCompleted>
|
|
<PublishWizardCompleted>true</PublishWizardCompleted>
|
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
|
|
|
|
+ <TargetFrameworkProfile />
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
@@ -66,9 +67,15 @@
|
|
|
<GenerateManifests>true</GenerateManifests>
|
|
<GenerateManifests>true</GenerateManifests>
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
<PropertyGroup>
|
|
<PropertyGroup>
|
|
|
- <SignManifests>true</SignManifests>
|
|
|
|
|
|
|
+ <SignManifests>false</SignManifests>
|
|
|
|
|
+ </PropertyGroup>
|
|
|
|
|
+ <PropertyGroup>
|
|
|
|
|
+ <NoWin32Manifest>true</NoWin32Manifest>
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
|
|
|
+ <Reference Include="BenQGuru.eMES.DLLService">
|
|
|
|
|
+ <HintPath>tool\BenQGuru.eMES.DLLService.dll</HintPath>
|
|
|
|
|
+ </Reference>
|
|
|
<Reference Include="CSkin">
|
|
<Reference Include="CSkin">
|
|
|
<HintPath>tool\CSkin.dll</HintPath>
|
|
<HintPath>tool\CSkin.dll</HintPath>
|
|
|
</Reference>
|
|
</Reference>
|
|
@@ -94,12 +101,6 @@
|
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
|
<Compile Include="DrawHelper.cs" />
|
|
<Compile Include="DrawHelper.cs" />
|
|
|
<Compile Include="EMouseEnum.cs" />
|
|
<Compile Include="EMouseEnum.cs" />
|
|
|
- <Compile Include="Form1.cs">
|
|
|
|
|
- <SubType>Form</SubType>
|
|
|
|
|
- </Compile>
|
|
|
|
|
- <Compile Include="Form1.Designer.cs">
|
|
|
|
|
- <DependentUpon>Form1.cs</DependentUpon>
|
|
|
|
|
- </Compile>
|
|
|
|
|
<Compile Include="Form2.cs">
|
|
<Compile Include="Form2.cs">
|
|
|
<SubType>Form</SubType>
|
|
<SubType>Form</SubType>
|
|
|
</Compile>
|
|
</Compile>
|
|
@@ -114,9 +115,6 @@
|
|
|
<Compile Include="QQButton.Designer.cs">
|
|
<Compile Include="QQButton.Designer.cs">
|
|
|
<DependentUpon>QQButton.cs</DependentUpon>
|
|
<DependentUpon>QQButton.cs</DependentUpon>
|
|
|
</Compile>
|
|
</Compile>
|
|
|
- <EmbeddedResource Include="Form1.resx">
|
|
|
|
|
- <DependentUpon>Form1.cs</DependentUpon>
|
|
|
|
|
- </EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Form2.resx">
|
|
<EmbeddedResource Include="Form2.resx">
|
|
|
<DependentUpon>Form2.cs</DependentUpon>
|
|
<DependentUpon>Form2.cs</DependentUpon>
|
|
|
</EmbeddedResource>
|
|
</EmbeddedResource>
|