From 4b10b804bc1678acc3f35e94174f66bf6d6b8da9 Mon Sep 17 00:00:00 2001 From: Administrator <Administrator@DESKTOP-1VKMM8S> Date: 星期日, 25 四月 2021 19:31:58 +0800 Subject: [PATCH] 1.merge --- P066.Data/P066.Data.csproj | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/P066.Data/P066.Data.csproj b/P066.Data/P066.Data.csproj index c09b13d..d4ea139 100644 --- a/P066.Data/P066.Data.csproj +++ b/P066.Data/P066.Data.csproj @@ -47,6 +47,7 @@ <Reference Include="System.Xml" /> </ItemGroup> <ItemGroup> + <Compile Include="ReadFile.cs" /> <Compile Include="Form1.cs"> <SubType>Form</SubType> </Compile> @@ -56,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