Ips.Adc.QfCard.Cli.csproj 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  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>{C8E06738-DFDF-4E7D-B19A-30FC16738406}</ProjectGuid>
  8. <OutputType>Exe</OutputType>
  9. <RootNamespace>Ips.Adc.QfCard.Cli</RootNamespace>
  10. <AssemblyName>adc</AssemblyName>
  11. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  14. <Deterministic>true</Deterministic>
  15. <IsWebBootstrapper>false</IsWebBootstrapper>
  16. <PublishUrl>publish\</PublishUrl>
  17. <Install>true</Install>
  18. <InstallFrom>Disk</InstallFrom>
  19. <UpdateEnabled>false</UpdateEnabled>
  20. <UpdateMode>Foreground</UpdateMode>
  21. <UpdateInterval>7</UpdateInterval>
  22. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  23. <UpdatePeriodically>false</UpdatePeriodically>
  24. <UpdateRequired>false</UpdateRequired>
  25. <MapFileExtensions>true</MapFileExtensions>
  26. <ApplicationRevision>0</ApplicationRevision>
  27. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  28. <UseApplicationTrust>false</UseApplicationTrust>
  29. <BootstrapperEnabled>true</BootstrapperEnabled>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  32. <PlatformTarget>AnyCPU</PlatformTarget>
  33. <DebugSymbols>true</DebugSymbols>
  34. <DebugType>full</DebugType>
  35. <Optimize>false</Optimize>
  36. <OutputPath>bin\Debug\</OutputPath>
  37. <DefineConstants>DEBUG;TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. </PropertyGroup>
  41. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  42. <PlatformTarget>AnyCPU</PlatformTarget>
  43. <DebugType>pdbonly</DebugType>
  44. <Optimize>true</Optimize>
  45. <OutputPath>..\..\..\..\..\prds\adc_qf\</OutputPath>
  46. <DefineConstants>TRACE</DefineConstants>
  47. <ErrorReport>prompt</ErrorReport>
  48. <WarningLevel>4</WarningLevel>
  49. </PropertyGroup>
  50. <ItemGroup>
  51. <Reference Include="Newtonsoft.Json, Version=12.0.0.2, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  52. <SpecificVersion>False</SpecificVersion>
  53. <HintPath>references\Newtonsoft.Json.dll</HintPath>
  54. </Reference>
  55. <Reference Include="System" />
  56. <Reference Include="System.Core" />
  57. <Reference Include="System.Xml.Linq" />
  58. <Reference Include="System.Data.DataSetExtensions" />
  59. <Reference Include="Microsoft.CSharp" />
  60. <Reference Include="System.Data" />
  61. <Reference Include="System.Net.Http" />
  62. <Reference Include="System.Xml" />
  63. <Reference Include="WUtilitiesV01, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  64. <SpecificVersion>False</SpecificVersion>
  65. <HintPath>references\WUtilitiesV01.dll</HintPath>
  66. </Reference>
  67. </ItemGroup>
  68. <ItemGroup>
  69. <Compile Include="HttpHelper.cs" />
  70. <Compile Include="Program.cs" />
  71. <Compile Include="Properties\AssemblyInfo.cs" />
  72. <Compile Include="SettingService.cs" />
  73. </ItemGroup>
  74. <ItemGroup>
  75. <None Include="..\..\..\.editorconfig">
  76. <Link>.editorconfig</Link>
  77. </None>
  78. <None Include="App.config" />
  79. <None Include="国产采集卡http通信协议.pdf" />
  80. </ItemGroup>
  81. <ItemGroup>
  82. <Content Include="Config.Adc.xml">
  83. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  84. </Content>
  85. <Content Include="readme_adc.txt" />
  86. <Content Include="references\Newtonsoft.Json.dll" />
  87. <Content Include="references\WUtilitiesV01.dll" />
  88. </ItemGroup>
  89. <ItemGroup>
  90. <BootstrapperPackage Include=".NETFramework,Version=v4.8">
  91. <Visible>False</Visible>
  92. <ProductName>Microsoft .NET Framework 4.8 %28x86 和 x64%29</ProductName>
  93. <Install>true</Install>
  94. </BootstrapperPackage>
  95. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  96. <Visible>False</Visible>
  97. <ProductName>.NET Framework 3.5 SP1</ProductName>
  98. <Install>false</Install>
  99. </BootstrapperPackage>
  100. </ItemGroup>
  101. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  102. </Project>