From 3c06e26b5001fc03568ac53f19bdd36e36af8ab1 Mon Sep 17 00:00:00 2001
From: jingh <jingh@LAPTOP-I53VDLOO>
Date: 星期一, 30 五月 2022 15:25:56 +0800
Subject: [PATCH] 环境调试

---
 Model/Model.csproj |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Model/Model.csproj b/Model/Model.csproj
index 67ed26c..7943d95 100644
--- a/Model/Model.csproj
+++ b/Model/Model.csproj
@@ -16,7 +16,7 @@
     <UpgradeBackupLocation>
     </UpgradeBackupLocation>
     <OldToolsVersion>2.0</OldToolsVersion>
-    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
+    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
     <TargetFrameworkProfile />
     <PublishUrl>publish\</PublishUrl>
     <Install>true</Install>
@@ -38,7 +38,7 @@
     <DebugSymbols>true</DebugSymbols>
     <DebugType>full</DebugType>
     <Optimize>false</Optimize>
-    <OutputPath>bin\Debug\</OutputPath>
+    <OutputPath>bin\x86\Debug\</OutputPath>
     <DefineConstants>DEBUG;TRACE</DefineConstants>
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>

--
Gitblit v1.9.1