DllXqManager.csproj 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300
  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>{6FE747F8-1C3B-4171-B0AD-EFE16975BE0D}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>DllXqManager</RootNamespace>
  11. <AssemblyName>DllXqManager</AssemblyName>
  12. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile />
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>bin\Release\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  34. <DebugSymbols>true</DebugSymbols>
  35. <OutputPath>bin\x64\Debug\</OutputPath>
  36. <DefineConstants>DEBUG;TRACE</DefineConstants>
  37. <DebugType>full</DebugType>
  38. <PlatformTarget>x64</PlatformTarget>
  39. <ErrorReport>prompt</ErrorReport>
  40. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  43. <OutputPath>bin\x64\Release\</OutputPath>
  44. <DefineConstants>TRACE</DefineConstants>
  45. <Optimize>true</Optimize>
  46. <DebugType>pdbonly</DebugType>
  47. <PlatformTarget>x64</PlatformTarget>
  48. <ErrorReport>prompt</ErrorReport>
  49. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  50. </PropertyGroup>
  51. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  52. <DebugSymbols>true</DebugSymbols>
  53. <OutputPath>bin\x86\Debug\</OutputPath>
  54. <DefineConstants>DEBUG;TRACE</DefineConstants>
  55. <DebugType>full</DebugType>
  56. <PlatformTarget>x86</PlatformTarget>
  57. <ErrorReport>prompt</ErrorReport>
  58. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  59. </PropertyGroup>
  60. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  61. <OutputPath>bin\x86\Release\</OutputPath>
  62. <DefineConstants>TRACE</DefineConstants>
  63. <Optimize>true</Optimize>
  64. <DebugType>pdbonly</DebugType>
  65. <PlatformTarget>x86</PlatformTarget>
  66. <ErrorReport>prompt</ErrorReport>
  67. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  68. </PropertyGroup>
  69. <ItemGroup>
  70. <Reference Include="Microsoft.Diagnostics.Tracing.EventSource, Version=2.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  71. <HintPath>..\..\Eap\EapMainFrame\packages\Microsoft.Diagnostics.Tracing.EventSource.Redist.2.2.0\lib\net461\Microsoft.Diagnostics.Tracing.EventSource.dll</HintPath>
  72. </Reference>
  73. <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  74. <HintPath>..\XqMainFrame\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
  75. </Reference>
  76. <Reference Include="RabbitMQ.Client, Version=6.0.0.0, Culture=neutral, PublicKeyToken=89e7d7c5feba84ce, processorArchitecture=MSIL">
  77. <HintPath>..\XqMainFrame\packages\RabbitMQ.Client.6.1.0\lib\net461\RabbitMQ.Client.dll</HintPath>
  78. </Reference>
  79. <Reference Include="System" />
  80. <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  81. <HintPath>..\..\Eap\EapMainFrame\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
  82. </Reference>
  83. <Reference Include="System.Configuration" />
  84. <Reference Include="System.Core" />
  85. <Reference Include="System.Drawing" />
  86. <Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  87. <HintPath>..\..\Eap\EapMainFrame\packages\System.Memory.4.5.4\lib\net461\System.Memory.dll</HintPath>
  88. </Reference>
  89. <Reference Include="System.Numerics" />
  90. <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  91. <HintPath>..\..\Eap\EapMainFrame\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  92. </Reference>
  93. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  94. <HintPath>..\..\Eap\EapMainFrame\packages\System.Runtime.CompilerServices.Unsafe.4.5.3\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  95. </Reference>
  96. <Reference Include="System.Threading.Channels, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  97. <HintPath>..\..\Eap\EapMainFrame\packages\System.Threading.Channels.4.7.1\lib\net461\System.Threading.Channels.dll</HintPath>
  98. </Reference>
  99. <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  100. <HintPath>..\..\Eap\EapMainFrame\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
  101. </Reference>
  102. <Reference Include="System.Windows.Forms" />
  103. <Reference Include="System.Xml.Linq" />
  104. <Reference Include="System.Data.DataSetExtensions" />
  105. <Reference Include="Microsoft.CSharp" />
  106. <Reference Include="System.Data" />
  107. <Reference Include="System.Net.Http" />
  108. <Reference Include="System.Xml" />
  109. </ItemGroup>
  110. <ItemGroup>
  111. <Compile Include="CallFunction.cs" />
  112. <Compile Include="Class1.cs">
  113. <SubType>Component</SubType>
  114. </Compile>
  115. <Compile Include="Form2.cs">
  116. <SubType>Form</SubType>
  117. </Compile>
  118. <Compile Include="Form2.Designer.cs">
  119. <DependentUpon>Form2.cs</DependentUpon>
  120. </Compile>
  121. <Compile Include="FrameControl.cs">
  122. <SubType>UserControl</SubType>
  123. </Compile>
  124. <Compile Include="LayoutMstBaseFor.cs">
  125. <SubType>Form</SubType>
  126. </Compile>
  127. <Compile Include="LayoutMstBaseFor.Designer.cs">
  128. <DependentUpon>LayoutMstBaseFor.cs</DependentUpon>
  129. </Compile>
  130. <Compile Include="MacStatusQuery.cs">
  131. <SubType>Form</SubType>
  132. </Compile>
  133. <Compile Include="MacStatusQuery.Designer.cs">
  134. <DependentUpon>MacStatusQuery.cs</DependentUpon>
  135. </Compile>
  136. <Compile Include="MachineQuery.cs">
  137. <SubType>Form</SubType>
  138. </Compile>
  139. <Compile Include="MachineQuery.Designer.cs">
  140. <DependentUpon>MachineQuery.cs</DependentUpon>
  141. </Compile>
  142. <Compile Include="MoveControl.cs" />
  143. <Compile Include="SetControlRectangle.cs" />
  144. <Compile Include="StatusColor.cs">
  145. <SubType>Form</SubType>
  146. </Compile>
  147. <Compile Include="StatusColor.Designer.cs">
  148. <DependentUpon>StatusColor.cs</DependentUpon>
  149. </Compile>
  150. <Compile Include="TEntityControl.cs">
  151. <SubType>Component</SubType>
  152. </Compile>
  153. <Compile Include="Component1.cs">
  154. <SubType>Component</SubType>
  155. </Compile>
  156. <Compile Include="Component1.Designer.cs">
  157. <DependentUpon>Component1.cs</DependentUpon>
  158. </Compile>
  159. <Compile Include="Form1.cs">
  160. <SubType>Form</SubType>
  161. </Compile>
  162. <Compile Include="Form1.Designer.cs">
  163. <DependentUpon>Form1.cs</DependentUpon>
  164. </Compile>
  165. <Compile Include="TEntityBase.cs">
  166. <SubType>Form</SubType>
  167. </Compile>
  168. <Compile Include="TEntityBase.Designer.cs">
  169. <DependentUpon>TEntityBase.cs</DependentUpon>
  170. </Compile>
  171. <Compile Include="LayoutMstBase.cs">
  172. <SubType>Form</SubType>
  173. </Compile>
  174. <Compile Include="LayoutMstBase.Designer.cs">
  175. <DependentUpon>LayoutMstBase.cs</DependentUpon>
  176. </Compile>
  177. <Compile Include="LayoutDetailBase.cs">
  178. <SubType>Form</SubType>
  179. </Compile>
  180. <Compile Include="LayoutDetailBase.Designer.cs">
  181. <DependentUpon>LayoutDetailBase.cs</DependentUpon>
  182. </Compile>
  183. <Compile Include="MacStatusBase.cs">
  184. <SubType>Form</SubType>
  185. </Compile>
  186. <Compile Include="MacStatusBase.Designer.cs">
  187. <DependentUpon>MacStatusBase.cs</DependentUpon>
  188. </Compile>
  189. <Compile Include="TLcdBase.cs">
  190. <SubType>Form</SubType>
  191. </Compile>
  192. <Compile Include="TLcdBase.Designer.cs">
  193. <DependentUpon>TLcdBase.cs</DependentUpon>
  194. </Compile>
  195. <Compile Include="TEntityQuery.cs">
  196. <SubType>Form</SubType>
  197. </Compile>
  198. <Compile Include="TEntityQuery.Designer.cs">
  199. <DependentUpon>TEntityQuery.cs</DependentUpon>
  200. </Compile>
  201. <Compile Include="LayoutMstQuery.cs">
  202. <SubType>Form</SubType>
  203. </Compile>
  204. <Compile Include="LayoutMstQuery.Designer.cs">
  205. <DependentUpon>LayoutMstQuery.cs</DependentUpon>
  206. </Compile>
  207. <Compile Include="TLcdQuery.cs">
  208. <SubType>Form</SubType>
  209. </Compile>
  210. <Compile Include="TLcdQuery.Designer.cs">
  211. <DependentUpon>TLcdQuery.cs</DependentUpon>
  212. </Compile>
  213. <Compile Include="Properties\AssemblyInfo.cs" />
  214. <Compile Include="UserControl1.cs">
  215. <SubType>UserControl</SubType>
  216. </Compile>
  217. <Compile Include="UserControl1.Designer.cs">
  218. <DependentUpon>UserControl1.cs</DependentUpon>
  219. </Compile>
  220. </ItemGroup>
  221. <ItemGroup>
  222. <EmbeddedResource Include="Component1.resx">
  223. <DependentUpon>Component1.cs</DependentUpon>
  224. </EmbeddedResource>
  225. <EmbeddedResource Include="Form1.resx">
  226. <DependentUpon>Form1.cs</DependentUpon>
  227. </EmbeddedResource>
  228. <EmbeddedResource Include="Form2.resx">
  229. <DependentUpon>Form2.cs</DependentUpon>
  230. </EmbeddedResource>
  231. <EmbeddedResource Include="FrameControl.resx">
  232. <DependentUpon>FrameControl.cs</DependentUpon>
  233. </EmbeddedResource>
  234. <EmbeddedResource Include="LayoutMstBaseFor.resx">
  235. <DependentUpon>LayoutMstBaseFor.cs</DependentUpon>
  236. </EmbeddedResource>
  237. <EmbeddedResource Include="MacStatusQuery.resx">
  238. <DependentUpon>MacStatusQuery.cs</DependentUpon>
  239. </EmbeddedResource>
  240. <EmbeddedResource Include="MachineQuery.resx">
  241. <DependentUpon>MachineQuery.cs</DependentUpon>
  242. </EmbeddedResource>
  243. <EmbeddedResource Include="StatusColor.resx">
  244. <DependentUpon>StatusColor.cs</DependentUpon>
  245. </EmbeddedResource>
  246. <EmbeddedResource Include="TEntityBase.resx">
  247. <DependentUpon>TEntityBase.cs</DependentUpon>
  248. </EmbeddedResource>
  249. <EmbeddedResource Include="TEntityControl.resx">
  250. <DependentUpon>TEntityControl.cs</DependentUpon>
  251. </EmbeddedResource>
  252. <EmbeddedResource Include="LayoutMstBase.resx">
  253. <DependentUpon>LayoutMstBase.cs</DependentUpon>
  254. </EmbeddedResource>
  255. <EmbeddedResource Include="LayoutDetailBase.resx">
  256. <DependentUpon>LayoutDetailBase.cs</DependentUpon>
  257. </EmbeddedResource>
  258. <EmbeddedResource Include="MacStatusBase.resx">
  259. <DependentUpon>MacStatusBase.cs</DependentUpon>
  260. </EmbeddedResource>
  261. <EmbeddedResource Include="TLcdBase.resx">
  262. <DependentUpon>TLcdBase.cs</DependentUpon>
  263. </EmbeddedResource>
  264. <EmbeddedResource Include="TEntityQuery.resx">
  265. <DependentUpon>TEntityQuery.cs</DependentUpon>
  266. </EmbeddedResource>
  267. <EmbeddedResource Include="LayoutMstQuery.resx">
  268. <DependentUpon>LayoutMstQuery.cs</DependentUpon>
  269. </EmbeddedResource>
  270. <EmbeddedResource Include="TLcdQuery.resx">
  271. <DependentUpon>TLcdQuery.cs</DependentUpon>
  272. </EmbeddedResource>
  273. <EmbeddedResource Include="UserControl1.resx">
  274. <DependentUpon>UserControl1.cs</DependentUpon>
  275. </EmbeddedResource>
  276. </ItemGroup>
  277. <ItemGroup>
  278. <ProjectReference Include="..\..\DataAcc\Cksoft.Unity\Cksoft.Unity.csproj">
  279. <Project>{abcc7518-c4a2-4a71-8e96-daef76c21036}</Project>
  280. <Name>Cksoft.Unity</Name>
  281. </ProjectReference>
  282. <ProjectReference Include="..\..\Eap\DllEapEntity\DllEapEntity.csproj">
  283. <Project>{314E27E4-5E0F-4EAA-A3EB-8EF4F05689E2}</Project>
  284. <Name>DllEapEntity</Name>
  285. </ProjectReference>
  286. <ProjectReference Include="..\..\Eap\DllHsms\DllHsms.csproj">
  287. <Project>{06326329-46AC-4713-AE12-6F30BC81D11E}</Project>
  288. <Name>DllHsms</Name>
  289. </ProjectReference>
  290. <ProjectReference Include="..\..\MesMainFrame\DllPubInfo\DllPubInfo.csproj">
  291. <Project>{ADD976AB-2AC0-4FC4-BD10-17667AC899A5}</Project>
  292. <Name>DllPubInfo</Name>
  293. </ProjectReference>
  294. </ItemGroup>
  295. <ItemGroup>
  296. <None Include="app.config" />
  297. <None Include="packages.config" />
  298. </ItemGroup>
  299. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  300. </Project>