chutian_parking_terminal.csproj 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328
  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>{165F2CC5-6FFB-4903-8D75-C53D63CA6A2D}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>chutian_parking_terminal</RootNamespace>
  10. <AssemblyName>chutian_parking_terminal</AssemblyName>
  11. <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  14. <Deterministic>true</Deterministic>
  15. <TargetFrameworkProfile />
  16. <IsWebBootstrapper>false</IsWebBootstrapper>
  17. <PublishUrl>publish\</PublishUrl>
  18. <Install>true</Install>
  19. <InstallFrom>Disk</InstallFrom>
  20. <UpdateEnabled>false</UpdateEnabled>
  21. <UpdateMode>Foreground</UpdateMode>
  22. <UpdateInterval>7</UpdateInterval>
  23. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  24. <UpdatePeriodically>false</UpdatePeriodically>
  25. <UpdateRequired>false</UpdateRequired>
  26. <MapFileExtensions>true</MapFileExtensions>
  27. <ApplicationRevision>0</ApplicationRevision>
  28. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  29. <UseApplicationTrust>false</UseApplicationTrust>
  30. <BootstrapperEnabled>true</BootstrapperEnabled>
  31. <NuGetPackageImportStamp>
  32. </NuGetPackageImportStamp>
  33. </PropertyGroup>
  34. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  35. <PlatformTarget>AnyCPU</PlatformTarget>
  36. <DebugSymbols>true</DebugSymbols>
  37. <DebugType>full</DebugType>
  38. <Optimize>false</Optimize>
  39. <OutputPath>bin\Debug\</OutputPath>
  40. <DefineConstants>DEBUG;TRACE</DefineConstants>
  41. <ErrorReport>prompt</ErrorReport>
  42. <WarningLevel>4</WarningLevel>
  43. <Prefer32Bit>false</Prefer32Bit>
  44. </PropertyGroup>
  45. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  46. <PlatformTarget>AnyCPU</PlatformTarget>
  47. <DebugType>pdbonly</DebugType>
  48. <Optimize>true</Optimize>
  49. <OutputPath>bin\Release\</OutputPath>
  50. <DefineConstants>TRACE</DefineConstants>
  51. <ErrorReport>prompt</ErrorReport>
  52. <WarningLevel>4</WarningLevel>
  53. <Prefer32Bit>false</Prefer32Bit>
  54. </PropertyGroup>
  55. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  56. <DebugSymbols>true</DebugSymbols>
  57. <OutputPath>bin\x64\Debug\</OutputPath>
  58. <DefineConstants>DEBUG;TRACE</DefineConstants>
  59. <DebugType>full</DebugType>
  60. <PlatformTarget>x64</PlatformTarget>
  61. <ErrorReport>prompt</ErrorReport>
  62. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  63. <Prefer32Bit>true</Prefer32Bit>
  64. </PropertyGroup>
  65. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  66. <OutputPath>bin\x64\Release\</OutputPath>
  67. <DefineConstants>TRACE</DefineConstants>
  68. <Optimize>true</Optimize>
  69. <DebugType>pdbonly</DebugType>
  70. <PlatformTarget>x64</PlatformTarget>
  71. <ErrorReport>prompt</ErrorReport>
  72. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  73. <Prefer32Bit>true</Prefer32Bit>
  74. </PropertyGroup>
  75. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  76. <DebugSymbols>true</DebugSymbols>
  77. <OutputPath>bin\x86\Debug\</OutputPath>
  78. <DefineConstants>DEBUG;TRACE</DefineConstants>
  79. <DebugType>full</DebugType>
  80. <PlatformTarget>x86</PlatformTarget>
  81. <ErrorReport>prompt</ErrorReport>
  82. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  83. <Prefer32Bit>true</Prefer32Bit>
  84. </PropertyGroup>
  85. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  86. <OutputPath>bin\x86\Release\</OutputPath>
  87. <DefineConstants>TRACE</DefineConstants>
  88. <Optimize>true</Optimize>
  89. <DebugType>pdbonly</DebugType>
  90. <PlatformTarget>x86</PlatformTarget>
  91. <ErrorReport>prompt</ErrorReport>
  92. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  93. <Prefer32Bit>true</Prefer32Bit>
  94. </PropertyGroup>
  95. <PropertyGroup>
  96. <ApplicationIcon>logo.ico</ApplicationIcon>
  97. </PropertyGroup>
  98. <ItemGroup>
  99. <Reference Include="Google.Protobuf, Version=3.17.3.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">
  100. <HintPath>packages\Google.Protobuf.3.17.3\lib\net45\Google.Protobuf.dll</HintPath>
  101. </Reference>
  102. <Reference Include="Kitware.mummy.Runtime, Version=1.0.2.599, Culture=neutral, PublicKeyToken=995c7fb9db2c1b44, processorArchitecture=x86">
  103. <HintPath>packages\Activiz.NET.x86.5.8.0\lib\net20\Kitware.mummy.Runtime.dll</HintPath>
  104. </Reference>
  105. <Reference Include="Kitware.VTK, Version=5.8.0.607, Culture=neutral, PublicKeyToken=995c7fb9db2c1b44, processorArchitecture=x86">
  106. <HintPath>packages\Activiz.NET.x86.5.8.0\lib\net20\Kitware.VTK.dll</HintPath>
  107. </Reference>
  108. <Reference Include="netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51" />
  109. <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  110. <HintPath>packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  111. </Reference>
  112. <Reference Include="NNanomsg, Version=0.5.2.0, Culture=neutral, processorArchitecture=MSIL">
  113. <HintPath>packages\NNanomsg.0.5.2\lib\net40\NNanomsg.dll</HintPath>
  114. </Reference>
  115. <Reference Include="SunnyUI, Version=3.0.7.0, Culture=neutral, PublicKeyToken=27d7d2e821d97aeb, processorArchitecture=MSIL">
  116. <HintPath>packages\SunnyUI.3.0.7\lib\net40\SunnyUI.dll</HintPath>
  117. </Reference>
  118. <Reference Include="SunnyUI.Common, Version=3.0.7.0, Culture=neutral, PublicKeyToken=5a271fb7ba597231, processorArchitecture=MSIL">
  119. <HintPath>packages\SunnyUI.Common.3.0.7\lib\net40\SunnyUI.Common.dll</HintPath>
  120. </Reference>
  121. <Reference Include="System" />
  122. <Reference Include="System.Buffers, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  123. <HintPath>packages\System.Buffers.4.4.0\lib\netstandard2.0\System.Buffers.dll</HintPath>
  124. </Reference>
  125. <Reference Include="System.Configuration" />
  126. <Reference Include="System.Core" />
  127. <Reference Include="System.Design" />
  128. <Reference Include="System.EnterpriseServices" />
  129. <Reference Include="System.Management" />
  130. <Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  131. <HintPath>packages\System.Memory.4.5.3\lib\netstandard2.0\System.Memory.dll</HintPath>
  132. </Reference>
  133. <Reference Include="System.Numerics" />
  134. <Reference Include="System.Numerics.Vectors, Version=4.1.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  135. <HintPath>packages\System.Numerics.Vectors.4.4.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  136. </Reference>
  137. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  138. <HintPath>packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  139. </Reference>
  140. <Reference Include="System.Runtime.Serialization" />
  141. <Reference Include="System.ServiceModel" />
  142. <Reference Include="System.Speech" />
  143. <Reference Include="System.Web.Extensions" />
  144. <Reference Include="System.Web.Services" />
  145. <Reference Include="System.Xml.Linq" />
  146. <Reference Include="System.Data.DataSetExtensions" />
  147. <Reference Include="Microsoft.CSharp" />
  148. <Reference Include="System.Data" />
  149. <Reference Include="System.Deployment" />
  150. <Reference Include="System.Drawing" />
  151. <Reference Include="System.Net.Http" />
  152. <Reference Include="System.Windows.Forms" />
  153. <Reference Include="System.Xml" />
  154. <Reference Include="zxing">
  155. <HintPath>SDK\zxing.dll</HintPath>
  156. </Reference>
  157. </ItemGroup>
  158. <ItemGroup>
  159. <Compile Include="action_window.cs">
  160. <SubType>Form</SubType>
  161. </Compile>
  162. <Compile Include="action_window.Designer.cs">
  163. <DependentUpon>action_window.cs</DependentUpon>
  164. </Compile>
  165. <Compile Include="baseMsg\nonamsg\CentralControlMessage.cs" />
  166. <Compile Include="baseMsg\nonamsg\MeasureMessage.cs" />
  167. <Compile Include="baseMsg\nonamsg\MessageBase.cs" />
  168. <Compile Include="baseMsg\nonamsg\NotifyMessage.cs" />
  169. <Compile Include="baseMsg\nonamsg\ParkspaceAllocationMessage.cs" />
  170. <Compile Include="baseMsg\nonamsg\ProcessMessage.cs" />
  171. <Compile Include="baseMsg\nonamsg\TerminalMessage.cs" />
  172. <Compile Include="baseMsg\nonamsg\UnNormalizedModuleMessage.cs" />
  173. <Compile Include="baseMsg\SingleChipComputer\SinglechipMsg.cs" />
  174. <Compile Include="communication\channel_communication.cs" />
  175. <Compile Include="communication\singlechip_communication.cs" />
  176. <Compile Include="communication_base\communication_socket_base.cs" />
  177. <Compile Include="communication_base\communication_socket_tcp_base.cs" />
  178. <Compile Include="data_buffer\ground_radar_data_buffer.cs" />
  179. <Compile Include="data_buffer\parkspace_status_data_buffer.cs" />
  180. <Compile Include="data_buffer\singlechip_data_buffer.cs" />
  181. <Compile Include="data_buffer\tip_data_buffer.cs" />
  182. <Compile Include="data_buffer\unnormalized_module_data_buffer.cs" />
  183. <Compile Include="FetchingForm.cs">
  184. <SubType>Form</SubType>
  185. </Compile>
  186. <Compile Include="FetchingForm.Designer.cs">
  187. <DependentUpon>FetchingForm.cs</DependentUpon>
  188. </Compile>
  189. <Compile Include="front_terminal_manager\front_terminal_manager.cs" />
  190. <Compile Include="MessageBoxForm.cs">
  191. <SubType>Form</SubType>
  192. </Compile>
  193. <Compile Include="MessageBoxForm.Designer.cs">
  194. <DependentUpon>MessageBoxForm.cs</DependentUpon>
  195. </Compile>
  196. <Compile Include="Program.cs" />
  197. <Compile Include="Properties\AssemblyInfo.cs" />
  198. <Compile Include="tool\autosizeform\AutoSizeForm.cs" />
  199. <Compile Include="tool\jsonfileoperation\json_file_operation.cs" />
  200. <Compile Include="tool\log_server\Log.cs" />
  201. <Compile Include="tool\log_server\LogManager.cs" />
  202. <Compile Include="tool\media\MediaPlayer.cs" />
  203. <Compile Include="tool\print\Printer.cs" />
  204. <Compile Include="tool\print\PrintManual.cs" />
  205. <Compile Include="tool\print\QRCode.cs" />
  206. <Compile Include="tool\print\QRcodeGenerator.cs" />
  207. <Compile Include="tool\scanner\QRCodeScanner.cs" />
  208. <Compile Include="tool\scanner\ScannerInterface.cs" />
  209. <Compile Include="tool\scanner\ScannerServer.cs" />
  210. <Compile Include="tool\scanner\Vbarapi.cs" />
  211. <Compile Include="tool\singleton\singleton.cs" />
  212. <EmbeddedResource Include="action_window.resx">
  213. <DependentUpon>action_window.cs</DependentUpon>
  214. <SubType>Designer</SubType>
  215. </EmbeddedResource>
  216. <EmbeddedResource Include="FetchingForm.resx">
  217. <DependentUpon>FetchingForm.cs</DependentUpon>
  218. </EmbeddedResource>
  219. <EmbeddedResource Include="MessageBoxForm.resx">
  220. <DependentUpon>MessageBoxForm.cs</DependentUpon>
  221. </EmbeddedResource>
  222. <EmbeddedResource Include="Properties\Resources.resx">
  223. <Generator>ResXFileCodeGenerator</Generator>
  224. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  225. <SubType>Designer</SubType>
  226. </EmbeddedResource>
  227. <Compile Include="Properties\Resources.Designer.cs">
  228. <AutoGen>True</AutoGen>
  229. <DependentUpon>Resources.resx</DependentUpon>
  230. <DesignTime>True</DesignTime>
  231. </Compile>
  232. <None Include="app.config" />
  233. <None Include="baseMsg\protobufMsg\notify_message.proto" />
  234. <None Include="baseMsg\protobufMsg\singlechip_msg.proto" />
  235. <None Include="baseMsg\protobufMsg\UnNormalized_module_message.proto" />
  236. <None Include="bin\x86\Debug\settings.json" />
  237. <None Include="bin\x86\Release\settings.json" />
  238. <None Include="packages.config" />
  239. <None Include="Properties\DataSources\System.Data.DataSet.datasource" />
  240. <None Include="Properties\Settings.settings">
  241. <Generator>SettingsSingleFileGenerator</Generator>
  242. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  243. </None>
  244. <Compile Include="Properties\Settings.Designer.cs">
  245. <AutoGen>True</AutoGen>
  246. <DependentUpon>Settings.settings</DependentUpon>
  247. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  248. </Compile>
  249. <None Include="baseMsg\protobufMsg\measure_message.proto" />
  250. <None Include="baseMsg\protobufMsg\message_base.proto" />
  251. <None Include="baseMsg\protobufMsg\parkspace_allocation_message.proto" />
  252. <None Include="baseMsg\protobufMsg\process_message.proto" />
  253. <None Include="baseMsg\protobufMsg\terminal_message.proto" />
  254. </ItemGroup>
  255. <ItemGroup>
  256. <COMReference Include="AxWMPLib">
  257. <Guid>{6BF52A50-394A-11D3-B153-00C04F79FAA6}</Guid>
  258. <VersionMajor>1</VersionMajor>
  259. <VersionMinor>0</VersionMinor>
  260. <Lcid>0</Lcid>
  261. <WrapperTool>aximp</WrapperTool>
  262. <Isolated>False</Isolated>
  263. </COMReference>
  264. <COMReference Include="WMPLib">
  265. <Guid>{6BF52A50-394A-11D3-B153-00C04F79FAA6}</Guid>
  266. <VersionMajor>1</VersionMajor>
  267. <VersionMinor>0</VersionMinor>
  268. <Lcid>0</Lcid>
  269. <WrapperTool>tlbimp</WrapperTool>
  270. <Isolated>False</Isolated>
  271. <EmbedInteropTypes>True</EmbedInteropTypes>
  272. </COMReference>
  273. </ItemGroup>
  274. <ItemGroup>
  275. <Content Include="logo.ico" />
  276. <Content Include="Resource\fetchingBtn.BackgroundImage.png" />
  277. <Content Include="Resource\fetchingBtn_gray.BackgroundImage.png" />
  278. <Content Include="Resource\panel2.BackgroundImage.png" />
  279. <Content Include="Resource\parkingBtn.BackgroundImage.png" />
  280. <Content Include="Resource\parkingBtn_gray.BackgroundImage.png" />
  281. <Content Include="Resource\pictureBox2.BackgroundImage.png" />
  282. <Content Include="Resource\weatherPicture.Image.png" />
  283. <Content Include="SDK\avcodec-57.dll" />
  284. <Content Include="SDK\avformat-57.dll" />
  285. <Content Include="SDK\avutil-55.dll" />
  286. <Content Include="SDK\Led5kSDK.dll" />
  287. <Content Include="SDK\msvcr90.dll" />
  288. <Content Include="SDK\SunnyUI.dll" />
  289. <Content Include="SDK\vbar.dll" />
  290. <Content Include="SDK\VzAudioDataPlayer.dll" />
  291. <Content Include="SDK\VzDrawsLib.dll" />
  292. <Content Include="SDK\VzLPRSDK.dll" />
  293. <Content Include="SDK\VzPlayer2.dll" />
  294. <Content Include="SDK\VzStreamClient.dll" />
  295. <Content Include="SDK\zxing.dll" />
  296. <Content Include="Resource\1.gif" />
  297. <Content Include="Resource\1.jpg" />
  298. <Content Include="Resource\2.jpg" />
  299. <Content Include="Resource\3.jpg" />
  300. <Content Include="Resource\app.png" />
  301. <Content Include="Resource\logo.ico" />
  302. <Content Include="Resource\logo2.ico" />
  303. <Content Include="Resource\puaipark.mp4" />
  304. <Content Include="Resource\zxpark.mp4" />
  305. <Content Include="Resource\中国天气网城市代码.txt" />
  306. </ItemGroup>
  307. <ItemGroup>
  308. <WCFMetadata Include="Connected Services\" />
  309. </ItemGroup>
  310. <ItemGroup>
  311. <WebReferences Include="Web References\" />
  312. </ItemGroup>
  313. <ItemGroup>
  314. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  315. <Visible>False</Visible>
  316. <ProductName>.NET Framework 3.5 SP1</ProductName>
  317. <Install>false</Install>
  318. </BootstrapperPackage>
  319. </ItemGroup>
  320. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  321. <Import Project="packages\Subor.nng.NETCore.1.1.1.1\build\Subor.nng.NETCore.targets" Condition="Exists('packages\Subor.nng.NETCore.1.1.1.1\build\Subor.nng.NETCore.targets')" />
  322. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  323. <PropertyGroup>
  324. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  325. </PropertyGroup>
  326. <Error Condition="!Exists('packages\Subor.nng.NETCore.1.1.1.1\build\Subor.nng.NETCore.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Subor.nng.NETCore.1.1.1.1\build\Subor.nng.NETCore.targets'))" />
  327. </Target>
  328. </Project>