AipGateway.Test.csproj 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  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>{F589E2D3-2E91-48BC-9538-E82B0ABC6BFE}</ProjectGuid>
  8. <OutputType>Exe</OutputType>
  9. <RootNamespace>AipGateway.Test</RootNamespace>
  10. <AssemblyName>AipGateway.Test</AssemblyName>
  11. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  14. <Deterministic>true</Deterministic>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <PlatformTarget>AnyCPU</PlatformTarget>
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <PlatformTarget>AnyCPU</PlatformTarget>
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <ItemGroup>
  36. <Reference Include="System" />
  37. <Reference Include="System.Core" />
  38. <Reference Include="System.Management" />
  39. <Reference Include="System.Xml.Linq" />
  40. <Reference Include="System.Data.DataSetExtensions" />
  41. <Reference Include="Microsoft.CSharp" />
  42. <Reference Include="System.Data" />
  43. <Reference Include="System.Net.Http" />
  44. <Reference Include="System.Xml" />
  45. </ItemGroup>
  46. <ItemGroup>
  47. <Compile Include="Program.cs" />
  48. <Compile Include="Properties\AssemblyInfo.cs" />
  49. <Compile Include="RequestFileSet.cs" />
  50. </ItemGroup>
  51. <ItemGroup>
  52. <None Include="serilog.config">
  53. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  54. </None>
  55. <None Include="App.config" />
  56. </ItemGroup>
  57. <ItemGroup>
  58. <ProjectReference Include="..\AipGateway.AIP\AipGateway.AIP.csproj">
  59. <Project>{a783fdc9-3028-464b-911b-c0350345c9b3}</Project>
  60. <Name>AipGateway.AIP</Name>
  61. </ProjectReference>
  62. </ItemGroup>
  63. <ItemGroup>
  64. <PackageReference Include="Newtonsoft.Json">
  65. <Version>13.0.3</Version>
  66. </PackageReference>
  67. <PackageReference Include="Serilog">
  68. <Version>4.0.0</Version>
  69. </PackageReference>
  70. <PackageReference Include="Serilog.Settings.AppSettings">
  71. <Version>2.2.2</Version>
  72. </PackageReference>
  73. <PackageReference Include="Serilog.Settings.Configuration">
  74. <Version>8.0.1</Version>
  75. </PackageReference>
  76. <PackageReference Include="Serilog.Sinks.Console">
  77. <Version>6.0.0</Version>
  78. </PackageReference>
  79. <PackageReference Include="Serilog.Sinks.File">
  80. <Version>6.0.0</Version>
  81. </PackageReference>
  82. <PackageReference Include="System.Configuration.ConfigurationManager">
  83. <Version>8.0.0</Version>
  84. </PackageReference>
  85. </ItemGroup>
  86. <ItemGroup>
  87. <WCFMetadata Include="Connected Services\" />
  88. </ItemGroup>
  89. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  90. </Project>