CNAS取数仪器端升级
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

117 Zeilen
4.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>{D4D6A680-8B6B-4ECB-96D0-264954DABFC1}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>CNASBalanceDBManage</RootNamespace>
  10. <AssemblyName>CNASBalanceDBManage</AssemblyName>
  11. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <Deterministic>true</Deterministic>
  14. <TargetFrameworkProfile />
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <PlatformTarget>x86</PlatformTarget>
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>..\dll\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. <Prefer32Bit>false</Prefer32Bit>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <PlatformTarget>AnyCPU</PlatformTarget>
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. <Prefer32Bit>false</Prefer32Bit>
  36. </PropertyGroup>
  37. <PropertyGroup>
  38. <ApplicationIcon>database_16px_1229703_easyicon.net.ico</ApplicationIcon>
  39. </PropertyGroup>
  40. <ItemGroup>
  41. <Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  42. <SpecificVersion>False</SpecificVersion>
  43. <HintPath>..\dll\log4net.dll</HintPath>
  44. </Reference>
  45. <Reference Include="System" />
  46. <Reference Include="System.Core" />
  47. <Reference Include="System.Management" />
  48. <Reference Include="System.Xml.Linq" />
  49. <Reference Include="System.Data.DataSetExtensions" />
  50. <Reference Include="Microsoft.CSharp" />
  51. <Reference Include="System.Data" />
  52. <Reference Include="System.Deployment" />
  53. <Reference Include="System.Drawing" />
  54. <Reference Include="System.Windows.Forms" />
  55. <Reference Include="System.Xml" />
  56. </ItemGroup>
  57. <ItemGroup>
  58. <Compile Include="ActivationForm.cs">
  59. <SubType>Form</SubType>
  60. </Compile>
  61. <Compile Include="ActivationForm.Designer.cs">
  62. <DependentUpon>ActivationForm.cs</DependentUpon>
  63. </Compile>
  64. <Compile Include="frmBalanceDB.cs">
  65. <SubType>Form</SubType>
  66. </Compile>
  67. <Compile Include="frmBalanceDB.Designer.cs">
  68. <DependentUpon>frmBalanceDB.cs</DependentUpon>
  69. </Compile>
  70. <Compile Include="Program.cs" />
  71. <Compile Include="Properties\AssemblyInfo.cs" />
  72. <EmbeddedResource Include="ActivationForm.resx">
  73. <DependentUpon>ActivationForm.cs</DependentUpon>
  74. </EmbeddedResource>
  75. <EmbeddedResource Include="frmBalanceDB.resx">
  76. <DependentUpon>frmBalanceDB.cs</DependentUpon>
  77. </EmbeddedResource>
  78. <EmbeddedResource Include="Properties\Resources.resx">
  79. <Generator>ResXFileCodeGenerator</Generator>
  80. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  81. <SubType>Designer</SubType>
  82. </EmbeddedResource>
  83. <Compile Include="Properties\Resources.Designer.cs">
  84. <AutoGen>True</AutoGen>
  85. <DependentUpon>Resources.resx</DependentUpon>
  86. <DesignTime>True</DesignTime>
  87. </Compile>
  88. <None Include="App.config" />
  89. <None Include="Properties\Settings.settings">
  90. <Generator>SettingsSingleFileGenerator</Generator>
  91. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  92. </None>
  93. <Compile Include="Properties\Settings.Designer.cs">
  94. <AutoGen>True</AutoGen>
  95. <DependentUpon>Settings.settings</DependentUpon>
  96. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  97. </Compile>
  98. </ItemGroup>
  99. <ItemGroup>
  100. <ProjectReference Include="..\CnasSynchronousCommon\CnasSynchronousCommon.csproj">
  101. <Project>{8e0e5f2e-2ba2-4952-9f31-34c072cd86b3}</Project>
  102. <Name>CnasSynchronousCommon</Name>
  103. </ProjectReference>
  104. <ProjectReference Include="..\CnasSynchronusClient\CnasSynchronusBLL.csproj">
  105. <Project>{cb9b6d92-3cc4-46c6-92e8-a6fd0ad48041}</Project>
  106. <Name>CnasSynchronusBLL</Name>
  107. </ProjectReference>
  108. <ProjectReference Include="..\CnasSynchrousModel\CnasSynchrousModel.csproj">
  109. <Project>{0c3243f5-729e-409c-b406-c6de56e632e0}</Project>
  110. <Name>CnasSynchrousModel</Name>
  111. </ProjectReference>
  112. </ItemGroup>
  113. <ItemGroup>
  114. <Content Include="database_16px_1229703_easyicon.net.ico" />
  115. </ItemGroup>
  116. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  117. </Project>