CNAS取数仪器端升级
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

154 lines
7.6KB

  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>{0F16F166-6646-4502-B22D-5FE5BFE92326}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>CNAS_DBSync</RootNamespace>
  10. <AssemblyName>CNAS_DBSync</AssemblyName>
  11. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <Deterministic>true</Deterministic>
  14. <NuGetPackageImportStamp>
  15. </NuGetPackageImportStamp>
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <PlatformTarget>x86</PlatformTarget>
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>..\dll\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  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. </PropertyGroup>
  36. <ItemGroup>
  37. <Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  38. <HintPath>..\packages\log4net.2.0.8\lib\net40-full\log4net.dll</HintPath>
  39. </Reference>
  40. <Reference Include="MySql.Data, Version=5.2.3.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
  41. <SpecificVersion>False</SpecificVersion>
  42. <HintPath>..\dll\MySql.Data.dll</HintPath>
  43. </Reference>
  44. <Reference Include="System" />
  45. <Reference Include="System.ComponentModel.DataAnnotations" />
  46. <Reference Include="System.configuration" />
  47. <Reference Include="System.Core" />
  48. <Reference Include="System.Data.SQLite, Version=1.0.111.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  49. <HintPath>..\packages\System.Data.SQLite.Core.1.0.111.0\lib\net40\System.Data.SQLite.dll</HintPath>
  50. </Reference>
  51. <Reference Include="System.Data.SQLite.EF6, Version=1.0.111.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  52. <HintPath>..\packages\System.Data.SQLite.EF6.1.0.111.0\lib\net40\System.Data.SQLite.EF6.dll</HintPath>
  53. </Reference>
  54. <Reference Include="System.Data.SQLite.Linq, Version=1.0.111.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  55. <HintPath>..\packages\System.Data.SQLite.Linq.1.0.111.0\lib\net40\System.Data.SQLite.Linq.dll</HintPath>
  56. </Reference>
  57. <Reference Include="System.Management" />
  58. <Reference Include="System.Xml.Linq" />
  59. <Reference Include="System.Data.DataSetExtensions" />
  60. <Reference Include="Microsoft.CSharp" />
  61. <Reference Include="System.Data" />
  62. <Reference Include="System.Deployment" />
  63. <Reference Include="System.Drawing" />
  64. <Reference Include="System.Windows.Forms" />
  65. <Reference Include="System.Xml" />
  66. </ItemGroup>
  67. <ItemGroup>
  68. <Compile Include="BLL\CnasDataCheck.cs" />
  69. <Compile Include="BLL\CnasDataOperation.cs" />
  70. <Compile Include="DAL\CnasDataOperationFact.cs" />
  71. <Compile Include="BLL\InstrumentCodeOperation.cs" />
  72. <Compile Include="BLL\InstrumentDataFact.cs" />
  73. <Compile Include="BLL\InstrumentDataOperation.cs" />
  74. <Compile Include="Common\MdbHelper.cs" />
  75. <Compile Include="Common\MySQLHelper.cs" />
  76. <Compile Include="Common\SQLDB2Helper.cs" />
  77. <Compile Include="Common\ExcelHelper.cs" />
  78. <Compile Include="Common\FileHelper.cs" />
  79. <Compile Include="Common\SQLiteHelper.cs" />
  80. <Compile Include="DAL\BaseDAL.cs" />
  81. <Compile Include="DAL\MySQLBaseDAL.cs" />
  82. <Compile Include="frmDatabaseParams.cs">
  83. <SubType>Form</SubType>
  84. </Compile>
  85. <Compile Include="frmDatabaseParams.Designer.cs">
  86. <DependentUpon>frmDatabaseParams.cs</DependentUpon>
  87. </Compile>
  88. <Compile Include="frmInstrumentCode.cs">
  89. <SubType>Form</SubType>
  90. </Compile>
  91. <Compile Include="frmInstrumentCode.Designer.cs">
  92. <DependentUpon>frmInstrumentCode.cs</DependentUpon>
  93. </Compile>
  94. <Compile Include="frmPrBar.cs">
  95. <SubType>Form</SubType>
  96. </Compile>
  97. <Compile Include="frmPrBar.Designer.cs">
  98. <DependentUpon>frmPrBar.cs</DependentUpon>
  99. </Compile>
  100. <Compile Include="frmSyncParams.cs">
  101. <SubType>Form</SubType>
  102. </Compile>
  103. <Compile Include="frmSyncParams.Designer.cs">
  104. <DependentUpon>frmSyncParams.cs</DependentUpon>
  105. </Compile>
  106. <Compile Include="Model\DataBaseInfo.cs" />
  107. <Compile Include="Model\InstrumentDataSourceInfo.cs" />
  108. <Compile Include="Model\SyncInstrumentItemInfo.cs" />
  109. <Compile Include="Model\SyncParamasInfo.cs" />
  110. <Compile Include="Program.cs" />
  111. <Compile Include="Properties\AssemblyInfo.cs" />
  112. <EmbeddedResource Include="frmDatabaseParams.resx">
  113. <DependentUpon>frmDatabaseParams.cs</DependentUpon>
  114. </EmbeddedResource>
  115. <EmbeddedResource Include="frmInstrumentCode.resx">
  116. <DependentUpon>frmInstrumentCode.cs</DependentUpon>
  117. </EmbeddedResource>
  118. <EmbeddedResource Include="frmPrBar.resx">
  119. <DependentUpon>frmPrBar.cs</DependentUpon>
  120. </EmbeddedResource>
  121. <EmbeddedResource Include="frmSyncParams.resx">
  122. <DependentUpon>frmSyncParams.cs</DependentUpon>
  123. </EmbeddedResource>
  124. <EmbeddedResource Include="Properties\Resources.resx">
  125. <Generator>ResXFileCodeGenerator</Generator>
  126. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  127. <SubType>Designer</SubType>
  128. </EmbeddedResource>
  129. <Compile Include="Properties\Resources.Designer.cs">
  130. <AutoGen>True</AutoGen>
  131. <DependentUpon>Resources.resx</DependentUpon>
  132. </Compile>
  133. <None Include="App.config" />
  134. <None Include="packages.config" />
  135. <None Include="Properties\Settings.settings">
  136. <Generator>SettingsSingleFileGenerator</Generator>
  137. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  138. </None>
  139. <Compile Include="Properties\Settings.Designer.cs">
  140. <AutoGen>True</AutoGen>
  141. <DependentUpon>Settings.settings</DependentUpon>
  142. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  143. </Compile>
  144. </ItemGroup>
  145. <ItemGroup />
  146. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  147. <Import Project="..\packages\System.Data.SQLite.Core.1.0.111.0\build\net40\System.Data.SQLite.Core.targets" Condition="Exists('..\packages\System.Data.SQLite.Core.1.0.111.0\build\net40\System.Data.SQLite.Core.targets')" />
  148. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  149. <PropertyGroup>
  150. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  151. </PropertyGroup>
  152. <Error Condition="!Exists('..\packages\System.Data.SQLite.Core.1.0.111.0\build\net40\System.Data.SQLite.Core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\System.Data.SQLite.Core.1.0.111.0\build\net40\System.Data.SQLite.Core.targets'))" />
  153. </Target>
  154. </Project>