CNAS取数仪器端升级
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

114 satır
4.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>{6FA284AB-8D0D-422C-ABA2-6AAC31B12017}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>CNAS_SyncService</RootNamespace>
  10. <AssemblyName>CNAS_SyncService</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>upload_16px_1215335_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.Configuration.Install" />
  47. <Reference Include="System.Core" />
  48. <Reference Include="System.Drawing" />
  49. <Reference Include="System.Management" />
  50. <Reference Include="System.Windows.Forms" />
  51. <Reference Include="System.Xml.Linq" />
  52. <Reference Include="System.Data.DataSetExtensions" />
  53. <Reference Include="Microsoft.CSharp" />
  54. <Reference Include="System.Data" />
  55. <Reference Include="System.ServiceProcess" />
  56. <Reference Include="System.Xml" />
  57. </ItemGroup>
  58. <ItemGroup>
  59. <Compile Include="FileWatcherItem.cs" />
  60. <Compile Include="FileWatcherOperation.cs" />
  61. <Compile Include="ProjectInstaller.cs">
  62. <SubType>Component</SubType>
  63. </Compile>
  64. <Compile Include="ProjectInstaller.Designer.cs">
  65. <DependentUpon>ProjectInstaller.cs</DependentUpon>
  66. </Compile>
  67. <Compile Include="SyncSerivice.cs">
  68. <SubType>Component</SubType>
  69. </Compile>
  70. <Compile Include="SyncSerivice.Designer.cs">
  71. <DependentUpon>SyncSerivice.cs</DependentUpon>
  72. </Compile>
  73. <Compile Include="Program.cs" />
  74. <Compile Include="Properties\AssemblyInfo.cs" />
  75. <Compile Include="SyncServiceOperation.cs" />
  76. <Compile Include="test.cs">
  77. <SubType>Form</SubType>
  78. </Compile>
  79. <Compile Include="test.Designer.cs">
  80. <DependentUpon>test.cs</DependentUpon>
  81. </Compile>
  82. </ItemGroup>
  83. <ItemGroup>
  84. <EmbeddedResource Include="ProjectInstaller.resx">
  85. <DependentUpon>ProjectInstaller.cs</DependentUpon>
  86. </EmbeddedResource>
  87. <EmbeddedResource Include="test.resx">
  88. <DependentUpon>test.cs</DependentUpon>
  89. </EmbeddedResource>
  90. </ItemGroup>
  91. <ItemGroup>
  92. <None Include="App.config">
  93. <SubType>Designer</SubType>
  94. </None>
  95. </ItemGroup>
  96. <ItemGroup>
  97. <ProjectReference Include="..\CnasSynchronousCommon\CnasSynchronousCommon.csproj">
  98. <Project>{8e0e5f2e-2ba2-4952-9f31-34c072cd86b3}</Project>
  99. <Name>CnasSynchronousCommon</Name>
  100. </ProjectReference>
  101. <ProjectReference Include="..\CnasSynchronusClient\CnasSynchronusBLL.csproj">
  102. <Project>{cb9b6d92-3cc4-46c6-92e8-a6fd0ad48041}</Project>
  103. <Name>CnasSynchronusClient</Name>
  104. </ProjectReference>
  105. <ProjectReference Include="..\CnasSynchrousModel\CnasSynchrousModel.csproj">
  106. <Project>{0c3243f5-729e-409c-b406-c6de56e632e0}</Project>
  107. <Name>CnasSynchrousModel</Name>
  108. </ProjectReference>
  109. </ItemGroup>
  110. <ItemGroup>
  111. <Content Include="upload_16px_1215335_easyicon.net.ico" />
  112. </ItemGroup>
  113. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  114. </Project>