App.ServiceCenter.NetFx.csproj 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  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>{FA7A3CFB-13DE-44E9-B562-F26A0CBE6350}</ProjectGuid>
  8. <OutputType>Exe</OutputType>
  9. <RootNamespace>App.ServiceCenter.NetFx</RootNamespace>
  10. <AssemblyName>App.ServiceCenter.NetFx</AssemblyName>
  11. <TargetFrameworkVersion>v4.6.1</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="Fleck, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL">
  37. <HintPath>..\packages\Fleck.1.1.0\lib\net45\Fleck.dll</HintPath>
  38. </Reference>
  39. <Reference Include="Microsoft.DotNet.PlatformAbstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  40. <HintPath>..\packages\Microsoft.DotNet.PlatformAbstractions.2.0.0\lib\net45\Microsoft.DotNet.PlatformAbstractions.dll</HintPath>
  41. </Reference>
  42. <Reference Include="Microsoft.Extensions.DependencyModel, Version=2.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  43. <HintPath>..\packages\Microsoft.Extensions.DependencyModel.2.0.0\lib\net451\Microsoft.Extensions.DependencyModel.dll</HintPath>
  44. </Reference>
  45. <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  46. <HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
  47. </Reference>
  48. <Reference Include="Sers.CL.Ipc.NamedPipe, Version=2.1.1.602, Culture=neutral, processorArchitecture=MSIL">
  49. <HintPath>..\packages\Sers.CL.Ipc.NamedPipe.2.1.1.602\lib\netstandard2.0\Sers.CL.Ipc.NamedPipe.dll</HintPath>
  50. </Reference>
  51. <Reference Include="Sers.CL.Socket.Iocp, Version=2.1.1.602, Culture=neutral, processorArchitecture=MSIL">
  52. <HintPath>..\packages\Sers.CL.Socket.Iocp.2.1.1.602\lib\netstandard2.0\Sers.CL.Socket.Iocp.dll</HintPath>
  53. </Reference>
  54. <Reference Include="Sers.CL.Socket.ThreadWait, Version=2.1.1.602, Culture=neutral, processorArchitecture=MSIL">
  55. <HintPath>..\packages\Sers.CL.Socket.ThreadWait.2.1.1.602\lib\netstandard2.0\Sers.CL.Socket.ThreadWait.dll</HintPath>
  56. </Reference>
  57. <Reference Include="Sers.CL.WebSocket, Version=2.1.1.602, Culture=neutral, processorArchitecture=MSIL">
  58. <HintPath>..\packages\Sers.CL.WebSocket.2.1.1.602\lib\netstandard2.0\Sers.CL.WebSocket.dll</HintPath>
  59. </Reference>
  60. <Reference Include="Sers.Core, Version=2.1.1.602, Culture=neutral, processorArchitecture=MSIL">
  61. <HintPath>..\packages\Sers.Core.2.1.1.602\lib\netstandard2.0\Sers.Core.dll</HintPath>
  62. </Reference>
  63. <Reference Include="Sers.Gover, Version=2.1.1.602, Culture=neutral, processorArchitecture=MSIL">
  64. <HintPath>..\packages\Sers.Gover.2.1.1.602\lib\netstandard2.0\Sers.Gover.dll</HintPath>
  65. </Reference>
  66. <Reference Include="Sers.Hardware, Version=2.1.1.602, Culture=neutral, processorArchitecture=MSIL">
  67. <HintPath>..\packages\Sers.Hardware.2.1.1.602\lib\netstandard2.0\Sers.Hardware.dll</HintPath>
  68. </Reference>
  69. <Reference Include="Sers.ServiceCenter, Version=2.1.1.602, Culture=neutral, processorArchitecture=MSIL">
  70. <HintPath>..\packages\Sers.ServiceCenter.2.1.1.602\lib\netstandard2.0\Sers.ServiceCenter.dll</HintPath>
  71. </Reference>
  72. <Reference Include="System" />
  73. <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  74. <HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
  75. </Reference>
  76. <Reference Include="System.Core" />
  77. <Reference Include="System.Xml.Linq" />
  78. <Reference Include="System.Data.DataSetExtensions" />
  79. <Reference Include="Microsoft.CSharp" />
  80. <Reference Include="System.Data" />
  81. <Reference Include="System.Net.Http" />
  82. <Reference Include="System.Xml" />
  83. <Reference Include="Vit.Core, Version=2.1.1.602, Culture=neutral, processorArchitecture=MSIL">
  84. <HintPath>..\packages\Vit.Core.2.1.1.602\lib\netstandard2.0\Vit.Core.dll</HintPath>
  85. </Reference>
  86. </ItemGroup>
  87. <ItemGroup>
  88. <Compile Include="Program.cs" />
  89. <Compile Include="Properties\AssemblyInfo.cs" />
  90. </ItemGroup>
  91. <ItemGroup>
  92. <None Include="App.config" />
  93. <Content Include="appsettings.json">
  94. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  95. </Content>
  96. <None Include="packages.config" />
  97. </ItemGroup>
  98. <ItemGroup>
  99. <WCFMetadata Include="Connected Services\" />
  100. </ItemGroup>
  101. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  102. <PropertyGroup>
  103. <PreBuildEvent>
  104. </PreBuildEvent>
  105. </PropertyGroup>
  106. </Project>