CNAS取数仪器端升级
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

CNAS_BalanceClient.csproj 6.1KB

5 år sedan
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  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>{00BEA43E-D03E-4BF7-9474-F36BD7811F74}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>CNAS_BalanceClient</RootNamespace>
  10. <AssemblyName>CNAS_BalanceClient</AssemblyName>
  11. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <Deterministic>true</Deterministic>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <PlatformTarget>x86</PlatformTarget>
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>..\dll\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <PlatformTarget>AnyCPU</PlatformTarget>
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>bin\Release\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. </PropertyGroup>
  34. <ItemGroup>
  35. <Reference Include="Devart.Data, Version=5.0.2194.0, Culture=neutral, PublicKeyToken=09af7300eec23701, processorArchitecture=MSIL" />
  36. <Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  37. <SpecificVersion>False</SpecificVersion>
  38. <HintPath>..\dll\log4net.dll</HintPath>
  39. </Reference>
  40. <Reference Include="System" />
  41. <Reference Include="System.Core" />
  42. <Reference Include="System.Xml.Linq" />
  43. <Reference Include="System.Data.DataSetExtensions" />
  44. <Reference Include="Microsoft.CSharp" />
  45. <Reference Include="System.Data" />
  46. <Reference Include="System.Deployment" />
  47. <Reference Include="System.Drawing" />
  48. <Reference Include="System.Windows.Forms" />
  49. <Reference Include="System.Xml" />
  50. </ItemGroup>
  51. <ItemGroup>
  52. <Compile Include="IBalanceReceive.cs" />
  53. <Compile Include="UIOperation\BalanceMainOperation.cs" />
  54. <Compile Include="UIOperation\CrucibleUIOperation.cs" />
  55. <Compile Include="frmBalanceField.cs">
  56. <SubType>Form</SubType>
  57. </Compile>
  58. <Compile Include="frmBalanceField.Designer.cs">
  59. <DependentUpon>frmBalanceField.cs</DependentUpon>
  60. </Compile>
  61. <Compile Include="frmBalanceMain.cs">
  62. <SubType>Form</SubType>
  63. </Compile>
  64. <Compile Include="frmBalanceMain.Designer.cs">
  65. <DependentUpon>frmBalanceMain.cs</DependentUpon>
  66. </Compile>
  67. <Compile Include="frmConfigPort.cs">
  68. <SubType>Form</SubType>
  69. </Compile>
  70. <Compile Include="frmConfigPort.Designer.cs">
  71. <DependentUpon>frmConfigPort.cs</DependentUpon>
  72. </Compile>
  73. <Compile Include="frmHistory.cs">
  74. <SubType>Form</SubType>
  75. </Compile>
  76. <Compile Include="frmHistory.Designer.cs">
  77. <DependentUpon>frmHistory.cs</DependentUpon>
  78. </Compile>
  79. <Compile Include="frmLoginServer.cs">
  80. <SubType>Form</SubType>
  81. </Compile>
  82. <Compile Include="frmLoginServer.Designer.cs">
  83. <DependentUpon>frmLoginServer.cs</DependentUpon>
  84. </Compile>
  85. <Compile Include="UIOperation\HuiFaFenUIOperation.cs" />
  86. <Compile Include="UIOperation\HuiFenUIOperation.cs" />
  87. <Compile Include="ILaboratoryTestOpera.cs" />
  88. <Compile Include="Program.cs" />
  89. <Compile Include="Properties\AssemblyInfo.cs" />
  90. <Compile Include="UIOperation\QuanShuiFenUIOperation.cs" />
  91. <Compile Include="UIOperation\ShuiFenUIOperation.cs" />
  92. <EmbeddedResource Include="frmBalanceField.resx">
  93. <DependentUpon>frmBalanceField.cs</DependentUpon>
  94. </EmbeddedResource>
  95. <EmbeddedResource Include="frmBalanceMain.resx">
  96. <DependentUpon>frmBalanceMain.cs</DependentUpon>
  97. </EmbeddedResource>
  98. <EmbeddedResource Include="frmConfigPort.resx">
  99. <DependentUpon>frmConfigPort.cs</DependentUpon>
  100. </EmbeddedResource>
  101. <EmbeddedResource Include="frmHistory.resx">
  102. <DependentUpon>frmHistory.cs</DependentUpon>
  103. </EmbeddedResource>
  104. <EmbeddedResource Include="frmLoginServer.resx">
  105. <DependentUpon>frmLoginServer.cs</DependentUpon>
  106. </EmbeddedResource>
  107. <EmbeddedResource Include="Properties\Resources.resx">
  108. <Generator>ResXFileCodeGenerator</Generator>
  109. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  110. <SubType>Designer</SubType>
  111. </EmbeddedResource>
  112. <Compile Include="Properties\Resources.Designer.cs">
  113. <AutoGen>True</AutoGen>
  114. <DependentUpon>Resources.resx</DependentUpon>
  115. </Compile>
  116. <None Include="App.config" />
  117. <None Include="Properties\Settings.settings">
  118. <Generator>SettingsSingleFileGenerator</Generator>
  119. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  120. </None>
  121. <Compile Include="Properties\Settings.Designer.cs">
  122. <AutoGen>True</AutoGen>
  123. <DependentUpon>Settings.settings</DependentUpon>
  124. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  125. </Compile>
  126. </ItemGroup>
  127. <ItemGroup>
  128. <ProjectReference Include="..\CnasSynchronousCommon\CnasSynchronousCommon.csproj">
  129. <Project>{8e0e5f2e-2ba2-4952-9f31-34c072cd86b3}</Project>
  130. <Name>CnasSynchronousCommon</Name>
  131. </ProjectReference>
  132. <ProjectReference Include="..\CnasSynchronusClient\CnasSynchronusBLL.csproj">
  133. <Project>{cb9b6d92-3cc4-46c6-92e8-a6fd0ad48041}</Project>
  134. <Name>CnasSynchronusClient</Name>
  135. </ProjectReference>
  136. <ProjectReference Include="..\CnasSynchrousModel\CnasSynchrousModel.csproj">
  137. <Project>{0c3243f5-729e-409c-b406-c6de56e632e0}</Project>
  138. <Name>CnasSynchrousModel</Name>
  139. </ProjectReference>
  140. </ItemGroup>
  141. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  142. </Project>