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

148 lines
6.2KB

  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.Management" />
  56. <Reference Include="System.Xml.Linq" />
  57. <Reference Include="System.Data.DataSetExtensions" />
  58. <Reference Include="System.Data" />
  59. <Reference Include="System.Deployment" />
  60. <Reference Include="System.Drawing" />
  61. <Reference Include="System.Windows.Forms" />
  62. <Reference Include="System.Xml" />
  63. </ItemGroup>
  64. <ItemGroup>
  65. <Compile Include="ActivationForm.cs">
  66. <SubType>Form</SubType>
  67. </Compile>
  68. <Compile Include="ActivationForm.Designer.cs">
  69. <DependentUpon>ActivationForm.cs</DependentUpon>
  70. </Compile>
  71. <Compile Include="frmSynchrousMain.cs">
  72. <SubType>Form</SubType>
  73. </Compile>
  74. <Compile Include="frmSynchrousMain.Designer.cs">
  75. <DependentUpon>frmSynchrousMain.cs</DependentUpon>
  76. </Compile>
  77. <Compile Include="KMenuTabControl.cs">
  78. <SubType>Component</SubType>
  79. </Compile>
  80. <Compile Include="Program.cs" />
  81. <Compile Include="Properties\AssemblyInfo.cs" />
  82. <Compile Include="ucSynchrousMain.cs">
  83. <SubType>UserControl</SubType>
  84. </Compile>
  85. <Compile Include="ucSynchrousMain.Designer.cs">
  86. <DependentUpon>ucSynchrousMain.cs</DependentUpon>
  87. </Compile>
  88. <EmbeddedResource Include="ActivationForm.resx">
  89. <DependentUpon>ActivationForm.cs</DependentUpon>
  90. </EmbeddedResource>
  91. <EmbeddedResource Include="frmSynchrousMain.resx">
  92. <DependentUpon>frmSynchrousMain.cs</DependentUpon>
  93. </EmbeddedResource>
  94. <EmbeddedResource Include="Properties\Resources.resx">
  95. <Generator>ResXFileCodeGenerator</Generator>
  96. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  97. <SubType>Designer</SubType>
  98. </EmbeddedResource>
  99. <Compile Include="Properties\Resources.Designer.cs">
  100. <AutoGen>True</AutoGen>
  101. <DependentUpon>Resources.resx</DependentUpon>
  102. <DesignTime>True</DesignTime>
  103. </Compile>
  104. <EmbeddedResource Include="ucSynchrousMain.resx">
  105. <DependentUpon>ucSynchrousMain.cs</DependentUpon>
  106. </EmbeddedResource>
  107. <None Include="app.config">
  108. <SubType>Designer</SubType>
  109. </None>
  110. <None Include="app.manifest" />
  111. <None Include="Properties\Settings.settings">
  112. <Generator>SettingsSingleFileGenerator</Generator>
  113. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  114. </None>
  115. <Compile Include="Properties\Settings.Designer.cs">
  116. <AutoGen>True</AutoGen>
  117. <DependentUpon>Settings.settings</DependentUpon>
  118. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  119. </Compile>
  120. </ItemGroup>
  121. <ItemGroup>
  122. <ProjectReference Include="..\CNASBalanceDBManage\CNASBalanceDBManage.csproj">
  123. <Project>{d4d6a680-8b6b-4ecb-96d0-264954dabfc1}</Project>
  124. <Name>CNASBalanceDBManage</Name>
  125. </ProjectReference>
  126. <ProjectReference Include="..\CnasSynchronousCommon\CnasSynchronousCommon.csproj">
  127. <Project>{8e0e5f2e-2ba2-4952-9f31-34c072cd86b3}</Project>
  128. <Name>CnasSynchronousCommon</Name>
  129. </ProjectReference>
  130. <ProjectReference Include="..\CnasSynchronusClient\CnasSynchronusBLL.csproj">
  131. <Project>{cb9b6d92-3cc4-46c6-92e8-a6fd0ad48041}</Project>
  132. <Name>CnasSynchronusClient</Name>
  133. </ProjectReference>
  134. <ProjectReference Include="..\CnasSynchrousModel\CnasSynchrousModel.csproj">
  135. <Project>{0c3243f5-729e-409c-b406-c6de56e632e0}</Project>
  136. <Name>CnasSynchrousModel</Name>
  137. </ProjectReference>
  138. <ProjectReference Include="..\CNAS_DBSync\CNAS_DBSync.csproj">
  139. <Project>{0f16f166-6646-4502-b22d-5fe5bfe92326}</Project>
  140. <Name>CNAS_DBSync</Name>
  141. </ProjectReference>
  142. </ItemGroup>
  143. <ItemGroup>
  144. <Content Include="Synchronize_16px_1190987_easyicon.net.ico" />
  145. <Content Include="Synchronize_show.ico" />
  146. </ItemGroup>
  147. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  148. </Project>