MixTraffic.csproj 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.0" DefaultTargets="Build" 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>{B0D5505F-0A42-4DDC-9664-8FA6384E8302}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>MixTraffic</RootNamespace>
  11. <AssemblyName>MixTraffic</AssemblyName>
  12. <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  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>..\..\..\..\AGVS1.7.15\Plugins\</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. <PropertyGroup>
  36. <StartupObject />
  37. </PropertyGroup>
  38. <ItemGroup>
  39. <Reference Include="FluentNHibernate">
  40. <HintPath>..\..\..\..\..\..\dll\commom\FluentNHibernate.dll</HintPath>
  41. </Reference>
  42. <Reference Include="Iesi.Collections">
  43. <HintPath>..\..\..\..\..\..\dll\commom\Iesi.Collections.dll</HintPath>
  44. </Reference>
  45. <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  46. <SpecificVersion>False</SpecificVersion>
  47. <HintPath>Dll\Newtonsoft.Json.dll</HintPath>
  48. </Reference>
  49. <Reference Include="NHibernate">
  50. <HintPath>..\..\..\..\..\..\dll\commom\NHibernate.dll</HintPath>
  51. </Reference>
  52. <Reference Include="PluginInterface, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  53. <SpecificVersion>False</SpecificVersion>
  54. <HintPath>..\..\..\..\AGVS1.7.15\PluginInterface.dll</HintPath>
  55. </Reference>
  56. <Reference Include="System" />
  57. <Reference Include="System.Core" />
  58. <Reference Include="System.Xml.Linq" />
  59. <Reference Include="System.Data.DataSetExtensions" />
  60. <Reference Include="Microsoft.CSharp" />
  61. <Reference Include="System.Data" />
  62. <Reference Include="System.Deployment" />
  63. <Reference Include="System.Drawing" />
  64. <Reference Include="System.Net.Http" />
  65. <Reference Include="System.Windows.Forms" />
  66. <Reference Include="System.Xml" />
  67. </ItemGroup>
  68. <ItemGroup>
  69. <Compile Include="CLog.cs" />
  70. <Compile Include="CommonCluster.cs" />
  71. <Compile Include="DataHelper.cs" />
  72. <Compile Include="Form1.cs">
  73. <SubType>Form</SubType>
  74. </Compile>
  75. <Compile Include="Form1.Designer.cs">
  76. <DependentUpon>Form1.cs</DependentUpon>
  77. </Compile>
  78. <Compile Include="frmCommonCluster.cs">
  79. <SubType>Form</SubType>
  80. </Compile>
  81. <Compile Include="frmCommonCluster.designer.cs">
  82. <DependentUpon>frmCommonCluster.cs</DependentUpon>
  83. </Compile>
  84. <Compile Include="JsonHelper.cs" />
  85. <Compile Include="Model\CarrierLock.cs" />
  86. <Compile Include="Model\LockInfo.cs" />
  87. <Compile Include="Model\MsgModel.cs" />
  88. <Compile Include="PluginEntry.cs" />
  89. <Compile Include="Program.cs" />
  90. <Compile Include="Properties\AssemblyInfo.cs" />
  91. <Compile Include="SocketClient.cs" />
  92. <Compile Include="TcpResponse.cs" />
  93. <Compile Include="TrafficManager.cs" />
  94. <EmbeddedResource Include="frmCommonCluster.resx">
  95. <DependentUpon>frmCommonCluster.cs</DependentUpon>
  96. </EmbeddedResource>
  97. <EmbeddedResource Include="Properties\Resources.resx">
  98. <Generator>ResXFileCodeGenerator</Generator>
  99. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  100. <SubType>Designer</SubType>
  101. </EmbeddedResource>
  102. <Compile Include="Properties\Resources.Designer.cs">
  103. <AutoGen>True</AutoGen>
  104. <DependentUpon>Resources.resx</DependentUpon>
  105. </Compile>
  106. <None Include="Properties\Settings.settings">
  107. <Generator>SettingsSingleFileGenerator</Generator>
  108. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  109. </None>
  110. <Compile Include="Properties\Settings.Designer.cs">
  111. <AutoGen>True</AutoGen>
  112. <DependentUpon>Settings.settings</DependentUpon>
  113. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  114. </Compile>
  115. </ItemGroup>
  116. <ItemGroup>
  117. <None Include="App.config" />
  118. </ItemGroup>
  119. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  120. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  121. Other similar extension points exist, see Microsoft.Common.targets.
  122. <Target Name="BeforeBuild">
  123. </Target>
  124. <Target Name="AfterBuild">
  125. </Target>
  126. -->
  127. </Project>