SIMDP.BLL.csproj 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{A4083BBB-6F5A-48D3-8A2E-8AE5E81E7E14}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>SIMDP.BLL</RootNamespace>
  11. <AssemblyName>SIMDP.BLL</AssemblyName>
  12. <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>true</Deterministic>
  15. <TargetFrameworkProfile />
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>bin\Release\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. </PropertyGroup>
  34. <PropertyGroup>
  35. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <Reference Include="Common.Logging, Version=3.3.1.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
  39. <HintPath>..\packages\Common.Logging.3.3.1\lib\net40\Common.Logging.dll</HintPath>
  40. </Reference>
  41. <Reference Include="Common.Logging.Core, Version=3.3.1.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
  42. <HintPath>..\packages\Common.Logging.Core.3.3.1\lib\net40\Common.Logging.Core.dll</HintPath>
  43. </Reference>
  44. <Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  45. <HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
  46. </Reference>
  47. <Reference Include="Quartz, Version=2.6.2.0, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
  48. <HintPath>..\packages\Quartz.2.6.2\lib\net40\Quartz.dll</HintPath>
  49. </Reference>
  50. <Reference Include="StackExchange.Redis, Version=1.2.0.0, Culture=neutral, processorArchitecture=MSIL">
  51. <SpecificVersion>False</SpecificVersion>
  52. <HintPath>..\packages\StackExchange.Redis.1.2.0\lib\net45\StackExchange.Redis.dll</HintPath>
  53. </Reference>
  54. <Reference Include="System" />
  55. <Reference Include="System.Configuration" />
  56. <Reference Include="System.Core" />
  57. <Reference Include="System.Management" />
  58. <Reference Include="System.Xml.Linq" />
  59. <Reference Include="System.Data.DataSetExtensions" />
  60. <Reference Include="Microsoft.CSharp" />
  61. <Reference Include="System.Data" />
  62. <Reference Include="System.Net.Http" />
  63. <Reference Include="System.Xml" />
  64. </ItemGroup>
  65. <ItemGroup>
  66. <Compile Include="BlAuthoryGroup.cs" />
  67. <Compile Include="BlAuthoryRight.cs" />
  68. <Compile Include="BlAuthoryRole.cs" />
  69. <Compile Include="BlAuthoryUser.cs" />
  70. <Compile Include="BlRemnantInformation.cs" />
  71. <Compile Include="BlSystemNotice.cs" />
  72. <Compile Include="BlUserParameter.cs" />
  73. <Compile Include="BlSequence.cs" />
  74. <Compile Include="BlWhite.cs" />
  75. <Compile Include="BlDataGroup.cs" />
  76. <Compile Include="BlDataPoint.cs" />
  77. <Compile Include="BlGroupRole.cs" />
  78. <Compile Include="BlLogLogIn.cs" />
  79. <Compile Include="BlLogOperation.cs" />
  80. <Compile Include="BlLogOperationSetting.cs" />
  81. <Compile Include="BlMenuInfo.cs" />
  82. <Compile Include="BlPlcInfo.cs" />
  83. <Compile Include="BlProductData.cs" />
  84. <Compile Include="BlRoleRight.cs" />
  85. <Compile Include="BlRule.cs" />
  86. <Compile Include="BlSystemParameter.cs" />
  87. <Compile Include="BlUserRole.cs" />
  88. <Compile Include="Job_Timespan.cs" />
  89. <Compile Include="Properties\AssemblyInfo.cs" />
  90. <Compile Include="RuleXML\Rule.cs" />
  91. <Compile Include="Scheduler.cs" />
  92. </ItemGroup>
  93. <ItemGroup>
  94. <ProjectReference Include="..\ProjectBase.Data\ProjectBase.Data.csproj">
  95. <Project>{ec573c83-a921-4670-bf62-f57f836649cc}</Project>
  96. <Name>ProjectBase.Data</Name>
  97. </ProjectReference>
  98. <ProjectReference Include="..\SIMDP.DAL\SIMDP.DAL.csproj">
  99. <Project>{353b51a9-f938-4cc5-8c2d-9ca3bf5f69a3}</Project>
  100. <Name>SIMDP.DAL</Name>
  101. </ProjectReference>
  102. <ProjectReference Include="..\SIMDP.Model\SIMDP.Model.csproj">
  103. <Project>{b67761af-db23-4338-96ba-70ae33dd6da8}</Project>
  104. <Name>SIMDP.Model</Name>
  105. </ProjectReference>
  106. <ProjectReference Include="..\SIMDP.Util\SIMDP.Util.csproj">
  107. <Project>{14d41b5c-11fe-4222-b779-a3acdf855afe}</Project>
  108. <Name>SIMDP.Util</Name>
  109. </ProjectReference>
  110. </ItemGroup>
  111. <ItemGroup>
  112. <None Include="app.config" />
  113. <None Include="job_scheduling_data_2_0.xsd">
  114. <SubType>Designer</SubType>
  115. </None>
  116. <None Include="packages.config" />
  117. </ItemGroup>
  118. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  119. </Project>