From ce17c37300daf7a883d5f0c136c3170a9bcaa624 Mon Sep 17 00:00:00 2001 From: Administrator <Administrator@DESKTOP-1VKMM8S> Date: 星期三, 28 四月 2021 17:39:49 +0800 Subject: [PATCH] 1.0428数据 --- P066.Data/P066.Data.csproj | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/P066.Data/P066.Data.csproj b/P066.Data/P066.Data.csproj index bb373e6..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,14 +47,17 @@ <Reference Include="System.Xml" /> </ItemGroup> <ItemGroup> + <Compile Include="ReadFile.cs" /> <Compile Include="Form1.cs"> <SubType>Form</SubType> </Compile> <Compile Include="Form1.Designer.cs"> <DependentUpon>Form1.cs</DependentUpon> </Compile> + <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> @@ -79,5 +83,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