From ee97c386f74d12af74e39a08eae455f2e94288de Mon Sep 17 00:00:00 2001
From: 王 垚 <1402714037@qq.com>
Date: 星期一, 23 十一月 2020 09:31:20 +0800
Subject: [PATCH] 生产计划导入 平台 测试更改
---
src/ProductizationTemplate/ProductizationTemplate.csproj | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/ProductizationTemplate/ProductizationTemplate.csproj b/src/ProductizationTemplate/ProductizationTemplate.csproj
index f595d2f..a082d6c 100644
--- a/src/ProductizationTemplate/ProductizationTemplate.csproj
+++ b/src/ProductizationTemplate/ProductizationTemplate.csproj
@@ -22,6 +22,7 @@
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
+ <PlatformTarget>x64</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
@@ -168,6 +169,7 @@
<Compile Include="Untity\XhHttpClient.cs" />
</ItemGroup>
<ItemGroup>
+ <None Include="app.config" />
<None Include="Config\kdapi.config" />
<None Include="packages.config" />
</ItemGroup>
--
Gitblit v1.9.1