CNAS取数仪器端升级
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

138 lines
5.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>{2F1E5C7F-BEE0-4C40-B928-917AD9A4CF46}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>CNAS_RunSync</RootNamespace>
  10. <AssemblyName>CNAS_RunSync</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. <ApplicationManifest>app.manifest</ApplicationManifest>
  39. </PropertyGroup>
  40. <PropertyGroup>
  41. <ApplicationIcon>Synchronize_show.ico</ApplicationIcon>
  42. </PropertyGroup>
  43. <ItemGroup>
  44. <Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  45. <SpecificVersion>False</SpecificVersion>
  46. <HintPath>..\dll\log4net.dll</HintPath>
  47. </Reference>
  48. <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  49. <SpecificVersion>False</SpecificVersion>
  50. <HintPath>..\dll\Newtonsoft.Json.dll</HintPath>
  51. </Reference>
  52. <Reference Include="System" />
  53. <Reference Include="System.configuration" />
  54. <Reference Include="System.Core" />
  55. <Reference Include="System.Xml.Linq" />
  56. <Reference Include="System.Data.DataSetExtensions" />
  57. <Reference Include="System.Data" />
  58. <Reference Include="System.Deployment" />
  59. <Reference Include="System.Drawing" />
  60. <Reference Include="System.Windows.Forms" />
  61. <Reference Include="System.Xml" />
  62. </ItemGroup>
  63. <ItemGroup>
  64. <Compile Include="frmSynchrousMain.cs">
  65. <SubType>Form</SubType>
  66. </Compile>
  67. <Compile Include="frmSynchrousMain.Designer.cs">
  68. <DependentUpon>frmSynchrousMain.cs</DependentUpon>
  69. </Compile>
  70. <Compile Include="KMenuTabControl.cs">
  71. <SubType>Component</SubType>
  72. </Compile>
  73. <Compile Include="Program.cs" />
  74. <Compile Include="Properties\AssemblyInfo.cs" />
  75. <Compile Include="ucSynchrousMain.cs">
  76. <SubType>UserControl</SubType>
  77. </Compile>
  78. <Compile Include="ucSynchrousMain.Designer.cs">
  79. <DependentUpon>ucSynchrousMain.cs</DependentUpon>
  80. </Compile>
  81. <EmbeddedResource Include="frmSynchrousMain.resx">
  82. <DependentUpon>frmSynchrousMain.cs</DependentUpon>
  83. </EmbeddedResource>
  84. <EmbeddedResource Include="Properties\Resources.resx">
  85. <Generator>ResXFileCodeGenerator</Generator>
  86. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  87. <SubType>Designer</SubType>
  88. </EmbeddedResource>
  89. <Compile Include="Properties\Resources.Designer.cs">
  90. <AutoGen>True</AutoGen>
  91. <DependentUpon>Resources.resx</DependentUpon>
  92. <DesignTime>True</DesignTime>
  93. </Compile>
  94. <EmbeddedResource Include="ucSynchrousMain.resx">
  95. <DependentUpon>ucSynchrousMain.cs</DependentUpon>
  96. </EmbeddedResource>
  97. <None Include="app.config">
  98. <SubType>Designer</SubType>
  99. </None>
  100. <None Include="app.manifest" />
  101. <None Include="Properties\Settings.settings">
  102. <Generator>SettingsSingleFileGenerator</Generator>
  103. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  104. </None>
  105. <Compile Include="Properties\Settings.Designer.cs">
  106. <AutoGen>True</AutoGen>
  107. <DependentUpon>Settings.settings</DependentUpon>
  108. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  109. </Compile>
  110. </ItemGroup>
  111. <ItemGroup>
  112. <ProjectReference Include="..\CNASBalanceDBManage\CNASBalanceDBManage.csproj">
  113. <Project>{d4d6a680-8b6b-4ecb-96d0-264954dabfc1}</Project>
  114. <Name>CNASBalanceDBManage</Name>
  115. </ProjectReference>
  116. <ProjectReference Include="..\CnasSynchronousCommon\CnasSynchronousCommon.csproj">
  117. <Project>{8e0e5f2e-2ba2-4952-9f31-34c072cd86b3}</Project>
  118. <Name>CnasSynchronousCommon</Name>
  119. </ProjectReference>
  120. <ProjectReference Include="..\CnasSynchronusClient\CnasSynchronusBLL.csproj">
  121. <Project>{cb9b6d92-3cc4-46c6-92e8-a6fd0ad48041}</Project>
  122. <Name>CnasSynchronusClient</Name>
  123. </ProjectReference>
  124. <ProjectReference Include="..\CnasSynchrousModel\CnasSynchrousModel.csproj">
  125. <Project>{0c3243f5-729e-409c-b406-c6de56e632e0}</Project>
  126. <Name>CnasSynchrousModel</Name>
  127. </ProjectReference>
  128. <ProjectReference Include="..\CNAS_DBSync\CNAS_DBSync.csproj">
  129. <Project>{0f16f166-6646-4502-b22d-5fe5bfe92326}</Project>
  130. <Name>CNAS_DBSync</Name>
  131. </ProjectReference>
  132. </ItemGroup>
  133. <ItemGroup>
  134. <Content Include="Synchronize_16px_1190987_easyicon.net.ico" />
  135. <Content Include="Synchronize_show.ico" />
  136. </ItemGroup>
  137. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  138. </Project>