CNAS取数仪器端升级
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

118 linhas
5.5KB

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