SIMDP.BLL.csproj 10 KB

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