VehicleControlSystem.csproj 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248
  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>{73BAB40E-FC7D-4AB5-85CA-B4CF221DFBD1}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>VehicleControlSystem</RootNamespace>
  11. <AssemblyName>VehicleControlSystem</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>true</Deterministic>
  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>TRACE;DEBUG;TEST</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>3</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>
  34. <StartupObject />
  35. </PropertyGroup>
  36. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Remote|AnyCPU'">
  37. <DebugSymbols>true</DebugSymbols>
  38. <OutputPath>bin\Remote\</OutputPath>
  39. <DefineConstants>TRACE;DEBUG</DefineConstants>
  40. <DebugType>full</DebugType>
  41. <PlatformTarget>AnyCPU</PlatformTarget>
  42. <LangVersion>7.3</LangVersion>
  43. <ErrorReport>prompt</ErrorReport>
  44. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  45. </PropertyGroup>
  46. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Remote1|AnyCPU'">
  47. <DebugSymbols>true</DebugSymbols>
  48. <OutputPath>bin\Remote1\</OutputPath>
  49. <DefineConstants>TRACE;DEBUG</DefineConstants>
  50. <DebugType>full</DebugType>
  51. <PlatformTarget>AnyCPU</PlatformTarget>
  52. <LangVersion>7.3</LangVersion>
  53. <ErrorReport>prompt</ErrorReport>
  54. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  55. </PropertyGroup>
  56. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Vehicle5|AnyCPU'">
  57. <DebugSymbols>true</DebugSymbols>
  58. <OutputPath>bin\Vehicle5\</OutputPath>
  59. <DefineConstants>TRACE;DEBUG;TEST</DefineConstants>
  60. <WarningLevel>3</WarningLevel>
  61. <DebugType>full</DebugType>
  62. <PlatformTarget>AnyCPU</PlatformTarget>
  63. <LangVersion>7.3</LangVersion>
  64. <ErrorReport>prompt</ErrorReport>
  65. </PropertyGroup>
  66. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Vehicle3|AnyCPU'">
  67. <DebugSymbols>true</DebugSymbols>
  68. <OutputPath>bin\Vehicle3\</OutputPath>
  69. <DefineConstants>TRACE;DEBUG;TEST</DefineConstants>
  70. <WarningLevel>3</WarningLevel>
  71. <DebugType>full</DebugType>
  72. <PlatformTarget>AnyCPU</PlatformTarget>
  73. <LangVersion>7.3</LangVersion>
  74. <ErrorReport>prompt</ErrorReport>
  75. </PropertyGroup>
  76. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Vehicle6|AnyCPU'">
  77. <OutputPath>bin\Vehicle6\</OutputPath>
  78. </PropertyGroup>
  79. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Vehicle4|AnyCPU'">
  80. <DebugSymbols>true</DebugSymbols>
  81. <OutputPath>bin\Vehicle4\</OutputPath>
  82. <DefineConstants>TRACE;DEBUG;TEST</DefineConstants>
  83. <WarningLevel>3</WarningLevel>
  84. <DebugType>full</DebugType>
  85. <PlatformTarget>AnyCPU</PlatformTarget>
  86. <LangVersion>7.3</LangVersion>
  87. <ErrorReport>prompt</ErrorReport>
  88. </PropertyGroup>
  89. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Vehicle1|AnyCPU'">
  90. <DebugSymbols>true</DebugSymbols>
  91. <OutputPath>bin\Vehicle1\</OutputPath>
  92. <DefineConstants>TRACE;DEBUG;TEST</DefineConstants>
  93. <WarningLevel>3</WarningLevel>
  94. <DebugType>full</DebugType>
  95. <PlatformTarget>AnyCPU</PlatformTarget>
  96. <LangVersion>7.3</LangVersion>
  97. <ErrorReport>prompt</ErrorReport>
  98. </PropertyGroup>
  99. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Vehicle2|AnyCPU'">
  100. <DebugSymbols>true</DebugSymbols>
  101. <OutputPath>bin\Vehicle2\</OutputPath>
  102. <DefineConstants>TRACE;DEBUG;TEST</DefineConstants>
  103. <WarningLevel>3</WarningLevel>
  104. <DebugType>full</DebugType>
  105. <PlatformTarget>AnyCPU</PlatformTarget>
  106. <LangVersion>7.3</LangVersion>
  107. <ErrorReport>prompt</ErrorReport>
  108. </PropertyGroup>
  109. <ItemGroup>
  110. <Reference Include="Common.Logging, Version=1.2.0.0, Culture=neutral, PublicKeyToken=af08829b84f0328e">
  111. <SpecificVersion>False</SpecificVersion>
  112. <HintPath>..\Assambly\Common.Logging.dll</HintPath>
  113. </Reference>
  114. <Reference Include="CommonServiceLocator, Version=2.0.4.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL">
  115. <HintPath>..\packages\CommonServiceLocator.2.0.4\lib\net45\CommonServiceLocator.dll</HintPath>
  116. </Reference>
  117. <Reference Include="FluentFTP, Version=32.2.2.0, Culture=neutral, PublicKeyToken=f4af092b1d8df44f, processorArchitecture=MSIL">
  118. <HintPath>..\packages\FluentFTP.32.2.2\lib\net45\FluentFTP.dll</HintPath>
  119. </Reference>
  120. <Reference Include="FluentResults">
  121. <HintPath>..\Assambly\FluentResults.dll</HintPath>
  122. </Reference>
  123. <Reference Include="GSG.NET">
  124. <HintPath>..\Assambly\GSG.NET.dll</HintPath>
  125. </Reference>
  126. <Reference Include="GSG.NET.Excel, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  127. <SpecificVersion>False</SpecificVersion>
  128. <HintPath>..\Assambly\ExcelMapper\GSG.NET.Excel.dll</HintPath>
  129. </Reference>
  130. <Reference Include="NetMQ">
  131. <HintPath>..\Assambly\NetMq\NetMQ.dll</HintPath>
  132. </Reference>
  133. <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  134. <SpecificVersion>False</SpecificVersion>
  135. <HintPath>..\Assambly\Newtonsoft.Json.dll</HintPath>
  136. </Reference>
  137. <Reference Include="NPOI">
  138. <HintPath>..\Assambly\ExcelMapper\NPOI.dll</HintPath>
  139. </Reference>
  140. <Reference Include="OHVConnector, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  141. <SpecificVersion>False</SpecificVersion>
  142. <HintPath>..\Assambly\OHVConnector.dll</HintPath>
  143. </Reference>
  144. <Reference Include="Prism, Version=7.2.0.1422, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  145. <HintPath>..\packages\Prism.Core.7.2.0.1422\lib\net45\Prism.dll</HintPath>
  146. </Reference>
  147. <Reference Include="Prism.Wpf, Version=7.2.0.1422, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  148. <HintPath>..\packages\Prism.Wpf.7.2.0.1422\lib\net45\Prism.Wpf.dll</HintPath>
  149. </Reference>
  150. <Reference Include="Quartz, Version=1.0.3.2, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
  151. <SpecificVersion>False</SpecificVersion>
  152. <HintPath>..\Assambly\Quartz.dll</HintPath>
  153. </Reference>
  154. <Reference Include="StackExchange.Redis.Extensions.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=d7d863643bcd13ef, processorArchitecture=MSIL">
  155. <HintPath>..\packages\StackExchange.Redis.Extensions.Core.3.5.0\lib\net45\StackExchange.Redis.Extensions.Core.dll</HintPath>
  156. </Reference>
  157. <Reference Include="StackExchange.Redis.StrongName, Version=1.2.6.0, Culture=neutral, PublicKeyToken=c219ff1ca8c2ce46, processorArchitecture=MSIL">
  158. <HintPath>..\packages\StackExchange.Redis.StrongName.1.2.6\lib\net45\StackExchange.Redis.StrongName.dll</HintPath>
  159. </Reference>
  160. <Reference Include="System" />
  161. <Reference Include="System.Configuration" />
  162. <Reference Include="System.Core" />
  163. <Reference Include="System.IO.Compression" />
  164. <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  165. <HintPath>..\packages\System.ValueTuple.4.5.0\lib\netstandard1.0\System.ValueTuple.dll</HintPath>
  166. </Reference>
  167. <Reference Include="System.Web" />
  168. <Reference Include="System.Windows.Interactivity, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  169. <HintPath>..\packages\Prism.Wpf.7.2.0.1422\lib\net45\System.Windows.Interactivity.dll</HintPath>
  170. </Reference>
  171. <Reference Include="System.Xml.Linq" />
  172. <Reference Include="System.Data.DataSetExtensions" />
  173. <Reference Include="Microsoft.CSharp" />
  174. <Reference Include="System.Data" />
  175. <Reference Include="System.Net.Http" />
  176. <Reference Include="System.Xml" />
  177. </ItemGroup>
  178. <ItemGroup>
  179. <Compile Include="ControlLayer\Actuator\Cylinder\Cylinder.cs" />
  180. <Compile Include="ControlLayer\Actuator\Cylinder\CylinderConfig.cs" />
  181. <Compile Include="ControlLayer\Actuator\Cylinder\CylinderData.cs" />
  182. <Compile Include="ControlLayer\Actuator\Cylinder\Enum_Cylinder.cs" />
  183. <Compile Include="ControlLayer\Actuator\Cylinder\ICylinder.cs" />
  184. <Compile Include="ControlLayer\Axis\AbstractAxis.cs" />
  185. <Compile Include="ControlLayer\Axis\AxisConfig.cs" />
  186. <Compile Include="ControlLayer\Axis\AxisData.cs" />
  187. <Compile Include="ControlLayer\Axis\Enum_Axis.cs" />
  188. <Compile Include="ControlLayer\Axis\EzAxis.cs" />
  189. <Compile Include="ControlLayer\Axis\IAxis.cs" />
  190. <Compile Include="ControlLayer\Clamp.cs" />
  191. <Compile Include="ControlLayer\ControlObjectBase.cs" />
  192. <Compile Include="ControlLayer\Conveyor.cs" />
  193. <Compile Include="ControlLayer\IO\BitBlock.cs" />
  194. <Compile Include="ControlLayer\IO\Delegates.cs" />
  195. <Compile Include="ControlLayer\IO\EzBoard.cs" />
  196. <Compile Include="ControlLayer\IO\EzIO.cs" />
  197. <Compile Include="ControlLayer\IO\IIO.cs" />
  198. <Compile Include="ControlLayer\IO\Lib\LIB_EziMOTIONPlusE.cs" />
  199. <Compile Include="ControlLayer\IO\Lib\MOTION_DEFINE_PlusE.cs" />
  200. <Compile Include="ControlLayer\IO\Lib\MOTION_EziSERVO2_DEFINE.cs" />
  201. <Compile Include="ControlLayer\IO\QueueObjects.cs" />
  202. <Compile Include="ControlLayer\Motion\GSIDrive.cs" />
  203. <Compile Include="ControlLayer\MQ\ZmqManager.cs" />
  204. <Compile Include="ControlLayer\ObstacleDetecter.cs" />
  205. <Compile Include="ControlLayer\Serial\BatteryTabos\Advantech\Advantech.cs" />
  206. <Compile Include="ControlLayer\Serial\BatteryTabos\Advantech\AdvCan.cs" />
  207. <Compile Include="ControlLayer\Serial\BatteryTabos\Advantech\AdvCANIO.cs" />
  208. <Compile Include="ControlLayer\Serial\BatteryTabos\BMUManager.cs" />
  209. <Compile Include="ControlLayer\Serial\BatteryTabos\Config.cs" />
  210. <Compile Include="ControlLayer\Serial\BatteryTabos\Delegates.cs" />
  211. <Compile Include="ControlLayer\Serial\BatteryTabos\EnumBatteryStatus.cs" />
  212. <Compile Include="ControlLayer\Serial\BatteryTabos\ICanConnecter.cs" />
  213. <Compile Include="ControlLayer\Serial\BatteryTabos\Manager.cs" />
  214. <Compile Include="ControlLayer\Serial\BatteryTabos\Peak\PCANBasic.cs" />
  215. <Compile Include="ControlLayer\Serial\BatteryTabos\Peak\Peak.cs" />
  216. <Compile Include="ControlLayer\Serial\BatteryTabos\QueObject.cs" />
  217. <Compile Include="ControlLayer\Serial\BatteryTabos\Rs232c.cs" />
  218. <Compile Include="ControlLayer\Serial\DataModel\ReceivedData.cs" />
  219. <Compile Include="ControlLayer\Steering.cs" />
  220. <Compile Include="ControlLayer\Vehicle.cs" />
  221. <Compile Include="Managers\AutoManager.cs" />
  222. <Compile Include="Managers\HostManager.cs" />
  223. <Compile Include="Managers\RouteManager.cs" />
  224. <Compile Include="Managers\Scheduler.cs" />
  225. <Compile Include="RDPInfo.cs" />
  226. <Compile Include="TermServicesManager.cs" />
  227. <Compile Include="VCSystem.cs" />
  228. <Compile Include="Properties\AssemblyInfo.cs" />
  229. </ItemGroup>
  230. <ItemGroup>
  231. <ProjectReference Include="..\OHV.Common\OHV.Common.csproj">
  232. <Project>{0d1f7fbc-bfb0-4ee4-852d-e2a8d62c5708}</Project>
  233. <Name>OHV.Common</Name>
  234. </ProjectReference>
  235. <ProjectReference Include="..\OHV.LanguageHalper\OHV.LanguageHelper.csproj">
  236. <Project>{712D75B5-89DD-4064-BC4B-2F9D9F157604}</Project>
  237. <Name>OHV.LanguageHelper</Name>
  238. </ProjectReference>
  239. <ProjectReference Include="..\OHV.SqliteDAL\OHV.SqliteDAL.csproj">
  240. <Project>{122d81c8-9ab9-4ced-80d2-9c4f2f9deb4c}</Project>
  241. <Name>OHV.SqliteDAL</Name>
  242. </ProjectReference>
  243. </ItemGroup>
  244. <ItemGroup>
  245. <None Include="packages.config" />
  246. </ItemGroup>
  247. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  248. </Project>