SIASUN.Autopilot.BLL.csproj 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  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>{AEDA4339-37D7-46E5-A65C-B45D04BD6E2E}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>SIASUN.Autopilot.BLL</RootNamespace>
  11. <AssemblyName>SIASUN.Autopilot.BLL</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>DEBUG;TRACE</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. <ItemGroup>
  34. <Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a" />
  35. <Reference Include="StackExchange.Redis, Version=1.2.0.0, Culture=neutral, PublicKeyToken=null" />
  36. <Reference Include="System" />
  37. <Reference Include="System.Configuration" />
  38. <Reference Include="System.Core" />
  39. <Reference Include="System.Xml.Linq" />
  40. <Reference Include="System.Data.DataSetExtensions" />
  41. <Reference Include="Microsoft.CSharp" />
  42. <Reference Include="System.Data" />
  43. <Reference Include="System.Net.Http" />
  44. <Reference Include="System.Xml" />
  45. </ItemGroup>
  46. <ItemGroup>
  47. <Compile Include="BlActionDirective.cs" />
  48. <Compile Include="BlLocationMap.cs" />
  49. <Compile Include="BlLocationRuleInfo.cs" />
  50. <Compile Include="Controler\Algorithm\CarControlAlgorithm.cs" />
  51. <Compile Include="Controler\BlControler.cs" />
  52. <Compile Include="Controler\BlDecisionControler.cs" />
  53. <Compile Include="Perception\BlCanBusPerception.cs" />
  54. <Compile Include="Perception\BlGNSSPerception.cs" />
  55. <Compile Include="BlWhite.cs" />
  56. <Compile Include="BlAuthoryGroup.cs" />
  57. <Compile Include="BlAuthoryRight.cs" />
  58. <Compile Include="BlAuthoryRole.cs" />
  59. <Compile Include="BlAuthoryUser.cs" />
  60. <Compile Include="BlBeckhoffNode.cs" />
  61. <Compile Include="BlGroupRole.cs" />
  62. <Compile Include="BlLogOperation.cs" />
  63. <Compile Include="BlLogOperationSetting.cs" />
  64. <Compile Include="BlMenuInfo.cs" />
  65. <Compile Include="Properties\AssemblyInfo.cs" />
  66. </ItemGroup>
  67. <ItemGroup>
  68. <ProjectReference Include="..\ProjectBase.Data\ProjectBase.Data.csproj">
  69. <Project>{EC573C83-A921-4670-BF62-F57F836649CC}</Project>
  70. <Name>ProjectBase.Data</Name>
  71. </ProjectReference>
  72. <ProjectReference Include="..\ProjectBase.Util\ProjectBase.Util.csproj">
  73. <Project>{86A2B1C2-EFCA-48B2-BEA4-BE7DB24BE679}</Project>
  74. <Name>ProjectBase.Util</Name>
  75. </ProjectReference>
  76. <ProjectReference Include="..\SIASUN.Autopilot.DAL\SIASUN.Autopilot.DAL.csproj">
  77. <Project>{94398FD2-03CA-4C8C-AE77-3FFC0271E5CA}</Project>
  78. <Name>SIASUN.Autopilot.DAL</Name>
  79. </ProjectReference>
  80. <ProjectReference Include="..\SIASUN.Autopilot.Device\SIASUN.Autopilot.Device.csproj">
  81. <Project>{d0184728-d27c-4d20-bd87-1b4b18bca529}</Project>
  82. <Name>SIASUN.Autopilot.Device</Name>
  83. </ProjectReference>
  84. <ProjectReference Include="..\SIASUN.Autopilot.Model\SIASUN.Autopilot.Model.csproj">
  85. <Project>{7AB97F26-3CED-4C6A-A052-C8D97A14D0AD}</Project>
  86. <Name>SIASUN.Autopilot.Model</Name>
  87. </ProjectReference>
  88. </ItemGroup>
  89. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  90. </Project>