From 1fc0b4ed96d4c4b1ff7142926239998de32b2ada Mon Sep 17 00:00:00 2001 From: ningshuxia <ningshuxia0927@outlook.com> Date: 星期一, 06 二月 2023 23:03:12 +0800 Subject: [PATCH] BLL Product --- DAL/Local/IStation.DAL.LocalFile.MonitorDataSet/IStation.DAL.LocalFile.MonitorDataSet.csproj | 30 ++++++++++++++++++++++++++++++ 1 files changed, 30 insertions(+), 0 deletions(-) diff --git a/DAL/Local/IStation.DAL.LocalFile.MonitorDataSet/IStation.DAL.LocalFile.MonitorDataSet.csproj b/DAL/Local/IStation.DAL.LocalFile.MonitorDataSet/IStation.DAL.LocalFile.MonitorDataSet.csproj index a610fe4..d753560 100644 --- a/DAL/Local/IStation.DAL.LocalFile.MonitorDataSet/IStation.DAL.LocalFile.MonitorDataSet.csproj +++ b/DAL/Local/IStation.DAL.LocalFile.MonitorDataSet/IStation.DAL.LocalFile.MonitorDataSet.csproj @@ -41,7 +41,37 @@ <Reference Include="System.Xml" /> </ItemGroup> <ItemGroup> + <Compile Include="config\MonitorDataSetConfig.cs" /> + <Compile Include="monitor_data_set_summary\MonitorDataSetSummaryHelper.cs" /> + <Compile Include="monitor_data_set\MonitorMonthlyDataSet.cs" /> + <Compile Include="monitor_data_set_summary\MonitorDataSetSummary.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> </ItemGroup> + <ItemGroup> + <ProjectReference Include="..\..\..\Component\IStation.AutoMapper\IStation.AutoMapper.csproj"> + <Project>{d83fd8e6-aa9b-47b8-bd1c-108393b48543}</Project> + <Name>IStation.AutoMapper</Name> + </ProjectReference> + <ProjectReference Include="..\..\..\Component\IStation.SnowflakeId\IStation.SnowflakeId.csproj"> + <Project>{0ec3ba78-b486-4515-a783-267140ddbff1}</Project> + <Name>IStation.SnowflakeId</Name> + </ProjectReference> + <ProjectReference Include="..\..\..\Model\IStation.Model.MonitorDataSet\IStation.Model.MonitorDataSet.csproj"> + <Project>{e4d87139-f3a2-48c1-9415-90c4dc1d2031}</Project> + <Name>IStation.Model.MonitorDataSet</Name> + </ProjectReference> + <ProjectReference Include="..\..\..\Settings\IStation.Settings\IStation.Settings.csproj"> + <Project>{37082337-850e-4dc9-9df5-da0218da6db8}</Project> + <Name>IStation.Settings</Name> + </ProjectReference> + <ProjectReference Include="..\..\IDAL\IStation.IDAL.MonitorDataSet\IStation.IDAL.MonitorDataSet.csproj"> + <Project>{fcd1571a-3535-4a3d-bcd5-7ab88549f4fa}</Project> + <Name>IStation.IDAL.MonitorDataSet</Name> + </ProjectReference> + <ProjectReference Include="..\IStation.DAL.LocalFile.Core\IStation.DAL.LocalFile.Core.csproj"> + <Project>{37539d3d-acd7-4683-8a0b-bc5c678d5169}</Project> + <Name>IStation.DAL.LocalFile.Core</Name> + </ProjectReference> + </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> </Project> \ No newline at end of file -- Gitblit v1.9.3