From 99b85a43de68895a9f73a28768e273b78a52975e Mon Sep 17 00:00:00 2001
From: 王 垚 <1402714037@qq.com>
Date: 星期五, 18 十二月 2020 13:33:04 +0800
Subject: [PATCH] 提料计划报表代码提交
---
src/ProductizationTemplate/ProductizationTemplate.csproj | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/src/ProductizationTemplate/ProductizationTemplate.csproj b/src/ProductizationTemplate/ProductizationTemplate.csproj
index f595d2f..f4083cc 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,10 @@
<Compile Include="Untity\XhHttpClient.cs" />
</ItemGroup>
<ItemGroup>
+ <None Include="..\..\.editorconfig">
+ <Link>.editorconfig</Link>
+ </None>
+ <None Include="app.config" />
<None Include="Config\kdapi.config" />
<None Include="packages.config" />
</ItemGroup>
--
Gitblit v1.9.1