CNAS取数仪器端升级
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

110 строки
5.1KB

  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>{CB9B6D92-3CC4-46C6-92E8-A6FD0AD48041}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>CnasSynchronusClient</RootNamespace>
  11. <AssemblyName>CnasSynchronusClient</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>true</Deterministic>
  15. <NuGetPackageImportStamp>
  16. </NuGetPackageImportStamp>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>..\dll\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. <PlatformTarget>x86</PlatformTarget>
  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. </PropertyGroup>
  36. <ItemGroup>
  37. <Reference Include="System" />
  38. <Reference Include="System.ComponentModel.DataAnnotations" />
  39. <Reference Include="System.configuration" />
  40. <Reference Include="System.Core" />
  41. <Reference Include="System.Xml.Linq" />
  42. <Reference Include="System.Data.DataSetExtensions" />
  43. <Reference Include="Microsoft.CSharp" />
  44. <Reference Include="System.Data" />
  45. <Reference Include="System.Xml" />
  46. </ItemGroup>
  47. <ItemGroup>
  48. <Compile Include="CnasData\DB2CNASDataOperation.cs" />
  49. <Compile Include="CnasData\ICnasDataOperation.cs" />
  50. <Compile Include="InsturmentData\AccessInstrumentData.cs" />
  51. <Compile Include="CalculateOperation.cs" />
  52. <Compile Include="CnasDataCheck.cs" />
  53. <Compile Include="CnasInsertOperation.cs" />
  54. <Compile Include="InsturmentData\ExcelInstrumentData.cs" />
  55. <Compile Include="InsturmentData\FoxProInstrumentData.cs" />
  56. <Compile Include="GlobalCommonOperation.cs" />
  57. <Compile Include="InstrumentCodeOperation.cs" />
  58. <Compile Include="InsturmentData\InstrumentData.cs" />
  59. <Compile Include="InstrumentDataSourceFact.cs" />
  60. <Compile Include="InstrumentDescribeZH.cs" />
  61. <Compile Include="Local\FileOperation.cs" />
  62. <Compile Include="Local\InstrumentInfoBLL.cs" />
  63. <Compile Include="Local\LaboratoryTestBLL.cs" />
  64. <Compile Include="Local\SericalPortConfigBLL.cs" />
  65. <Compile Include="Local\UpLoadRecordBLL.cs" />
  66. <Compile Include="InsturmentData\MySQLServerInstrumentData.cs" />
  67. <Compile Include="InsturmentData\OracleInstrumentData.cs" />
  68. <Compile Include="CnasData\MySQLCNASDataOperation.cs" />
  69. <Compile Include="RemoteFileCopy.cs" />
  70. <Compile Include="InsturmentData\SQLiteInstrumentData.cs" />
  71. <Compile Include="InsturmentData\SQLServerInstrumentData.cs" />
  72. <Compile Include="SyncParamsOperation.cs" />
  73. <Compile Include="CnasDataOperationFact.cs" />
  74. <Compile Include="Properties\AssemblyInfo.cs" />
  75. <Compile Include="InsturmentData\TXTInstrumentData.cs" />
  76. </ItemGroup>
  77. <ItemGroup>
  78. <None Include="App.config" />
  79. </ItemGroup>
  80. <ItemGroup>
  81. <WCFMetadata Include="Connected Services\" />
  82. </ItemGroup>
  83. <ItemGroup>
  84. <ProjectReference Include="..\CnasLocalIDAL\CnasLocalIDAL.csproj">
  85. <Project>{49f0f118-144f-4dc5-a980-e845572295ea}</Project>
  86. <Name>CnasLocalIDAL</Name>
  87. </ProjectReference>
  88. <ProjectReference Include="..\CnasSynchronousCommon\CnasSynchronousCommon.csproj">
  89. <Project>{8e0e5f2e-2ba2-4952-9f31-34c072cd86b3}</Project>
  90. <Name>CnasSynchronousCommon</Name>
  91. </ProjectReference>
  92. <ProjectReference Include="..\CnasSynchronusDAL\CnasSynchronusDAL.csproj">
  93. <Project>{f4ec1b78-eff4-4d04-ae79-631d220187af}</Project>
  94. <Name>CnasSynchronusDAL</Name>
  95. </ProjectReference>
  96. <ProjectReference Include="..\CnasSynchronusIDAL\CnasSynchronusIDAL.csproj">
  97. <Project>{284fbc6d-d437-4616-ac96-582974ff390f}</Project>
  98. <Name>CnasSynchronusIDAL</Name>
  99. </ProjectReference>
  100. <ProjectReference Include="..\CnasSynchrousModel\CnasSynchrousModel.csproj">
  101. <Project>{0c3243f5-729e-409c-b406-c6de56e632e0}</Project>
  102. <Name>CnasSynchrousModel</Name>
  103. </ProjectReference>
  104. <ProjectReference Include="..\SyncLocalDAL\SyncLocalDAL.csproj">
  105. <Project>{e1052176-831e-4070-9356-ca0f8108dbdf}</Project>
  106. <Name>SyncLocalDAL</Name>
  107. </ProjectReference>
  108. </ItemGroup>
  109. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  110. </Project>