From 9cd218f0bebc19b86efeca2b33abe3adf093990c Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期六, 20 六月 2020 18:59:35 +0800 Subject: [PATCH] '完善' --- WindowsFormsApp1/BaoKuanZhu.csproj | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/WindowsFormsApp1/BaoKuanZhu.csproj b/WindowsFormsApp1/BaoKuanZhu.csproj index 3afd8b3..8c91133 100644 --- a/WindowsFormsApp1/BaoKuanZhu.csproj +++ b/WindowsFormsApp1/BaoKuanZhu.csproj @@ -36,6 +36,7 @@ <UseApplicationTrust>false</UseApplicationTrust> <PublishWizardCompleted>true</PublishWizardCompleted> <BootstrapperEnabled>true</BootstrapperEnabled> + <TargetFrameworkProfile /> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <PlatformTarget>AnyCPU</PlatformTarget> @@ -46,6 +47,7 @@ <DefineConstants>DEBUG;TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> + <Prefer32Bit>false</Prefer32Bit> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <PlatformTarget>AnyCPU</PlatformTarget> @@ -55,6 +57,7 @@ <DefineConstants>TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> + <Prefer32Bit>false</Prefer32Bit> </PropertyGroup> <PropertyGroup> <ManifestCertificateThumbprint>13BD03969143D3E53D0BFA06FD1544734180DC84</ManifestCertificateThumbprint> @@ -141,6 +144,9 @@ <Reference Include="System.Data.SQLite.Linq, Version=1.0.113.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL"> <HintPath>..\packages\System.Data.SQLite.Linq.1.0.113.0\lib\net46\System.Data.SQLite.Linq.dll</HintPath> </Reference> + <Reference Include="System.Web"> + <HintPath>..\..\..\..\..\..\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.Web.dll</HintPath> + </Reference> <Reference Include="System.Xml.Linq" /> <Reference Include="System.Data.DataSetExtensions" /> <Reference Include="Microsoft.CSharp" /> @@ -165,6 +171,7 @@ <Compile Include="FaDanRobot.designer.cs"> <DependentUpon>FaDanRobot.cs</DependentUpon> </Compile> + <Compile Include="utils\DocUtil.cs" /> <Compile Include="YingDanSelect.cs"> <SubType>Form</SubType> </Compile> @@ -368,6 +375,7 @@ <Compile Include="Properties\Resources.Designer.cs"> <AutoGen>True</AutoGen> <DependentUpon>Resources.resx</DependentUpon> + <DesignTime>True</DesignTime> </Compile> <EmbeddedResource Include="Test.resx"> <DependentUpon>Test.cs</DependentUpon> @@ -405,7 +413,9 @@ <Install>false</Install> </BootstrapperPackage> </ItemGroup> - <ItemGroup /> + <ItemGroup> + <WCFMetadata Include="Connected Services\" /> + </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> <PropertyGroup> -- Gitblit v1.8.0