ningshuxia
2023-02-06 1fc0b4ed96d4c4b1ff7142926239998de32b2ada
BLL/IStation.BLL.Product/IStation.BLL.Product.csproj
@@ -31,6 +31,9 @@
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="AutoMapper, Version=10.0.0.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005, processorArchitecture=MSIL">
      <HintPath>..\..\packages\AutoMapper.10.1.1\lib\net461\AutoMapper.dll</HintPath>
    </Reference>
    <Reference Include="System" />
    <Reference Include="System.Core" />
    <Reference Include="System.Xml.Linq" />
@@ -41,17 +44,76 @@
    <Reference Include="System.Xml" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="helpers\CacheHelper.cs" />
    <Compile Include="helpers\ConfigHelper.cs" />
    <Compile Include="product\product\Cache\ProductCacheHelper.cs" />
    <Compile Include="product\product\Product.cs" />
    <Compile Include="product\product\Product_Instance.cs" />
    <Compile Include="product\product_group\Cache\ProductGroupCacheHelper.cs" />
    <Compile Include="product\product_group\ProductGroup.cs" />
    <Compile Include="product\product_group\ProductGroup_Instance.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="pump_curve\pump_curve\Cache\PumpCurveCacheHelper.cs" />
    <Compile Include="pump_curve\pump_curve\PumpCurve.cs" />
    <Compile Include="pump_curve\pump_curve\PumpCurve_Instance.cs" />
    <Compile Include="pump_curve\pump_curve_mapping\Cache\PumpCurveMappingCacheHelper.cs" />
    <Compile Include="pump_curve\pump_curve_mapping\PumpCurveMapping.cs" />
    <Compile Include="pump_curve\pump_curve_mapping\PumpCurveMapping_Instance.cs" />
    <Compile Include="pump_curve\pump_curve_mapping_ex\PumpCurveExMapping.cs" />
    <Compile Include="pump_curve\pump_curve_mapping_ex\PumpCurveExMapping_Instance.cs" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\..\DAL\Factory\IStation.DAL.Factory.Product\IStation.DAL.Factory.Product.csproj">
      <Project>{3cd0d7b0-18f2-4a52-936c-865259dbbf19}</Project>
      <Name>IStation.DAL.Factory.Product</Name>
    <ProjectReference Include="..\..\Component\IStation.AutoMapper\IStation.AutoMapper.csproj">
      <Project>{d83fd8e6-aa9b-47b8-bd1c-108393b48543}</Project>
      <Name>IStation.AutoMapper</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\Component\IStation.MemoryCache\IStation.MemoryCache.csproj">
      <Project>{13c5daa0-5c0f-40db-a460-d28aeca0d521}</Project>
      <Name>IStation.MemoryCache</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\DAL\Factory\IStation.DAL.Factory\IStation.DAL.Factory.csproj">
      <Project>{4c8d9cd6-cb29-4d21-ba36-f291b0523c94}</Project>
      <Name>IStation.DAL.Factory</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\DAL\IDAL\IStation.IDAL.Core\IStation.IDAL.Core.csproj">
      <Project>{5747fc3b-98ab-4610-a820-14cba09a8166}</Project>
      <Name>IStation.IDAL.Core</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\DAL\IDAL\IStation.IDAL.Product\IStation.IDAL.Product.csproj">
      <Project>{d8c28b43-2cf2-4351-85c0-88d9a8b3af22}</Project>
      <Name>IStation.IDAL.Product</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\Entity\IStation.Entity.Core\IStation.Entity.Core.csproj">
      <Project>{6C6D2ED3-C4EA-43B3-9F75-91342C8A209F}</Project>
      <Name>IStation.Entity.Core</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\Entity\IStation.Entity.Product\IStation.Entity.Product.csproj">
      <Project>{165fbae4-91a6-4178-bbe5-40db233d29ed}</Project>
      <Name>IStation.Entity.Product</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\Model\IStation.Model.Core\IStation.Model.Core.csproj">
      <Project>{65A88AAF-0D82-42D5-89D6-A19F05F72F58}</Project>
      <Name>IStation.Model.Core</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\Model\IStation.Model.Curve\IStation.Model.Curve.csproj">
      <Project>{62CD0AEF-AC25-496F-97EF-E447F72E1A39}</Project>
      <Name>IStation.Model.Curve</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\Model\IStation.Model.Product\IStation.Model.Product.csproj">
      <Project>{12d744c9-3893-45c1-a28f-2f26be1a4622}</Project>
      <Name>IStation.Model.Product</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\Settings\IStation.Settings\IStation.Settings.csproj">
      <Project>{37082337-850e-4dc9-9df5-da0218da6db8}</Project>
      <Name>IStation.Settings</Name>
    </ProjectReference>
    <ProjectReference Include="..\..\Untity\IStation.Untity\IStation.Untity.csproj">
      <Project>{7d4bc60e-b821-4a9b-bd10-a299e9d5162f}</Project>
      <Name>IStation.Untity</Name>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup>
    <None Include="packages.config" />
  </ItemGroup>
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>