parkspace_manager.csproj 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299
  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>{B4FF8229-BC04-4D00-833F-1C250AAF2470}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>parkspace_manager</RootNamespace>
  10. <AssemblyName>parkspace_manager</AssemblyName>
  11. <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <NuGetPackageImportStamp>
  14. </NuGetPackageImportStamp>
  15. <TargetFrameworkProfile />
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <PlatformTarget>AnyCPU</PlatformTarget>
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>bin\Debug\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <PlatformTarget>AnyCPU</PlatformTarget>
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. </PropertyGroup>
  36. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  37. <DebugSymbols>true</DebugSymbols>
  38. <OutputPath>bin\x86\Debug\</OutputPath>
  39. <DefineConstants>DEBUG;TRACE</DefineConstants>
  40. <DebugType>full</DebugType>
  41. <PlatformTarget>x86</PlatformTarget>
  42. <ErrorReport>prompt</ErrorReport>
  43. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  44. <Prefer32Bit>true</Prefer32Bit>
  45. </PropertyGroup>
  46. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  47. <OutputPath>bin\x86\Release\</OutputPath>
  48. <DefineConstants>TRACE</DefineConstants>
  49. <Optimize>true</Optimize>
  50. <DebugType>pdbonly</DebugType>
  51. <PlatformTarget>x86</PlatformTarget>
  52. <ErrorReport>prompt</ErrorReport>
  53. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  54. <Prefer32Bit>true</Prefer32Bit>
  55. </PropertyGroup>
  56. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  57. <DebugSymbols>true</DebugSymbols>
  58. <OutputPath>bin\x64\Debug\</OutputPath>
  59. <DefineConstants>DEBUG;TRACE</DefineConstants>
  60. <DebugType>full</DebugType>
  61. <PlatformTarget>x64</PlatformTarget>
  62. <LangVersion>7.3</LangVersion>
  63. <ErrorReport>prompt</ErrorReport>
  64. <Prefer32Bit>true</Prefer32Bit>
  65. </PropertyGroup>
  66. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  67. <OutputPath>bin\x64\Release\</OutputPath>
  68. <DefineConstants>TRACE</DefineConstants>
  69. <Optimize>true</Optimize>
  70. <DebugType>pdbonly</DebugType>
  71. <PlatformTarget>x64</PlatformTarget>
  72. <LangVersion>7.3</LangVersion>
  73. <ErrorReport>prompt</ErrorReport>
  74. <Prefer32Bit>true</Prefer32Bit>
  75. </PropertyGroup>
  76. <ItemGroup>
  77. <Reference Include="db, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  78. <SpecificVersion>False</SpecificVersion>
  79. <HintPath>sdk\mysql\db.dll</HintPath>
  80. </Reference>
  81. <Reference Include="Google.Protobuf, Version=3.17.3.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">
  82. <HintPath>..\packages\Google.Protobuf.3.17.3\lib\net45\Google.Protobuf.dll</HintPath>
  83. </Reference>
  84. <Reference Include="MySql.Data, Version=6.7.9.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
  85. <SpecificVersion>False</SpecificVersion>
  86. <HintPath>sdk\mysql\MySql.Data.dll</HintPath>
  87. </Reference>
  88. <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  89. <HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  90. </Reference>
  91. <Reference Include="NNanomsg, Version=0.5.2.0, Culture=neutral, processorArchitecture=MSIL">
  92. <HintPath>..\packages\NNanomsg.0.5.2\lib\net40\NNanomsg.dll</HintPath>
  93. </Reference>
  94. <Reference Include="System" />
  95. <Reference Include="System.Buffers, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  96. <HintPath>..\packages\System.Buffers.4.4.0\lib\netstandard1.1\System.Buffers.dll</HintPath>
  97. </Reference>
  98. <Reference Include="System.Configuration" />
  99. <Reference Include="System.Core" />
  100. <Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  101. <HintPath>..\packages\System.Memory.4.5.3\lib\netstandard1.1\System.Memory.dll</HintPath>
  102. </Reference>
  103. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  104. <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard1.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  105. </Reference>
  106. <Reference Include="System.Xml.Linq" />
  107. <Reference Include="System.Data.DataSetExtensions" />
  108. <Reference Include="Microsoft.CSharp" />
  109. <Reference Include="System.Data" />
  110. <Reference Include="System.Deployment" />
  111. <Reference Include="System.Drawing" />
  112. <Reference Include="System.Net.Http" />
  113. <Reference Include="System.Windows.Forms" />
  114. <Reference Include="System.Xml" />
  115. </ItemGroup>
  116. <ItemGroup>
  117. <Compile Include="Arrow.cs">
  118. <SubType>UserControl</SubType>
  119. </Compile>
  120. <Compile Include="Arrow.Designer.cs">
  121. <DependentUpon>Arrow.cs</DependentUpon>
  122. </Compile>
  123. <Compile Include="communication\communication_socket_base.cs" />
  124. <Compile Include="communication\monitor_communication.cs" />
  125. <Compile Include="db_manager\DBManager.cs" />
  126. <Compile Include="MainForm.cs">
  127. <SubType>Form</SubType>
  128. </Compile>
  129. <Compile Include="MainForm.Designer.cs">
  130. <DependentUpon>MainForm.cs</DependentUpon>
  131. </Compile>
  132. <Compile Include="message\DispatchMessage.cs" />
  133. <Compile Include="message\MeasureMessage.cs" />
  134. <Compile Include="message\ProcessMessage.cs" />
  135. <Compile Include="message\SinglechipMsg.cs" />
  136. <Compile Include="message\UnNormalizedModuleMessage.cs" />
  137. <Compile Include="MonitorMainWindows.cs">
  138. <SubType>Form</SubType>
  139. </Compile>
  140. <Compile Include="MonitorMainWindows.Designer.cs">
  141. <DependentUpon>MonitorMainWindows.cs</DependentUpon>
  142. </Compile>
  143. <Compile Include="FormStatusSelect.cs">
  144. <SubType>Form</SubType>
  145. </Compile>
  146. <Compile Include="FormStatusSelect.Designer.cs">
  147. <DependentUpon>FormStatusSelect.cs</DependentUpon>
  148. </Compile>
  149. <Compile Include="LED.cs">
  150. <SubType>UserControl</SubType>
  151. </Compile>
  152. <Compile Include="LED.Designer.cs">
  153. <DependentUpon>LED.cs</DependentUpon>
  154. </Compile>
  155. <Compile Include="message\MessageBase.cs" />
  156. <Compile Include="message\ParkspaceAllocationMessage.cs" />
  157. <Compile Include="message\TerminalMessage.cs" />
  158. <Compile Include="Monitor\Monitor.cs" />
  159. <Compile Include="Program.cs" />
  160. <Compile Include="Properties\AssemblyInfo.cs" />
  161. <Compile Include="StepControl.cs">
  162. <SubType>UserControl</SubType>
  163. </Compile>
  164. <Compile Include="StepControl.Designer.cs">
  165. <DependentUpon>StepControl.cs</DependentUpon>
  166. </Compile>
  167. <Compile Include="TimedData.cs" />
  168. <Compile Include="tool\jsonfileoperation\json_file_operation.cs" />
  169. <Compile Include="tool\LOG\Credence.cs" />
  170. <Compile Include="tool\LOG\log.cs" />
  171. <Compile Include="tool\LOG\LogManager.cs" />
  172. <Compile Include="tool\LOG\LogTest.cs" />
  173. <Compile Include="tool\singleton\singleton.cs" />
  174. <Compile Include="UIMessageData.cs" />
  175. <EmbeddedResource Include="Arrow.resx">
  176. <DependentUpon>Arrow.cs</DependentUpon>
  177. </EmbeddedResource>
  178. <EmbeddedResource Include="MainForm.resx">
  179. <DependentUpon>MainForm.cs</DependentUpon>
  180. </EmbeddedResource>
  181. <EmbeddedResource Include="MonitorMainWindows.resx">
  182. <DependentUpon>MonitorMainWindows.cs</DependentUpon>
  183. </EmbeddedResource>
  184. <EmbeddedResource Include="FormStatusSelect.resx">
  185. <DependentUpon>FormStatusSelect.cs</DependentUpon>
  186. </EmbeddedResource>
  187. <EmbeddedResource Include="LED.resx">
  188. <DependentUpon>LED.cs</DependentUpon>
  189. </EmbeddedResource>
  190. <EmbeddedResource Include="Properties\Resources.resx">
  191. <Generator>ResXFileCodeGenerator</Generator>
  192. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  193. <SubType>Designer</SubType>
  194. </EmbeddedResource>
  195. <Compile Include="Properties\Resources.Designer.cs">
  196. <AutoGen>True</AutoGen>
  197. <DependentUpon>Resources.resx</DependentUpon>
  198. <DesignTime>True</DesignTime>
  199. </Compile>
  200. <EmbeddedResource Include="StepControl.resx">
  201. <DependentUpon>StepControl.cs</DependentUpon>
  202. </EmbeddedResource>
  203. <None Include="bin\x86\Debug\settings.json" />
  204. <None Include="bin\x86\Release\settings.json" />
  205. <None Include="message\dispatch_message.proto" />
  206. <None Include="message\measure_message.proto" />
  207. <None Include="message\message_base.proto" />
  208. <None Include="message\parkspace_allocation_message.proto" />
  209. <None Include="message\process_message.proto" />
  210. <None Include="message\singlechip_msg.proto" />
  211. <None Include="message\terminal_message.proto" />
  212. <None Include="message\UnNormalized_module_message.proto" />
  213. <None Include="packages.config" />
  214. <None Include="Properties\Settings.settings">
  215. <Generator>SettingsSingleFileGenerator</Generator>
  216. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  217. </None>
  218. <Compile Include="Properties\Settings.Designer.cs">
  219. <AutoGen>True</AutoGen>
  220. <DependentUpon>Settings.settings</DependentUpon>
  221. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  222. </Compile>
  223. <None Include="x64\libnanomsg.so">
  224. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  225. </None>
  226. <None Include="x86\libnanomsg.so">
  227. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  228. </None>
  229. </ItemGroup>
  230. <ItemGroup>
  231. <None Include="App.config">
  232. <SubType>Designer</SubType>
  233. </None>
  234. </ItemGroup>
  235. <ItemGroup>
  236. <Content Include="sdk\dotNetty\DotNetty.Buffers.dll" />
  237. <Content Include="sdk\dotNetty\DotNetty.Buffers.xml" />
  238. <Content Include="sdk\dotNetty\DotNetty.Codecs.dll" />
  239. <Content Include="sdk\dotNetty\DotNetty.Codecs.xml" />
  240. <Content Include="sdk\dotNetty\DotNetty.Common.dll" />
  241. <Content Include="sdk\dotNetty\DotNetty.Common.xml" />
  242. <Content Include="sdk\dotNetty\DotNetty.Handlers.dll" />
  243. <Content Include="sdk\dotNetty\DotNetty.Handlers.xml" />
  244. <Content Include="sdk\dotNetty\DotNetty.Transport.dll" />
  245. <Content Include="sdk\dotNetty\DotNetty.Transport.xml" />
  246. <Content Include="sdk\dotNetty\Microsoft.Extensions.Configuration.Abstractions.dll" />
  247. <Content Include="sdk\dotNetty\Microsoft.Extensions.Configuration.Abstractions.xml" />
  248. <Content Include="sdk\dotNetty\Microsoft.Extensions.Configuration.dll" />
  249. <Content Include="sdk\dotNetty\Microsoft.Extensions.Configuration.FileExtensions.dll" />
  250. <Content Include="sdk\dotNetty\Microsoft.Extensions.Configuration.FileExtensions.xml" />
  251. <Content Include="sdk\dotNetty\Microsoft.Extensions.Configuration.Json.dll" />
  252. <Content Include="sdk\dotNetty\Microsoft.Extensions.Configuration.Json.xml" />
  253. <Content Include="sdk\dotNetty\Microsoft.Extensions.Configuration.xml" />
  254. <Content Include="sdk\dotNetty\Microsoft.Extensions.DependencyInjection.Abstractions.dll" />
  255. <Content Include="sdk\dotNetty\Microsoft.Extensions.DependencyInjection.Abstractions.xml" />
  256. <Content Include="sdk\dotNetty\Microsoft.Extensions.FileProviders.Abstractions.dll" />
  257. <Content Include="sdk\dotNetty\Microsoft.Extensions.FileProviders.Abstractions.xml" />
  258. <Content Include="sdk\dotNetty\Microsoft.Extensions.FileProviders.Physical.dll" />
  259. <Content Include="sdk\dotNetty\Microsoft.Extensions.FileProviders.Physical.xml" />
  260. <Content Include="sdk\dotNetty\Microsoft.Extensions.Logging.Abstractions.dll" />
  261. <Content Include="sdk\dotNetty\Microsoft.Extensions.Logging.Abstractions.xml" />
  262. <Content Include="sdk\dotNetty\Microsoft.Extensions.Logging.dll" />
  263. <Content Include="sdk\dotNetty\Microsoft.Extensions.Logging.xml" />
  264. <Content Include="sdk\dotNetty\Microsoft.Extensions.Primitives.dll" />
  265. <Content Include="sdk\dotNetty\Microsoft.Extensions.Primitives.xml" />
  266. <Content Include="sdk\dotNetty\netstandard.dll" />
  267. <Content Include="sdk\dotNetty\nettyCommunication.dll" />
  268. <Content Include="sdk\dotNetty\Newtonsoft.Json.dll" />
  269. <Content Include="sdk\dotNetty\Newtonsoft.Json.xml" />
  270. <Content Include="sdk\dotNetty\System.Collections.Immutable.dll" />
  271. <Content Include="sdk\dotNetty\System.Collections.Immutable.xml" />
  272. <Content Include="sdk\dotNetty\System.Runtime.CompilerServices.Unsafe.dll" />
  273. <Content Include="sdk\dotNetty\System.Runtime.CompilerServices.Unsafe.xml" />
  274. <Content Include="sdk\dotNetty\System.Runtime.InteropServices.RuntimeInformation.dll" />
  275. <Content Include="sdk\dotNetty\System.Threading.Tasks.Extensions.dll" />
  276. <Content Include="sdk\dotNetty\System.Threading.Tasks.Extensions.xml" />
  277. <Content Include="sdk\mysql\db.dll">
  278. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  279. </Content>
  280. <Content Include="sdk\mysql\MySql.Data.dll">
  281. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  282. </Content>
  283. <Content Include="x64\nanomsg.dll">
  284. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  285. </Content>
  286. <Content Include="x86\nanomsg.dll">
  287. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  288. </Content>
  289. </ItemGroup>
  290. <ItemGroup />
  291. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  292. <Import Project="..\packages\Google.Protobuf.Tools.3.12.4\build\Google.Protobuf.Tools.targets" Condition="Exists('..\packages\Google.Protobuf.Tools.3.12.4\build\Google.Protobuf.Tools.targets')" />
  293. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  294. <PropertyGroup>
  295. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  296. </PropertyGroup>
  297. <Error Condition="!Exists('..\packages\Google.Protobuf.Tools.3.12.4\build\Google.Protobuf.Tools.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Google.Protobuf.Tools.3.12.4\build\Google.Protobuf.Tools.targets'))" />
  298. </Target>
  299. </Project>