SIMDP.BLL.csproj 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  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.1</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. <ItemGroup>
  35. <Reference Include="log4net, Version=2.0.14.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  36. <HintPath>..\packages\log4net.2.0.14\lib\net45\log4net.dll</HintPath>
  37. </Reference>
  38. <Reference Include="Microsoft.Extensions.Logging.Abstractions, Version=2.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  39. <HintPath>..\packages\Microsoft.Extensions.Logging.Abstractions.2.1.1\lib\netstandard2.0\Microsoft.Extensions.Logging.Abstractions.dll</HintPath>
  40. </Reference>
  41. <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  42. <HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  43. </Reference>
  44. <Reference Include="NModbus4, Version=2.1.0.0, Culture=neutral, processorArchitecture=MSIL">
  45. <HintPath>..\packages\NModbus4.2.1.0\lib\net40\NModbus4.dll</HintPath>
  46. </Reference>
  47. <Reference Include="Quartz, Version=3.3.3.0, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
  48. <HintPath>..\packages\Quartz.3.3.3\lib\net461\Quartz.dll</HintPath>
  49. </Reference>
  50. <Reference Include="StackExchange.Redis, Version=1.2.6.0, Culture=neutral, processorArchitecture=MSIL">
  51. <HintPath>..\packages\StackExchange.Redis.1.2.6\lib\net46\StackExchange.Redis.dll</HintPath>
  52. </Reference>
  53. <Reference Include="System" />
  54. <Reference Include="System.Configuration" />
  55. <Reference Include="System.Core" />
  56. <Reference Include="System.EnterpriseServices" />
  57. <Reference Include="System.IO.Compression, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" />
  58. <Reference Include="System.Management" />
  59. <Reference Include="System.Runtime.Remoting" />
  60. <Reference Include="System.Runtime.Serialization" />
  61. <Reference Include="System.Web" />
  62. <Reference Include="System.Web.Services" />
  63. <Reference Include="System.Xml.Linq" />
  64. <Reference Include="System.Data.DataSetExtensions" />
  65. <Reference Include="Microsoft.CSharp" />
  66. <Reference Include="System.Data" />
  67. <Reference Include="System.Net.Http" />
  68. <Reference Include="System.Xml" />
  69. </ItemGroup>
  70. <ItemGroup>
  71. <Compile Include="BlAuthoryGroup.cs" />
  72. <Compile Include="BlAuthoryRight.cs" />
  73. <Compile Include="BlAuthoryRole.cs" />
  74. <Compile Include="BlAuthoryUser.cs" />
  75. <Compile Include="BlColorContrast.cs" />
  76. <Compile Include="BlModelContrast.cs" />
  77. <Compile Include="BlMtocData.cs" />
  78. <Compile Include="BlSchedulerJob.cs" />
  79. <Compile Include="BlSystemNotice.cs" />
  80. <Compile Include="BlUserParameter.cs" />
  81. <Compile Include="BlWhite.cs" />
  82. <Compile Include="BlDataGroup.cs" />
  83. <Compile Include="BlDataPoint.cs" />
  84. <Compile Include="BlGroupRole.cs" />
  85. <Compile Include="BlLogLogIn.cs" />
  86. <Compile Include="BlLogOperation.cs" />
  87. <Compile Include="BlLogOperationSetting.cs" />
  88. <Compile Include="BlMenuInfo.cs" />
  89. <Compile Include="BlPlcInfo.cs" />
  90. <Compile Include="BlProductData.cs" />
  91. <Compile Include="BlRoleRight.cs" />
  92. <Compile Include="BlRule.cs" />
  93. <Compile Include="BlSystemParameter.cs" />
  94. <Compile Include="BlUserRole.cs" />
  95. <Compile Include="GetAS400DataJob.cs" />
  96. <Compile Include="Properties\Settings.Designer.cs">
  97. <AutoGen>True</AutoGen>
  98. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  99. <DependentUpon>Settings.settings</DependentUpon>
  100. </Compile>
  101. <Compile Include="SchedulerHelper.cs" />
  102. <Compile Include="Properties\AssemblyInfo.cs" />
  103. <Compile Include="RuleXML\Rule.cs" />
  104. <Compile Include="SmProject.cs" />
  105. <Compile Include="Web References\AS400FetchWebService\Reference.cs">
  106. <AutoGen>True</AutoGen>
  107. <DesignTime>True</DesignTime>
  108. <DependentUpon>Reference.map</DependentUpon>
  109. </Compile>
  110. <Compile Include="Web References\AS400Service\Reference.cs">
  111. <AutoGen>True</AutoGen>
  112. <DesignTime>True</DesignTime>
  113. <DependentUpon>Reference.map</DependentUpon>
  114. </Compile>
  115. <Compile Include="Web References\WeatherWebService\Reference.cs">
  116. <AutoGen>True</AutoGen>
  117. <DesignTime>True</DesignTime>
  118. <DependentUpon>Reference.map</DependentUpon>
  119. </Compile>
  120. </ItemGroup>
  121. <ItemGroup>
  122. <ProjectReference Include="..\ProjectBase.Data\ProjectBase.Data.csproj">
  123. <Project>{ec573c83-a921-4670-bf62-f57f836649cc}</Project>
  124. <Name>ProjectBase.Data</Name>
  125. </ProjectReference>
  126. <ProjectReference Include="..\ProjectBase.Util\ProjectBase.Util.csproj">
  127. <Project>{86a2b1c2-efca-48b2-bea4-be7db24be679}</Project>
  128. <Name>ProjectBase.Util</Name>
  129. </ProjectReference>
  130. <ProjectReference Include="..\SIMDP.DAL\SIMDP.DAL.csproj">
  131. <Project>{353b51a9-f938-4cc5-8c2d-9ca3bf5f69a3}</Project>
  132. <Name>SIMDP.DAL</Name>
  133. </ProjectReference>
  134. <ProjectReference Include="..\SIMDP.Model\SIMDP.Model.csproj">
  135. <Project>{b67761af-db23-4338-96ba-70ae33dd6da8}</Project>
  136. <Name>SIMDP.Model</Name>
  137. </ProjectReference>
  138. </ItemGroup>
  139. <ItemGroup>
  140. <None Include="app.config" />
  141. <None Include="job_scheduling_data_2_0.xsd">
  142. <SubType>Designer</SubType>
  143. </None>
  144. <None Include="packages.config" />
  145. <None Include="Properties\Settings.settings">
  146. <Generator>SettingsSingleFileGenerator</Generator>
  147. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  148. </None>
  149. <None Include="Web References\AS400FetchWebService\GETMAINR.wsdl" />
  150. <None Include="Web References\AS400FetchWebService\Reference.map">
  151. <Generator>MSDiscoCodeGenerator</Generator>
  152. <LastGenOutput>Reference.cs</LastGenOutput>
  153. </None>
  154. <None Include="Web References\AS400Service\GETMAINR.wsdl" />
  155. <None Include="Web References\AS400Service\mainResult.datasource">
  156. <DependentUpon>Reference.map</DependentUpon>
  157. </None>
  158. <None Include="Web References\AS400Service\Reference.map">
  159. <Generator>MSDiscoCodeGenerator</Generator>
  160. <LastGenOutput>Reference.cs</LastGenOutput>
  161. </None>
  162. <None Include="Web References\WeatherWebService\Reference.map">
  163. <Generator>MSDiscoCodeGenerator</Generator>
  164. <LastGenOutput>Reference.cs</LastGenOutput>
  165. </None>
  166. <None Include="Web References\WeatherWebService\WeatherWebService.wsdl" />
  167. </ItemGroup>
  168. <ItemGroup>
  169. <WCFMetadata Include="Connected Services\" />
  170. </ItemGroup>
  171. <ItemGroup>
  172. <WebReferences Include="Web References\" />
  173. </ItemGroup>
  174. <ItemGroup>
  175. <WebReferenceUrl Include="C:\Users\54125\Desktop\GETMAINR.xml">
  176. <UrlBehavior>Dynamic</UrlBehavior>
  177. <RelPath>Web References\AS400FetchWebService\</RelPath>
  178. <UpdateFromURL>C:\Users\54125\Desktop\GETMAINR.xml</UpdateFromURL>
  179. <ServiceLocationURL>
  180. </ServiceLocationURL>
  181. <CachedDynamicPropName>
  182. </CachedDynamicPropName>
  183. <CachedAppSettingsObjectName>Settings</CachedAppSettingsObjectName>
  184. <CachedSettingsPropName>SIMDP_BLL_AS400FetchWebServiec_GETMAINR</CachedSettingsPropName>
  185. </WebReferenceUrl>
  186. <WebReferenceUrl Include="C:\Users\54125\Desktop\WeatherWebService.xml">
  187. <UrlBehavior>Dynamic</UrlBehavior>
  188. <RelPath>Web References\WeatherWebService\</RelPath>
  189. <UpdateFromURL>C:\Users\54125\Desktop\WeatherWebService.xml</UpdateFromURL>
  190. <ServiceLocationURL>
  191. </ServiceLocationURL>
  192. <CachedDynamicPropName>
  193. </CachedDynamicPropName>
  194. <CachedAppSettingsObjectName>Settings</CachedAppSettingsObjectName>
  195. <CachedSettingsPropName>SIMDP_BLL_WeatherWebService_WeatherWebService</CachedSettingsPropName>
  196. </WebReferenceUrl>
  197. <WebReferenceUrl Include="C:\Users\54125\Desktop\正式GETMAINR.xml">
  198. <UrlBehavior>Dynamic</UrlBehavior>
  199. <RelPath>Web References\AS400Service\</RelPath>
  200. <UpdateFromURL>C:\Users\54125\Desktop\正式GETMAINR.xml</UpdateFromURL>
  201. <ServiceLocationURL>
  202. </ServiceLocationURL>
  203. <CachedDynamicPropName>
  204. </CachedDynamicPropName>
  205. <CachedAppSettingsObjectName>Settings</CachedAppSettingsObjectName>
  206. <CachedSettingsPropName>SIMDP_BLL_AS400Service_GETMAINR</CachedSettingsPropName>
  207. </WebReferenceUrl>
  208. </ItemGroup>
  209. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  210. </Project>