CNAS取数仪器端升级
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

127 rindas
5.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>{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="Newtonsoft.Json, Version=13.0.1.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  46. <SpecificVersion>False</SpecificVersion>
  47. <HintPath>..\dll\Newtonsoft.Json.dll</HintPath>
  48. </Reference>
  49. <Reference Include="System" />
  50. <Reference Include="System.Configuration.Install" />
  51. <Reference Include="System.Core" />
  52. <Reference Include="System.Drawing" />
  53. <Reference Include="System.Management" />
  54. <Reference Include="System.Windows.Forms" />
  55. <Reference Include="System.Xml.Linq" />
  56. <Reference Include="System.Data.DataSetExtensions" />
  57. <Reference Include="Microsoft.CSharp" />
  58. <Reference Include="System.Data" />
  59. <Reference Include="System.ServiceProcess" />
  60. <Reference Include="System.Xml" />
  61. </ItemGroup>
  62. <ItemGroup>
  63. <Compile Include="ActivationForm.cs">
  64. <SubType>Form</SubType>
  65. </Compile>
  66. <Compile Include="ActivationForm.Designer.cs">
  67. <DependentUpon>ActivationForm.cs</DependentUpon>
  68. </Compile>
  69. <Compile Include="FileWatcherItem.cs" />
  70. <Compile Include="FileWatcherOperation.cs" />
  71. <Compile Include="ProjectInstaller.cs">
  72. <SubType>Component</SubType>
  73. </Compile>
  74. <Compile Include="ProjectInstaller.Designer.cs">
  75. <DependentUpon>ProjectInstaller.cs</DependentUpon>
  76. </Compile>
  77. <Compile Include="SyncSerivice.cs">
  78. <SubType>Component</SubType>
  79. </Compile>
  80. <Compile Include="SyncSerivice.Designer.cs">
  81. <DependentUpon>SyncSerivice.cs</DependentUpon>
  82. </Compile>
  83. <Compile Include="Program.cs" />
  84. <Compile Include="Properties\AssemblyInfo.cs" />
  85. <Compile Include="SyncServiceOperation.cs" />
  86. <Compile Include="test.cs">
  87. <SubType>Form</SubType>
  88. </Compile>
  89. <Compile Include="test.Designer.cs">
  90. <DependentUpon>test.cs</DependentUpon>
  91. </Compile>
  92. </ItemGroup>
  93. <ItemGroup>
  94. <EmbeddedResource Include="ActivationForm.resx">
  95. <DependentUpon>ActivationForm.cs</DependentUpon>
  96. </EmbeddedResource>
  97. <EmbeddedResource Include="ProjectInstaller.resx">
  98. <DependentUpon>ProjectInstaller.cs</DependentUpon>
  99. </EmbeddedResource>
  100. <EmbeddedResource Include="test.resx">
  101. <DependentUpon>test.cs</DependentUpon>
  102. </EmbeddedResource>
  103. </ItemGroup>
  104. <ItemGroup>
  105. <None Include="App.config">
  106. <SubType>Designer</SubType>
  107. </None>
  108. </ItemGroup>
  109. <ItemGroup>
  110. <ProjectReference Include="..\CnasSynchronousCommon\CnasSynchronousCommon.csproj">
  111. <Project>{8e0e5f2e-2ba2-4952-9f31-34c072cd86b3}</Project>
  112. <Name>CnasSynchronousCommon</Name>
  113. </ProjectReference>
  114. <ProjectReference Include="..\CnasSynchronusClient\CnasSynchronusBLL.csproj">
  115. <Project>{cb9b6d92-3cc4-46c6-92e8-a6fd0ad48041}</Project>
  116. <Name>CnasSynchronusClient</Name>
  117. </ProjectReference>
  118. <ProjectReference Include="..\CnasSynchrousModel\CnasSynchrousModel.csproj">
  119. <Project>{0c3243f5-729e-409c-b406-c6de56e632e0}</Project>
  120. <Name>CnasSynchrousModel</Name>
  121. </ProjectReference>
  122. </ItemGroup>
  123. <ItemGroup>
  124. <Content Include="upload_16px_1215335_easyicon.net.ico" />
  125. </ItemGroup>
  126. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  127. </Project>