Files
NightAlert/ThirdParty/SocketIoClientDotNet/Src/SocketIoClientDotNet.mono/SocketIoClientDotNet.mono.csproj

106 lines
4.6 KiB
XML

<?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>{9C663463-8A1D-4960-A64A-1E0303034FE2}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Quobject.SocketIoClientDotNet</RootNamespace>
<AssemblyName>SocketIoClientDotNet</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="EngineIoClientDotNet, Version=0.9.18.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\EngineIoClientDotNet.0.9.18\lib\net45\EngineIoClientDotNet.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Web" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="WebSocket4Net">
<HintPath>packages\WebSocket4Net.0.12\lib\net45\WebSocket4Net.dll</HintPath>
</Reference>
<Reference Include="xunit">
<HintPath>..\..\References\xunit.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="..\SocketIoClientDotNet.net45\Client\AckImpl.cs">
<Link>Client\AckImpl.cs</Link>
</Compile>
<Compile Include="..\SocketIoClientDotNet.net45\Client\IAck.cs">
<Link>Client\IAck.cs</Link>
</Compile>
<Compile Include="..\SocketIoClientDotNet.net45\Client\IO.cs">
<Link>Client\IO.cs</Link>
</Compile>
<Compile Include="..\SocketIoClientDotNet.net45\Client\Manager.cs">
<Link>Client\Manager.cs</Link>
</Compile>
<Compile Include="..\SocketIoClientDotNet.net45\Client\On.cs">
<Link>Client\On.cs</Link>
</Compile>
<Compile Include="..\SocketIoClientDotNet.net45\Client\Socket.cs">
<Link>Client\Socket.cs</Link>
</Compile>
<Compile Include="..\SocketIoClientDotNet.net45\Client\SocketIOException.cs">
<Link>Client\SocketIOException.cs</Link>
</Compile>
<Compile Include="..\SocketIoClientDotNet.net45\Client\Url.cs">
<Link>Client\Url.cs</Link>
</Compile>
<Compile Include="..\SocketIoClientDotNet.net45\Modules\HasBinaryData.cs">
<Link>Modules\HasBinaryData.cs</Link>
</Compile>
<Compile Include="..\SocketIoClientDotNet.net45\Parser\Binary.cs">
<Link>Parser\Binary.cs</Link>
</Compile>
<Compile Include="..\SocketIoClientDotNet.net45\Parser\Packet.cs">
<Link>Parser\Packet.cs</Link>
</Compile>
<Compile Include="..\SocketIoClientDotNet.net45\Parser\Parser.cs">
<Link>Parser\Parser.cs</Link>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</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>