From e86e385d5c1eb06a05d4f46439194093c7f66472 Mon Sep 17 00:00:00 2001 From: Jack.Peng <jack.peng@broconcentric.com> Date: 星期一, 17 五月 2021 20:51:11 +0800 Subject: [PATCH] 1.一件读取,并处理.(未完成) --- P066.Data/P066.Data.csproj | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/P066.Data/P066.Data.csproj b/P066.Data/P066.Data.csproj index cff15a3..d4ea139 100644 --- a/P066.Data/P066.Data.csproj +++ b/P066.Data/P066.Data.csproj @@ -34,6 +34,7 @@ </PropertyGroup> <ItemGroup> <Reference Include="System" /> + <Reference Include="System.Configuration" /> <Reference Include="System.Core" /> <Reference Include="System.Xml.Linq" /> <Reference Include="System.Data.DataSetExtensions" /> @@ -46,6 +47,7 @@ <Reference Include="System.Xml" /> </ItemGroup> <ItemGroup> + <Compile Include="ReadFile.cs" /> <Compile Include="Form1.cs"> <SubType>Form</SubType> </Compile> @@ -55,6 +57,7 @@ <Compile Include="P066RunParam.cs" /> <Compile Include="Program.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> + <Compile Include="WriteFile.cs" /> <EmbeddedResource Include="Form1.resx"> <DependentUpon>Form1.cs</DependentUpon> </EmbeddedResource> -- Gitblit v1.8.0