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.

103 lines
4.4KB

  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>{2F1E5C7F-BEE0-4C40-B928-917AD9A4CF46}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>CNAS_RunSync</RootNamespace>
  10. <AssemblyName>CNAS_RunSync</AssemblyName>
  11. <TargetFrameworkVersion>v4.0</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. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <PlatformTarget>AnyCPU</PlatformTarget>
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <ItemGroup>
  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="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  41. <SpecificVersion>False</SpecificVersion>
  42. <HintPath>..\dll\Newtonsoft.Json.dll</HintPath>
  43. </Reference>
  44. <Reference Include="System" />
  45. <Reference Include="System.Core" />
  46. <Reference Include="System.Xml.Linq" />
  47. <Reference Include="System.Data.DataSetExtensions" />
  48. <Reference Include="System.Data" />
  49. <Reference Include="System.Deployment" />
  50. <Reference Include="System.Drawing" />
  51. <Reference Include="System.Windows.Forms" />
  52. <Reference Include="System.Xml" />
  53. </ItemGroup>
  54. <ItemGroup>
  55. <Compile Include="frmSyncShow.cs">
  56. <SubType>Form</SubType>
  57. </Compile>
  58. <Compile Include="frmSyncShow.Designer.cs">
  59. <DependentUpon>frmSyncShow.cs</DependentUpon>
  60. </Compile>
  61. <Compile Include="Program.cs" />
  62. <Compile Include="Properties\AssemblyInfo.cs" />
  63. <Compile Include="ucSyncShow.cs">
  64. <SubType>UserControl</SubType>
  65. </Compile>
  66. <Compile Include="ucSyncShow.Designer.cs">
  67. <DependentUpon>ucSyncShow.cs</DependentUpon>
  68. </Compile>
  69. <EmbeddedResource Include="frmSyncShow.resx">
  70. <DependentUpon>frmSyncShow.cs</DependentUpon>
  71. </EmbeddedResource>
  72. <EmbeddedResource Include="Properties\Resources.resx">
  73. <Generator>ResXFileCodeGenerator</Generator>
  74. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  75. <SubType>Designer</SubType>
  76. </EmbeddedResource>
  77. <Compile Include="Properties\Resources.Designer.cs">
  78. <AutoGen>True</AutoGen>
  79. <DependentUpon>Resources.resx</DependentUpon>
  80. <DesignTime>True</DesignTime>
  81. </Compile>
  82. <EmbeddedResource Include="ucSyncShow.resx">
  83. <DependentUpon>ucSyncShow.cs</DependentUpon>
  84. </EmbeddedResource>
  85. <None Include="app.config" />
  86. <None Include="Properties\Settings.settings">
  87. <Generator>SettingsSingleFileGenerator</Generator>
  88. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  89. </None>
  90. <Compile Include="Properties\Settings.Designer.cs">
  91. <AutoGen>True</AutoGen>
  92. <DependentUpon>Settings.settings</DependentUpon>
  93. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  94. </Compile>
  95. </ItemGroup>
  96. <ItemGroup>
  97. <ProjectReference Include="..\CNAS_DBSync\CNAS_DBSync.csproj">
  98. <Project>{0f16f166-6646-4502-b22d-5fe5bfe92326}</Project>
  99. <Name>CNAS_DBSync</Name>
  100. </ProjectReference>
  101. </ItemGroup>
  102. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  103. </Project>