parkspace_manager.csproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  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.5</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <NuGetPackageImportStamp>
  14. </NuGetPackageImportStamp>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <PlatformTarget>AnyCPU</PlatformTarget>
  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. <PlatformTarget>AnyCPU</PlatformTarget>
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <ItemGroup>
  36. <Reference Include="db, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  37. <SpecificVersion>False</SpecificVersion>
  38. <HintPath>sdk\mysql\db.dll</HintPath>
  39. </Reference>
  40. <Reference Include="Google.Protobuf, Version=3.17.3.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">
  41. <HintPath>..\packages\Google.Protobuf.3.17.3\lib\net45\Google.Protobuf.dll</HintPath>
  42. </Reference>
  43. <Reference Include="MySql.Data, Version=6.7.9.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
  44. <SpecificVersion>False</SpecificVersion>
  45. <HintPath>sdk\mysql\MySql.Data.dll</HintPath>
  46. </Reference>
  47. <Reference Include="NNanomsg, Version=0.5.2.0, Culture=neutral, processorArchitecture=MSIL">
  48. <HintPath>..\packages\NNanomsg.0.5.2\lib\net40\NNanomsg.dll</HintPath>
  49. </Reference>
  50. <Reference Include="System" />
  51. <Reference Include="System.Buffers, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  52. <HintPath>..\packages\System.Buffers.4.4.0\lib\netstandard1.1\System.Buffers.dll</HintPath>
  53. </Reference>
  54. <Reference Include="System.Configuration" />
  55. <Reference Include="System.Core" />
  56. <Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  57. <HintPath>..\packages\System.Memory.4.5.3\lib\netstandard1.1\System.Memory.dll</HintPath>
  58. </Reference>
  59. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  60. <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard1.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  61. </Reference>
  62. <Reference Include="System.Xml.Linq" />
  63. <Reference Include="System.Data.DataSetExtensions" />
  64. <Reference Include="Microsoft.CSharp" />
  65. <Reference Include="System.Data" />
  66. <Reference Include="System.Deployment" />
  67. <Reference Include="System.Drawing" />
  68. <Reference Include="System.Net.Http" />
  69. <Reference Include="System.Windows.Forms" />
  70. <Reference Include="System.Xml" />
  71. </ItemGroup>
  72. <ItemGroup>
  73. <Compile Include="communication\Communicator.cs" />
  74. <Compile Include="db_manager\DBManager.cs" />
  75. <Compile Include="Form1.cs">
  76. <SubType>Form</SubType>
  77. </Compile>
  78. <Compile Include="Form1.Designer.cs">
  79. <DependentUpon>Form1.cs</DependentUpon>
  80. </Compile>
  81. <Compile Include="FormParkSpaceStatus.cs">
  82. <SubType>Form</SubType>
  83. </Compile>
  84. <Compile Include="FormParkSpaceStatus.Designer.cs">
  85. <DependentUpon>FormParkSpaceStatus.cs</DependentUpon>
  86. </Compile>
  87. <Compile Include="FormStatusSelect.cs">
  88. <SubType>Form</SubType>
  89. </Compile>
  90. <Compile Include="FormStatusSelect.Designer.cs">
  91. <DependentUpon>FormStatusSelect.cs</DependentUpon>
  92. </Compile>
  93. <Compile Include="LOG\Credence.cs" />
  94. <Compile Include="LOG\log.cs" />
  95. <Compile Include="LOG\LogManager.cs" />
  96. <Compile Include="LOG\LogTest.cs" />
  97. <Compile Include="message\MessageBase.cs" />
  98. <Compile Include="message\ParkspaceAllocationMessage.cs" />
  99. <Compile Include="Monitor\Monitor.cs" />
  100. <Compile Include="Program.cs" />
  101. <Compile Include="Properties\AssemblyInfo.cs" />
  102. <EmbeddedResource Include="Form1.resx">
  103. <DependentUpon>Form1.cs</DependentUpon>
  104. </EmbeddedResource>
  105. <EmbeddedResource Include="FormParkSpaceStatus.resx">
  106. <DependentUpon>FormParkSpaceStatus.cs</DependentUpon>
  107. </EmbeddedResource>
  108. <EmbeddedResource Include="FormStatusSelect.resx">
  109. <DependentUpon>FormStatusSelect.cs</DependentUpon>
  110. </EmbeddedResource>
  111. <EmbeddedResource Include="Properties\Resources.resx">
  112. <Generator>ResXFileCodeGenerator</Generator>
  113. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  114. <SubType>Designer</SubType>
  115. </EmbeddedResource>
  116. <Compile Include="Properties\Resources.Designer.cs">
  117. <AutoGen>True</AutoGen>
  118. <DependentUpon>Resources.resx</DependentUpon>
  119. </Compile>
  120. <None Include="message\message_base.proto" />
  121. <None Include="message\parkspace_allocation_message.proto" />
  122. <None Include="packages.config" />
  123. <None Include="Properties\Settings.settings">
  124. <Generator>SettingsSingleFileGenerator</Generator>
  125. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  126. </None>
  127. <Compile Include="Properties\Settings.Designer.cs">
  128. <AutoGen>True</AutoGen>
  129. <DependentUpon>Settings.settings</DependentUpon>
  130. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  131. </Compile>
  132. <None Include="x64\libnanomsg.so">
  133. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  134. </None>
  135. <None Include="x86\libnanomsg.so">
  136. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  137. </None>
  138. </ItemGroup>
  139. <ItemGroup>
  140. <None Include="App.config">
  141. <SubType>Designer</SubType>
  142. </None>
  143. </ItemGroup>
  144. <ItemGroup>
  145. <Content Include="sdk\dotNetty\DotNetty.Buffers.dll" />
  146. <Content Include="sdk\dotNetty\DotNetty.Buffers.xml" />
  147. <Content Include="sdk\dotNetty\DotNetty.Codecs.dll" />
  148. <Content Include="sdk\dotNetty\DotNetty.Codecs.xml" />
  149. <Content Include="sdk\dotNetty\DotNetty.Common.dll" />
  150. <Content Include="sdk\dotNetty\DotNetty.Common.xml" />
  151. <Content Include="sdk\dotNetty\DotNetty.Handlers.dll" />
  152. <Content Include="sdk\dotNetty\DotNetty.Handlers.xml" />
  153. <Content Include="sdk\dotNetty\DotNetty.Transport.dll" />
  154. <Content Include="sdk\dotNetty\DotNetty.Transport.xml" />
  155. <Content Include="sdk\dotNetty\Microsoft.Extensions.Configuration.Abstractions.dll" />
  156. <Content Include="sdk\dotNetty\Microsoft.Extensions.Configuration.Abstractions.xml" />
  157. <Content Include="sdk\dotNetty\Microsoft.Extensions.Configuration.dll" />
  158. <Content Include="sdk\dotNetty\Microsoft.Extensions.Configuration.FileExtensions.dll" />
  159. <Content Include="sdk\dotNetty\Microsoft.Extensions.Configuration.FileExtensions.xml" />
  160. <Content Include="sdk\dotNetty\Microsoft.Extensions.Configuration.Json.dll" />
  161. <Content Include="sdk\dotNetty\Microsoft.Extensions.Configuration.Json.xml" />
  162. <Content Include="sdk\dotNetty\Microsoft.Extensions.Configuration.xml" />
  163. <Content Include="sdk\dotNetty\Microsoft.Extensions.DependencyInjection.Abstractions.dll" />
  164. <Content Include="sdk\dotNetty\Microsoft.Extensions.DependencyInjection.Abstractions.xml" />
  165. <Content Include="sdk\dotNetty\Microsoft.Extensions.FileProviders.Abstractions.dll" />
  166. <Content Include="sdk\dotNetty\Microsoft.Extensions.FileProviders.Abstractions.xml" />
  167. <Content Include="sdk\dotNetty\Microsoft.Extensions.FileProviders.Physical.dll" />
  168. <Content Include="sdk\dotNetty\Microsoft.Extensions.FileProviders.Physical.xml" />
  169. <Content Include="sdk\dotNetty\Microsoft.Extensions.Logging.Abstractions.dll" />
  170. <Content Include="sdk\dotNetty\Microsoft.Extensions.Logging.Abstractions.xml" />
  171. <Content Include="sdk\dotNetty\Microsoft.Extensions.Logging.dll" />
  172. <Content Include="sdk\dotNetty\Microsoft.Extensions.Logging.xml" />
  173. <Content Include="sdk\dotNetty\Microsoft.Extensions.Primitives.dll" />
  174. <Content Include="sdk\dotNetty\Microsoft.Extensions.Primitives.xml" />
  175. <Content Include="sdk\dotNetty\netstandard.dll" />
  176. <Content Include="sdk\dotNetty\nettyCommunication.dll" />
  177. <Content Include="sdk\dotNetty\Newtonsoft.Json.dll" />
  178. <Content Include="sdk\dotNetty\Newtonsoft.Json.xml" />
  179. <Content Include="sdk\dotNetty\System.Collections.Immutable.dll" />
  180. <Content Include="sdk\dotNetty\System.Collections.Immutable.xml" />
  181. <Content Include="sdk\dotNetty\System.Runtime.CompilerServices.Unsafe.dll" />
  182. <Content Include="sdk\dotNetty\System.Runtime.CompilerServices.Unsafe.xml" />
  183. <Content Include="sdk\dotNetty\System.Runtime.InteropServices.RuntimeInformation.dll" />
  184. <Content Include="sdk\dotNetty\System.Threading.Tasks.Extensions.dll" />
  185. <Content Include="sdk\dotNetty\System.Threading.Tasks.Extensions.xml" />
  186. <Content Include="sdk\mysql\db.dll">
  187. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  188. </Content>
  189. <Content Include="sdk\mysql\MySql.Data.dll">
  190. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  191. </Content>
  192. <Content Include="x64\nanomsg.dll">
  193. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  194. </Content>
  195. <Content Include="x86\nanomsg.dll">
  196. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  197. </Content>
  198. </ItemGroup>
  199. <ItemGroup />
  200. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  201. <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')" />
  202. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  203. <PropertyGroup>
  204. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  205. </PropertyGroup>
  206. <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'))" />
  207. </Target>
  208. </Project>