From 94c0e4e36f18eb5a45a86eaf9f14acc6d418c1ba Mon Sep 17 00:00:00 2001
From: Jack.Peng <jack.peng@broconcentric.com>
Date: 星期二, 16 三月 2021 09:13:01 +0800
Subject: [PATCH] 1.修复以前刮白就是NG的问题。

---
 P066.Data/P066.Data.csproj |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/P066.Data/P066.Data.csproj b/P066.Data/P066.Data.csproj
index bb373e6..cff15a3 100644
--- a/P066.Data/P066.Data.csproj
+++ b/P066.Data/P066.Data.csproj
@@ -52,6 +52,7 @@
     <Compile Include="Form1.Designer.cs">
       <DependentUpon>Form1.cs</DependentUpon>
     </Compile>
+    <Compile Include="P066RunParam.cs" />
     <Compile Include="Program.cs" />
     <Compile Include="Properties\AssemblyInfo.cs" />
     <EmbeddedResource Include="Form1.resx">
@@ -79,5 +80,11 @@
   <ItemGroup>
     <None Include="App.config" />
   </ItemGroup>
+  <ItemGroup>
+    <ProjectReference Include="..\Bro.Comn\Bro.Comn.csproj">
+      <Project>{42407c78-fb75-4310-8910-df515652a012}</Project>
+      <Name>Bro.Comn</Name>
+    </ProjectReference>
+  </ItemGroup>
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
 </Project>
\ No newline at end of file

--
Gitblit v1.8.0