CNAS取数仪器端升级
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

125 rindas
5.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>{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="Kdbndp, Version=4.0.7.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7, processorArchitecture=MSIL">
  41. <SpecificVersion>False</SpecificVersion>
  42. <HintPath>..\dll\Kdbndp.dll</HintPath>
  43. </Reference>
  44. <Reference Include="System" />
  45. <Reference Include="System.ComponentModel.DataAnnotations" />
  46. <Reference Include="System.configuration" />
  47. <Reference Include="System.Core" />
  48. <Reference Include="System.Web" />
  49. <Reference Include="System.Web.Extensions" />
  50. <Reference Include="System.Xml.Linq" />
  51. <Reference Include="System.Data.DataSetExtensions" />
  52. <Reference Include="Microsoft.CSharp" />
  53. <Reference Include="System.Data" />
  54. <Reference Include="System.Xml" />
  55. </ItemGroup>
  56. <ItemGroup>
  57. <Compile Include="InsturmentData\DmServerInstrumentData.cs" />
  58. <Compile Include="InsturmentData\KingbaseInstrumentData.cs" />
  59. <Compile Include="InsturmentData\PostgreSQLServerInstrumentData.cs" />
  60. <Compile Include="TargetCnasData\DB2CNASDataOperation.cs" />
  61. <Compile Include="TargetCnasData\ICnasDataOperation.cs" />
  62. <Compile Include="InsturmentData\AccessInstrumentData.cs" />
  63. <Compile Include="CalculateOperation.cs" />
  64. <Compile Include="CnasDataCheck.cs" />
  65. <Compile Include="CnasInsertOperation.cs" />
  66. <Compile Include="InsturmentData\ExcelInstrumentData.cs" />
  67. <Compile Include="InsturmentData\FoxProInstrumentData.cs" />
  68. <Compile Include="GlobalCommonOperation.cs" />
  69. <Compile Include="InstrumentCodeOperation.cs" />
  70. <Compile Include="InsturmentData\InstrumentData.cs" />
  71. <Compile Include="Factory\InstrumentDataSourceFact.cs" />
  72. <Compile Include="InstrumentDescribeZH.cs" />
  73. <Compile Include="FileOperation.cs" />
  74. <Compile Include="Local\InstrumentInfoBLL.cs" />
  75. <Compile Include="Local\LaboratoryTestBLL.cs" />
  76. <Compile Include="Local\UpLoadRecordBLL.cs" />
  77. <Compile Include="InsturmentData\MySQLServerInstrumentData.cs" />
  78. <Compile Include="InsturmentData\OracleInstrumentData.cs" />
  79. <Compile Include="TargetCnasData\MySQLCNASDataOperation.cs" />
  80. <Compile Include="TargetCnasData\MySQLCNASDataOperationByWeb.cs" />
  81. <Compile Include="TargetCnasData\OracleCnasDataOperation.cs" />
  82. <Compile Include="RemoteFileCopy.cs" />
  83. <Compile Include="InsturmentData\SQLiteInstrumentData.cs" />
  84. <Compile Include="InsturmentData\SQLServerInstrumentData.cs" />
  85. <Compile Include="SendDataOperation.cs" />
  86. <Compile Include="SyncParamsOperation.cs" />
  87. <Compile Include="Factory\CnasDataOperationFact.cs" />
  88. <Compile Include="Properties\AssemblyInfo.cs" />
  89. <Compile Include="InsturmentData\TXTInstrumentData.cs" />
  90. <Compile Include="TargetCnasData\PostgreSQLSQLCNASDataOperation.cs" />
  91. </ItemGroup>
  92. <ItemGroup>
  93. <None Include="App.config" />
  94. </ItemGroup>
  95. <ItemGroup>
  96. <WCFMetadata Include="Connected Services\" />
  97. </ItemGroup>
  98. <ItemGroup>
  99. <ProjectReference Include="..\CnasLocalIDAL\CnasLocalIDAL.csproj">
  100. <Project>{49f0f118-144f-4dc5-a980-e845572295ea}</Project>
  101. <Name>CnasLocalIDAL</Name>
  102. </ProjectReference>
  103. <ProjectReference Include="..\CnasSynchronousCommon\CnasSynchronousCommon.csproj">
  104. <Project>{8e0e5f2e-2ba2-4952-9f31-34c072cd86b3}</Project>
  105. <Name>CnasSynchronousCommon</Name>
  106. </ProjectReference>
  107. <ProjectReference Include="..\CnasSynchronusDAL\CnasSynchronusDAL.csproj">
  108. <Project>{f4ec1b78-eff4-4d04-ae79-631d220187af}</Project>
  109. <Name>CnasSynchronusDAL</Name>
  110. </ProjectReference>
  111. <ProjectReference Include="..\CnasSynchronusIDAL\CnasSynchronusIDAL.csproj">
  112. <Project>{284fbc6d-d437-4616-ac96-582974ff390f}</Project>
  113. <Name>CnasSynchronusIDAL</Name>
  114. </ProjectReference>
  115. <ProjectReference Include="..\CnasSynchrousModel\CnasSynchrousModel.csproj">
  116. <Project>{0c3243f5-729e-409c-b406-c6de56e632e0}</Project>
  117. <Name>CnasSynchrousModel</Name>
  118. </ProjectReference>
  119. <ProjectReference Include="..\SyncLocalDAL\SyncLocalDAL.csproj">
  120. <Project>{e1052176-831e-4070-9356-ca0f8108dbdf}</Project>
  121. <Name>SyncLocalDAL</Name>
  122. </ProjectReference>
  123. </ItemGroup>
  124. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  125. </Project>