123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProjectGuid>{E693B11B-F146-4EA1-8960-78755FD48DE6}</ProjectGuid>
- <OutputType>Exe</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>NettyTest</RootNamespace>
- <AssemblyName>NettyTest</AssemblyName>
- <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
- </PropertyGroup>
- <PropertyGroup>
- <StartupObject />
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="DotNetty.Buffers">
- <HintPath>..\nettyCommunication\bin\Debug\DotNetty.Buffers.dll</HintPath>
- </Reference>
- <Reference Include="DotNetty.Codecs">
- <HintPath>..\nettyCommunication\bin\Debug\DotNetty.Codecs.dll</HintPath>
- </Reference>
- <Reference Include="DotNetty.Common">
- <HintPath>..\nettyCommunication\bin\Debug\DotNetty.Common.dll</HintPath>
- </Reference>
- <Reference Include="DotNetty.Handlers">
- <HintPath>..\nettyCommunication\bin\Debug\DotNetty.Handlers.dll</HintPath>
- </Reference>
- <Reference Include="DotNetty.Transport">
- <HintPath>..\nettyCommunication\bin\Debug\DotNetty.Transport.dll</HintPath>
- </Reference>
- <Reference Include="Microsoft.Extensions.Configuration">
- <HintPath>..\nettyCommunication\bin\Debug\Microsoft.Extensions.Configuration.dll</HintPath>
- </Reference>
- <Reference Include="Microsoft.Extensions.Configuration.Abstractions">
- <HintPath>..\nettyCommunication\bin\Debug\Microsoft.Extensions.Configuration.Abstractions.dll</HintPath>
- </Reference>
- <Reference Include="Microsoft.Extensions.Configuration.FileExtensions">
- <HintPath>..\nettyCommunication\bin\Debug\Microsoft.Extensions.Configuration.FileExtensions.dll</HintPath>
- </Reference>
- <Reference Include="Microsoft.Extensions.Configuration.Json">
- <HintPath>..\nettyCommunication\bin\Debug\Microsoft.Extensions.Configuration.Json.dll</HintPath>
- </Reference>
- <Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions">
- <HintPath>..\nettyCommunication\bin\Debug\Microsoft.Extensions.DependencyInjection.Abstractions.dll</HintPath>
- </Reference>
- <Reference Include="Microsoft.Extensions.FileProviders.Abstractions">
- <HintPath>..\nettyCommunication\bin\Debug\Microsoft.Extensions.FileProviders.Abstractions.dll</HintPath>
- </Reference>
- <Reference Include="Microsoft.Extensions.FileProviders.Physical">
- <HintPath>..\nettyCommunication\bin\Debug\Microsoft.Extensions.FileProviders.Physical.dll</HintPath>
- </Reference>
- <Reference Include="Microsoft.Extensions.Primitives">
- <HintPath>..\nettyCommunication\bin\Debug\Microsoft.Extensions.Primitives.dll</HintPath>
- </Reference>
- <Reference Include="nettyCommunication">
- <HintPath>..\..\nettyCommunication.dll</HintPath>
- </Reference>
- <Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\nettyCommunication\bin\Debug\Newtonsoft.Json.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.Collections.Immutable">
- <HintPath>..\nettyCommunication\bin\Debug\System.Collections.Immutable.dll</HintPath>
- </Reference>
- <Reference Include="System.Core" />
- <Reference Include="System.Runtime.CompilerServices.Unsafe">
- <HintPath>..\nettyCommunication\bin\Debug\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
- </Reference>
- <Reference Include="System.Runtime.InteropServices.RuntimeInformation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\nettyCommunication\bin\Debug\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
- </Reference>
- <Reference Include="System.Threading.Tasks.Extensions">
- <HintPath>..\nettyCommunication\bin\Debug\System.Threading.Tasks.Extensions.dll</HintPath>
- </Reference>
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="System.Data" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Program.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="Properties\Settings.Designer.cs">
- <AutoGen>True</AutoGen>
- <DesignTimeSharedInput>True</DesignTimeSharedInput>
- <DependentUpon>Settings.settings</DependentUpon>
- </Compile>
- </ItemGroup>
- <ItemGroup>
- <None Include="App.config" />
- <None Include="Properties\Settings.settings">
- <Generator>SettingsSingleFileGenerator</Generator>
- <LastGenOutput>Settings.Designer.cs</LastGenOutput>
- </None>
- <None Include="serversettings.json">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- </Project>
|