CNAS取数仪器端升级
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

89 lines
4.3KB

  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>{0C3243F5-729E-409C-B406-C6DE56E632E0}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>CnasSynchrousModel</RootNamespace>
  11. <AssemblyName>CnasSynchrousModel</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>..\dll\</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.Xml.Linq" />
  41. <Reference Include="System.Data.DataSetExtensions" />
  42. <Reference Include="Microsoft.CSharp" />
  43. <Reference Include="System.Data" />
  44. <Reference Include="System.Xml" />
  45. </ItemGroup>
  46. <ItemGroup>
  47. <Compile Include="ApiParams\ApiBaseParam.cs" />
  48. <Compile Include="ApiParams\ComputeMessageParam.cs" />
  49. <Compile Include="ApiParams\InsertValueMessageParam.cs" />
  50. <Compile Include="ApiParams\LoginMessageParam.cs" />
  51. <Compile Include="ApiParams\TableMessageParam.cs" />
  52. <Compile Include="AutoSql.cs" />
  53. <Compile Include="SourceConfigFile\AccessFormatConfig.cs" />
  54. <Compile Include="SourceConfigFile\ExcelFormatConfig.cs" />
  55. <Compile Include="FilterCondition.cs" />
  56. <Compile Include="SourceConfigFile\FoxProFormatConfig.cs" />
  57. <Compile Include="Param\FoxProOpenParams.cs" />
  58. <Compile Include="SourceConfigFile\MySqlFormatConfig.cs" />
  59. <Compile Include="SourceConfigFile\NormalFileFormatConfig.cs" />
  60. <Compile Include="SourceConfigFile\OracleFormatConfig.cs" />
  61. <Compile Include="Param\ConditionParams.cs" />
  62. <Compile Include="Param\AccessOpenParams.cs" />
  63. <Compile Include="CnasFixedValue.cs" />
  64. <Compile Include="DataBaseInfo.cs" />
  65. <Compile Include="IFThenConditionParams.cs" />
  66. <Compile Include="InstrumentDataSourceInfo.cs" />
  67. <Compile Include="BalanceClient\LaboratoryTest.cs" />
  68. <Compile Include="Param\ExcelOpenParams.cs" />
  69. <Compile Include="Param\MySQLOpenParams.cs" />
  70. <Compile Include="Param\OpenSourceParams.cs" />
  71. <Compile Include="Param\OracleOpenParams.cs" />
  72. <Compile Include="Param\SqliteOpenParams.cs" />
  73. <Compile Include="Param\SqlServerOpenParams.cs" />
  74. <Compile Include="Param\TXTOpenParams.cs" />
  75. <Compile Include="Properties\AssemblyInfo.cs" />
  76. <Compile Include="BalanceClient\SerialPortConfigInfo.cs" />
  77. <Compile Include="SourceConfigFile\PostgreSqlFormatConfig.cs" />
  78. <Compile Include="SourceConfigFile\ServiceConfig.cs" />
  79. <Compile Include="BalanceClient\SyncBalanceItem.cs" />
  80. <Compile Include="SourceDataFilter.cs" />
  81. <Compile Include="SourceConfigFile\SqliteFormatConfig.cs" />
  82. <Compile Include="SourceConfigFile\SqlServerFormatConfig.cs" />
  83. <Compile Include="SyncInstrumentItemInfo.cs" />
  84. <Compile Include="SyncParamasInfo.cs" />
  85. <Compile Include="BalanceClient\UpLoadRecord.cs" />
  86. <Compile Include="SourceConfigFile\SystemFormatConfig.cs" />
  87. </ItemGroup>
  88. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  89. </Project>