From 60600714709204a02b3ffd476af96fd35fb67370 Mon Sep 17 00:00:00 2001
From: zgq <519541279@qq.com>
Date: 星期三, 13 一月 2021 10:34:23 +0800
Subject: [PATCH] 增加裁切报表

---
 NETSCM/NETSCM.csproj |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/NETSCM/NETSCM.csproj b/NETSCM/NETSCM.csproj
index 8bf1d82..e6a5f8a 100644
--- a/NETSCM/NETSCM.csproj
+++ b/NETSCM/NETSCM.csproj
@@ -11,12 +11,13 @@
     <RootNamespace>NETSCM</RootNamespace>
     <AssemblyName>NETSCM</AssemblyName>
     <ApplicationIcon>杩愯緭绯荤粺.ico</ApplicationIcon>
-    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
+    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
     <FileUpgradeFlags>
     </FileUpgradeFlags>
     <UpgradeBackupLocation>
     </UpgradeBackupLocation>
     <OldToolsVersion>2.0</OldToolsVersion>
+    <TargetFrameworkProfile />
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     <DebugSymbols>true</DebugSymbols>
@@ -27,6 +28,7 @@
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
     <PlatformTarget>x86</PlatformTarget>
+    <Prefer32Bit>false</Prefer32Bit>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     <DebugType>pdbonly</DebugType>
@@ -35,6 +37,7 @@
     <DefineConstants>TRACE</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
+    <Prefer32Bit>false</Prefer32Bit>
   </PropertyGroup>
   <ItemGroup>
     <Reference Include="BLL, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86">

--
Gitblit v1.9.1