CNAS取数仪器端升级
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

86 wiersze
3.9KB

  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>{ABB56058-B6FD-4747-A4E9-9C9361D6D993}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>CNAS_SerialPort</RootNamespace>
  11. <AssemblyName>CNAS_SerialPort</AssemblyName>
  12. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>true</Deterministic>
  15. <TargetFrameworkProfile />
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  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. <PlatformTarget>x86</PlatformTarget>
  26. <Prefer32Bit>false</Prefer32Bit>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. <Prefer32Bit>false</Prefer32Bit>
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <Reference Include="System" />
  39. <Reference Include="System.Core" />
  40. <Reference Include="System.Data.SQLite, Version=1.0.111.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  41. <SpecificVersion>False</SpecificVersion>
  42. <HintPath>..\dll\System.Data.SQLite.dll</HintPath>
  43. </Reference>
  44. <Reference Include="System.Windows.Forms" />
  45. <Reference Include="System.Xml.Linq" />
  46. <Reference Include="System.Data.DataSetExtensions" />
  47. <Reference Include="Microsoft.CSharp" />
  48. <Reference Include="System.Data" />
  49. <Reference Include="System.Net.Http" />
  50. <Reference Include="System.Xml" />
  51. </ItemGroup>
  52. <ItemGroup>
  53. <Compile Include="Helper\AlgorithmHelper.cs" />
  54. <Compile Include="BalancePortParsing.cs" />
  55. <Compile Include="IDAL\ISerialPortConfigInfo.cs" />
  56. <Compile Include="DAL\SerialPortConfigInfoDAL.cs" />
  57. <Compile Include="SerialPortDataReceive.cs" />
  58. <Compile Include="Properties\AssemblyInfo.cs" />
  59. <Compile Include="Helper\SerialPortHelper.cs" />
  60. <Compile Include="BLL\SericalPortConfigBLL.cs" />
  61. </ItemGroup>
  62. <ItemGroup>
  63. <ProjectReference Include="..\CnasLocalIDAL\CnasLocalIDAL.csproj">
  64. <Project>{49f0f118-144f-4dc5-a980-e845572295ea}</Project>
  65. <Name>CnasLocalIDAL</Name>
  66. </ProjectReference>
  67. <ProjectReference Include="..\CnasSynchronousCommon\CnasSynchronousCommon.csproj">
  68. <Project>{8E0E5F2E-2BA2-4952-9F31-34C072CD86B3}</Project>
  69. <Name>CnasSynchronousCommon</Name>
  70. </ProjectReference>
  71. <ProjectReference Include="..\CnasSynchronusClient\CnasSynchronusBLL.csproj">
  72. <Project>{CB9B6D92-3CC4-46C6-92E8-A6FD0AD48041}</Project>
  73. <Name>CnasSynchronusBLL</Name>
  74. </ProjectReference>
  75. <ProjectReference Include="..\CnasSynchrousModel\CnasSynchrousModel.csproj">
  76. <Project>{0C3243F5-729E-409C-B406-C6DE56E632E0}</Project>
  77. <Name>CnasSynchrousModel</Name>
  78. </ProjectReference>
  79. <ProjectReference Include="..\SyncLocalDAL\SyncLocalDAL.csproj">
  80. <Project>{E1052176-831E-4070-9356-CA0F8108DBDF}</Project>
  81. <Name>SyncLocalDAL</Name>
  82. </ProjectReference>
  83. </ItemGroup>
  84. <ItemGroup />
  85. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  86. </Project>