|
- <?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>{ABB56058-B6FD-4747-A4E9-9C9361D6D993}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>CNAS_SerialPort</RootNamespace>
- <AssemblyName>CNAS_SerialPort</AssemblyName>
- <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <Deterministic>true</Deterministic>
- <TargetFrameworkProfile />
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</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.Core" />
- <Reference Include="System.Data.SQLite, Version=1.0.111.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\dll\System.Data.SQLite.dll</HintPath>
- </Reference>
- <Reference Include="System.Windows.Forms" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="System.Data" />
- <Reference Include="System.Net.Http" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Helper\AlgorithmHelper.cs" />
- <Compile Include="BalancePortParsing.cs" />
- <Compile Include="IDAL\ISerialPortConfigInfo.cs" />
- <Compile Include="DAL\SerialPortConfigInfoDAL.cs" />
- <Compile Include="SerialPortDataReceive.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="Helper\SerialPortHelper.cs" />
- <Compile Include="BLL\SericalPortConfigBLL.cs" />
- </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="..\CnasSynchronusClient\CnasSynchronusBLL.csproj">
- <Project>{CB9B6D92-3CC4-46C6-92E8-A6FD0AD48041}</Project>
- <Name>CnasSynchronusBLL</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>
- <ItemGroup />
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- </Project>
|