NettyTest.csproj 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" 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>{E693B11B-F146-4EA1-8960-78755FD48DE6}</ProjectGuid>
  8. <OutputType>Exe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>NettyTest</RootNamespace>
  11. <AssemblyName>NettyTest</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  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. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  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. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  36. </PropertyGroup>
  37. <PropertyGroup>
  38. <StartupObject />
  39. </PropertyGroup>
  40. <ItemGroup>
  41. <Reference Include="DotNetty.Buffers">
  42. <HintPath>..\nettyCommunication\bin\Debug\DotNetty.Buffers.dll</HintPath>
  43. </Reference>
  44. <Reference Include="DotNetty.Codecs">
  45. <HintPath>..\nettyCommunication\bin\Debug\DotNetty.Codecs.dll</HintPath>
  46. </Reference>
  47. <Reference Include="DotNetty.Common">
  48. <HintPath>..\nettyCommunication\bin\Debug\DotNetty.Common.dll</HintPath>
  49. </Reference>
  50. <Reference Include="DotNetty.Handlers">
  51. <HintPath>..\nettyCommunication\bin\Debug\DotNetty.Handlers.dll</HintPath>
  52. </Reference>
  53. <Reference Include="DotNetty.Transport">
  54. <HintPath>..\nettyCommunication\bin\Debug\DotNetty.Transport.dll</HintPath>
  55. </Reference>
  56. <Reference Include="Microsoft.Extensions.Configuration">
  57. <HintPath>..\nettyCommunication\bin\Debug\Microsoft.Extensions.Configuration.dll</HintPath>
  58. </Reference>
  59. <Reference Include="Microsoft.Extensions.Configuration.Abstractions">
  60. <HintPath>..\nettyCommunication\bin\Debug\Microsoft.Extensions.Configuration.Abstractions.dll</HintPath>
  61. </Reference>
  62. <Reference Include="Microsoft.Extensions.Configuration.FileExtensions">
  63. <HintPath>..\nettyCommunication\bin\Debug\Microsoft.Extensions.Configuration.FileExtensions.dll</HintPath>
  64. </Reference>
  65. <Reference Include="Microsoft.Extensions.Configuration.Json">
  66. <HintPath>..\nettyCommunication\bin\Debug\Microsoft.Extensions.Configuration.Json.dll</HintPath>
  67. </Reference>
  68. <Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions">
  69. <HintPath>..\nettyCommunication\bin\Debug\Microsoft.Extensions.DependencyInjection.Abstractions.dll</HintPath>
  70. </Reference>
  71. <Reference Include="Microsoft.Extensions.FileProviders.Abstractions">
  72. <HintPath>..\nettyCommunication\bin\Debug\Microsoft.Extensions.FileProviders.Abstractions.dll</HintPath>
  73. </Reference>
  74. <Reference Include="Microsoft.Extensions.FileProviders.Physical">
  75. <HintPath>..\nettyCommunication\bin\Debug\Microsoft.Extensions.FileProviders.Physical.dll</HintPath>
  76. </Reference>
  77. <Reference Include="Microsoft.Extensions.Primitives">
  78. <HintPath>..\nettyCommunication\bin\Debug\Microsoft.Extensions.Primitives.dll</HintPath>
  79. </Reference>
  80. <Reference Include="nettyCommunication">
  81. <HintPath>..\..\nettyCommunication.dll</HintPath>
  82. </Reference>
  83. <Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  84. <SpecificVersion>False</SpecificVersion>
  85. <HintPath>..\nettyCommunication\bin\Debug\Newtonsoft.Json.dll</HintPath>
  86. </Reference>
  87. <Reference Include="System" />
  88. <Reference Include="System.Collections.Immutable">
  89. <HintPath>..\nettyCommunication\bin\Debug\System.Collections.Immutable.dll</HintPath>
  90. </Reference>
  91. <Reference Include="System.Core" />
  92. <Reference Include="System.Runtime.CompilerServices.Unsafe">
  93. <HintPath>..\nettyCommunication\bin\Debug\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  94. </Reference>
  95. <Reference Include="System.Runtime.InteropServices.RuntimeInformation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  96. <SpecificVersion>False</SpecificVersion>
  97. <HintPath>..\nettyCommunication\bin\Debug\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
  98. </Reference>
  99. <Reference Include="System.Threading.Tasks.Extensions">
  100. <HintPath>..\nettyCommunication\bin\Debug\System.Threading.Tasks.Extensions.dll</HintPath>
  101. </Reference>
  102. <Reference Include="System.Xml.Linq" />
  103. <Reference Include="System.Data.DataSetExtensions" />
  104. <Reference Include="System.Data" />
  105. <Reference Include="System.Xml" />
  106. </ItemGroup>
  107. <ItemGroup>
  108. <Compile Include="Program.cs" />
  109. <Compile Include="Properties\AssemblyInfo.cs" />
  110. <Compile Include="Properties\Settings.Designer.cs">
  111. <AutoGen>True</AutoGen>
  112. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  113. <DependentUpon>Settings.settings</DependentUpon>
  114. </Compile>
  115. </ItemGroup>
  116. <ItemGroup>
  117. <None Include="App.config" />
  118. <None Include="Properties\Settings.settings">
  119. <Generator>SettingsSingleFileGenerator</Generator>
  120. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  121. </None>
  122. <None Include="serversettings.json">
  123. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  124. </None>
  125. </ItemGroup>
  126. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  127. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  128. Other similar extension points exist, see Microsoft.Common.targets.
  129. <Target Name="BeforeBuild">
  130. </Target>
  131. <Target Name="AfterBuild">
  132. </Target>
  133. -->
  134. </Project>