|
- <?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>{00BEA43E-D03E-4BF7-9474-F36BD7811F74}</ProjectGuid>
- <OutputType>WinExe</OutputType>
- <RootNamespace>CNAS_BalanceClient</RootNamespace>
- <AssemblyName>CNAS_BalanceClient</AssemblyName>
- <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <Deterministic>true</Deterministic>
- <TargetFrameworkProfile />
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <PlatformTarget>x86</PlatformTarget>
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>..\dll\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <Prefer32Bit>false</Prefer32Bit>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <Prefer32Bit>false</Prefer32Bit>
- </PropertyGroup>
- <PropertyGroup>
- <ApplicationIcon>scales_of_Balance_16px_1117673_easyicon.net.ico</ApplicationIcon>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="Devart.Data, Version=5.0.2194.0, Culture=neutral, PublicKeyToken=09af7300eec23701, processorArchitecture=MSIL" />
- <Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\dll\log4net.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.Core" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="System.Data" />
- <Reference Include="System.Deployment" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Windows.Forms" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="frmConditionMap.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="frmConditionMap.Designer.cs">
- <DependentUpon>frmConditionMap.cs</DependentUpon>
- </Compile>
- <Compile Include="UIOperation\BalanceMainOperation.cs" />
- <Compile Include="UIOperation\CrucibleUIOperation.cs" />
- <Compile Include="frmBalanceField.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="frmBalanceField.Designer.cs">
- <DependentUpon>frmBalanceField.cs</DependentUpon>
- </Compile>
- <Compile Include="frmBalanceMain.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="frmBalanceMain.Designer.cs">
- <DependentUpon>frmBalanceMain.cs</DependentUpon>
- </Compile>
- <Compile Include="frmConfigPort.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="frmConfigPort.Designer.cs">
- <DependentUpon>frmConfigPort.cs</DependentUpon>
- </Compile>
- <Compile Include="frmHistory.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="frmHistory.Designer.cs">
- <DependentUpon>frmHistory.cs</DependentUpon>
- </Compile>
- <Compile Include="frmLoginServer.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="frmLoginServer.Designer.cs">
- <DependentUpon>frmLoginServer.cs</DependentUpon>
- </Compile>
- <Compile Include="UIOperation\HuiFaFenUIOperation.cs" />
- <Compile Include="UIOperation\HuiFenUIOperation.cs" />
- <Compile Include="ILaboratoryTestOpera.cs" />
- <Compile Include="Program.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="UIOperation\QuanShuiFenUIOperation.cs" />
- <Compile Include="UIOperation\ShuiFenUIOperation.cs" />
- <EmbeddedResource Include="frmBalanceField.resx">
- <DependentUpon>frmBalanceField.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="frmBalanceMain.resx">
- <DependentUpon>frmBalanceMain.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="frmConditionMap.resx">
- <DependentUpon>frmConditionMap.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="frmConfigPort.resx">
- <DependentUpon>frmConfigPort.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="frmHistory.resx">
- <DependentUpon>frmHistory.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="frmLoginServer.resx">
- <DependentUpon>frmLoginServer.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Properties\Resources.resx">
- <Generator>ResXFileCodeGenerator</Generator>
- <LastGenOutput>Resources.Designer.cs</LastGenOutput>
- <SubType>Designer</SubType>
- </EmbeddedResource>
- <Compile Include="Properties\Resources.Designer.cs">
- <AutoGen>True</AutoGen>
- <DependentUpon>Resources.resx</DependentUpon>
- <DesignTime>True</DesignTime>
- </Compile>
- <None Include="App.config" />
- <None Include="Properties\Settings.settings">
- <Generator>SettingsSingleFileGenerator</Generator>
- <LastGenOutput>Settings.Designer.cs</LastGenOutput>
- </None>
- <Compile Include="Properties\Settings.Designer.cs">
- <AutoGen>True</AutoGen>
- <DependentUpon>Settings.settings</DependentUpon>
- <DesignTimeSharedInput>True</DesignTimeSharedInput>
- </Compile>
- </ItemGroup>
- <ItemGroup>
- <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>CnasSynchronusClient</Name>
- </ProjectReference>
- <ProjectReference Include="..\CnasSynchrousModel\CnasSynchrousModel.csproj">
- <Project>{0c3243f5-729e-409c-b406-c6de56e632e0}</Project>
- <Name>CnasSynchrousModel</Name>
- </ProjectReference>
- <ProjectReference Include="..\CNAS_SerialPort\CNAS_SerialPort.csproj">
- <Project>{abb56058-b6fd-4747-a4e9-9c9361d6d993}</Project>
- <Name>CNAS_SerialPort</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <Content Include="scales_of_Balance_16px_1117673_easyicon.net.ico" />
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- </Project>
|