VehicleControlSystem.csproj 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  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</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>
  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. <ItemGroup>
  57. <Reference Include="CommonServiceLocator, Version=2.0.4.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL">
  58. <HintPath>..\packages\CommonServiceLocator.2.0.4\lib\net45\CommonServiceLocator.dll</HintPath>
  59. </Reference>
  60. <Reference Include="FluentFTP, Version=32.2.2.0, Culture=neutral, PublicKeyToken=f4af092b1d8df44f, processorArchitecture=MSIL">
  61. <HintPath>..\packages\FluentFTP.32.2.2\lib\net45\FluentFTP.dll</HintPath>
  62. </Reference>
  63. <Reference Include="FluentResults">
  64. <HintPath>..\Assambly\FluentResults.dll</HintPath>
  65. </Reference>
  66. <Reference Include="GSG.NET">
  67. <HintPath>..\Assambly\GSG.NET.dll</HintPath>
  68. </Reference>
  69. <Reference Include="GSG.NET.Excel, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  70. <SpecificVersion>False</SpecificVersion>
  71. <HintPath>..\Assambly\ExcelMapper\GSG.NET.Excel.dll</HintPath>
  72. </Reference>
  73. <Reference Include="NetMQ">
  74. <HintPath>..\Assambly\NetMq\NetMQ.dll</HintPath>
  75. </Reference>
  76. <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  77. <SpecificVersion>False</SpecificVersion>
  78. <HintPath>..\Assambly\Newtonsoft.Json.dll</HintPath>
  79. </Reference>
  80. <Reference Include="NPOI">
  81. <HintPath>..\Assambly\ExcelMapper\NPOI.dll</HintPath>
  82. </Reference>
  83. <Reference Include="Prism, Version=7.2.0.1422, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  84. <HintPath>..\packages\Prism.Core.7.2.0.1422\lib\net45\Prism.dll</HintPath>
  85. </Reference>
  86. <Reference Include="Prism.Wpf, Version=7.2.0.1422, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
  87. <HintPath>..\packages\Prism.Wpf.7.2.0.1422\lib\net45\Prism.Wpf.dll</HintPath>
  88. </Reference>
  89. <Reference Include="Quartz, Version=1.0.3.2, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
  90. <SpecificVersion>False</SpecificVersion>
  91. <HintPath>..\Assambly\Quartz.dll</HintPath>
  92. </Reference>
  93. <Reference Include="StackExchange.Redis.Extensions.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=d7d863643bcd13ef, processorArchitecture=MSIL">
  94. <HintPath>..\packages\StackExchange.Redis.Extensions.Core.3.5.0\lib\net45\StackExchange.Redis.Extensions.Core.dll</HintPath>
  95. </Reference>
  96. <Reference Include="StackExchange.Redis.StrongName, Version=1.2.6.0, Culture=neutral, PublicKeyToken=c219ff1ca8c2ce46, processorArchitecture=MSIL">
  97. <HintPath>..\packages\StackExchange.Redis.StrongName.1.2.6\lib\net45\StackExchange.Redis.StrongName.dll</HintPath>
  98. </Reference>
  99. <Reference Include="System" />
  100. <Reference Include="System.Configuration" />
  101. <Reference Include="System.Core" />
  102. <Reference Include="System.IO.Compression" />
  103. <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  104. <HintPath>..\packages\System.ValueTuple.4.5.0\lib\netstandard1.0\System.ValueTuple.dll</HintPath>
  105. </Reference>
  106. <Reference Include="System.Web" />
  107. <Reference Include="System.Windows.Interactivity, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  108. <HintPath>..\packages\Prism.Wpf.7.2.0.1422\lib\net45\System.Windows.Interactivity.dll</HintPath>
  109. </Reference>
  110. <Reference Include="System.Xml.Linq" />
  111. <Reference Include="System.Data.DataSetExtensions" />
  112. <Reference Include="Microsoft.CSharp" />
  113. <Reference Include="System.Data" />
  114. <Reference Include="System.Net.Http" />
  115. <Reference Include="System.Xml" />
  116. </ItemGroup>
  117. <ItemGroup>
  118. <Compile Include="ControlLayer\Actuator\Cylinder\Cylinder.cs" />
  119. <Compile Include="ControlLayer\Actuator\Cylinder\CylinderConfig.cs" />
  120. <Compile Include="ControlLayer\Actuator\Cylinder\CylinderData.cs" />
  121. <Compile Include="ControlLayer\Actuator\Cylinder\Enum_Cylinder.cs" />
  122. <Compile Include="ControlLayer\Actuator\Cylinder\ICylinder.cs" />
  123. <Compile Include="ControlLayer\Axis\AbstractAxis.cs" />
  124. <Compile Include="ControlLayer\Axis\AxisConfig.cs" />
  125. <Compile Include="ControlLayer\Axis\AxisData.cs" />
  126. <Compile Include="ControlLayer\Axis\Enum_Axis.cs" />
  127. <Compile Include="ControlLayer\Axis\EzAxis.cs" />
  128. <Compile Include="ControlLayer\Axis\IAxis.cs" />
  129. <Compile Include="ControlLayer\Clamp.cs" />
  130. <Compile Include="ControlLayer\ControlObjectBase.cs" />
  131. <Compile Include="ControlLayer\Conveyor.cs" />
  132. <Compile Include="ControlLayer\IO\BitBlock.cs" />
  133. <Compile Include="ControlLayer\IO\Delegates.cs" />
  134. <Compile Include="ControlLayer\IO\EzBoard.cs" />
  135. <Compile Include="ControlLayer\IO\EzIO.cs" />
  136. <Compile Include="ControlLayer\IO\IIO.cs" />
  137. <Compile Include="ControlLayer\IO\Lib\LIB_EziMOTIONPlusE.cs" />
  138. <Compile Include="ControlLayer\IO\Lib\MOTION_DEFINE_PlusE.cs" />
  139. <Compile Include="ControlLayer\IO\Lib\MOTION_EziSERVO2_DEFINE.cs" />
  140. <Compile Include="ControlLayer\IO\QueueObjects.cs" />
  141. <Compile Include="ControlLayer\Motion\GSIDrive.cs" />
  142. <Compile Include="ControlLayer\MQ\ZmqManager.cs" />
  143. <Compile Include="ControlLayer\Serial\BatteryTabos\Advantech\Advantech.cs" />
  144. <Compile Include="ControlLayer\Serial\BatteryTabos\Advantech\AdvCan.cs" />
  145. <Compile Include="ControlLayer\Serial\BatteryTabos\Advantech\AdvCANIO.cs" />
  146. <Compile Include="ControlLayer\Serial\BatteryTabos\BMUManager.cs" />
  147. <Compile Include="ControlLayer\Serial\BatteryTabos\Config.cs" />
  148. <Compile Include="ControlLayer\Serial\BatteryTabos\Delegates.cs" />
  149. <Compile Include="ControlLayer\Serial\BatteryTabos\EnumBatteryStatus.cs" />
  150. <Compile Include="ControlLayer\Serial\BatteryTabos\ICanConnecter.cs" />
  151. <Compile Include="ControlLayer\Serial\BatteryTabos\Manager.cs" />
  152. <Compile Include="ControlLayer\Serial\BatteryTabos\Peak\PCANBasic.cs" />
  153. <Compile Include="ControlLayer\Serial\BatteryTabos\Peak\Peak.cs" />
  154. <Compile Include="ControlLayer\Serial\BatteryTabos\QueObject.cs" />
  155. <Compile Include="ControlLayer\Serial\BatteryTabos\Rs232c.cs" />
  156. <Compile Include="ControlLayer\Serial\DataModel\ReceivedData.cs" />
  157. <Compile Include="ControlLayer\Steering.cs" />
  158. <Compile Include="ControlLayer\Vehicle.cs" />
  159. <Compile Include="Managers\AutoManager.cs" />
  160. <Compile Include="Managers\HostManager.cs" />
  161. <Compile Include="Managers\RouteManager.cs" />
  162. <Compile Include="Managers\Scheduler.cs" />
  163. <Compile Include="VCSystem.cs" />
  164. <Compile Include="Properties\AssemblyInfo.cs" />
  165. </ItemGroup>
  166. <ItemGroup>
  167. <ProjectReference Include="..\..\Connection\OHVProtocolServer\OHVConnector\OHVConnector.csproj">
  168. <Project>{b9a8b13b-518b-4ae4-b8b6-c2684df6608a}</Project>
  169. <Name>OHVConnector</Name>
  170. </ProjectReference>
  171. <ProjectReference Include="..\OHV.Common\OHV.Common.csproj">
  172. <Project>{0d1f7fbc-bfb0-4ee4-852d-e2a8d62c5708}</Project>
  173. <Name>OHV.Common</Name>
  174. </ProjectReference>
  175. <ProjectReference Include="..\OHV.SqliteDAL\OHV.SqliteDAL.csproj">
  176. <Project>{122d81c8-9ab9-4ced-80d2-9c4f2f9deb4c}</Project>
  177. <Name>OHV.SqliteDAL</Name>
  178. </ProjectReference>
  179. </ItemGroup>
  180. <ItemGroup>
  181. <None Include="packages.config" />
  182. </ItemGroup>
  183. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  184. </Project>