- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProjectGuid>{CB9B6D92-3CC4-46C6-92E8-A6FD0AD48041}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>CnasSynchronusClient</RootNamespace>
- <AssemblyName>CnasSynchronusClient</AssemblyName>
- <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <Deterministic>true</Deterministic>
- <NuGetPackageImportStamp>
- </NuGetPackageImportStamp>
- <TargetFrameworkProfile />
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>..\dll\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <PlatformTarget>x86</PlatformTarget>
- <Prefer32Bit>false</Prefer32Bit>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <Prefer32Bit>false</Prefer32Bit>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.ComponentModel.DataAnnotations" />
- <Reference Include="System.configuration" />
- <Reference Include="System.Core" />
- <Reference Include="System.Management" />
- <Reference Include="System.Web" />
- <Reference Include="System.Web.Extensions" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="System.Data" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="TargetCnasData\DB2CNASDataOperation.cs" />
- <Compile Include="TargetCnasData\ICnasDataOperation.cs" />
- <Compile Include="InsturmentData\AccessInstrumentData.cs" />
- <Compile Include="CalculateOperation.cs" />
- <Compile Include="CnasDataCheck.cs" />
- <Compile Include="CnasInsertOperation.cs" />
- <Compile Include="InsturmentData\ExcelInstrumentData.cs" />
- <Compile Include="InsturmentData\FoxProInstrumentData.cs" />
- <Compile Include="GlobalCommonOperation.cs" />
- <Compile Include="InstrumentCodeOperation.cs" />
- <Compile Include="InsturmentData\InstrumentData.cs" />
- <Compile Include="Factory\InstrumentDataSourceFact.cs" />
- <Compile Include="InstrumentDescribeZH.cs" />
- <Compile Include="FileOperation.cs" />
- <Compile Include="Local\InstrumentInfoBLL.cs" />
- <Compile Include="Local\LaboratoryTestBLL.cs" />
- <Compile Include="Local\UpLoadRecordBLL.cs" />
- <Compile Include="InsturmentData\MySQLServerInstrumentData.cs" />
- <Compile Include="InsturmentData\OracleInstrumentData.cs" />
- <Compile Include="TargetCnasData\MySQLCNASDataOperation.cs" />
- <Compile Include="TargetCnasData\MySQLCNASDataOperationByWeb.cs" />
- <Compile Include="TargetCnasData\OracleCnasDataOperation.cs" />
- <Compile Include="RemoteFileCopy.cs" />
- <Compile Include="InsturmentData\SQLiteInstrumentData.cs" />
- <Compile Include="InsturmentData\SQLServerInstrumentData.cs" />
- <Compile Include="SendDataOperation.cs" />
- <Compile Include="SyncParamsOperation.cs" />
- <Compile Include="Factory\CnasDataOperationFact.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="InsturmentData\TXTInstrumentData.cs" />
- </ItemGroup>
- <ItemGroup>
- <None Include="App.config" />
- </ItemGroup>
- <ItemGroup>
- <WCFMetadata Include="Connected Services\" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\CnasLocalIDAL\CnasLocalIDAL.csproj">
- <Project>{49f0f118-144f-4dc5-a980-e845572295ea}</Project>
- <Name>CnasLocalIDAL</Name>
- </ProjectReference>
- <ProjectReference Include="..\CnasSynchronousCommon\CnasSynchronousCommon.csproj">
- <Project>{8e0e5f2e-2ba2-4952-9f31-34c072cd86b3}</Project>
- <Name>CnasSynchronousCommon</Name>
- </ProjectReference>
- <ProjectReference Include="..\CnasSynchronusDAL\CnasSynchronusDAL.csproj">
- <Project>{f4ec1b78-eff4-4d04-ae79-631d220187af}</Project>
- <Name>CnasSynchronusDAL</Name>
- </ProjectReference>
- <ProjectReference Include="..\CnasSynchronusIDAL\CnasSynchronusIDAL.csproj">
- <Project>{284fbc6d-d437-4616-ac96-582974ff390f}</Project>
- <Name>CnasSynchronusIDAL</Name>
- </ProjectReference>
- <ProjectReference Include="..\CnasSynchrousModel\CnasSynchrousModel.csproj">
- <Project>{0c3243f5-729e-409c-b406-c6de56e632e0}</Project>
- <Name>CnasSynchrousModel</Name>
- </ProjectReference>
- <ProjectReference Include="..\SyncLocalDAL\SyncLocalDAL.csproj">
- <Project>{e1052176-831e-4070-9356-ca0f8108dbdf}</Project>
- <Name>SyncLocalDAL</Name>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- </Project>
|