|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 3 | + <Import Project="..\SocketIoClientDotNet.mono\packages\xunit.core.2.0.0\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props" Condition="Exists('..\SocketIoClientDotNet.mono\packages\xunit.core.2.0.0\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props')" /> |
3 | 4 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
4 | 5 | <PropertyGroup> |
5 | 6 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
11 | 12 | <AssemblyName>SocketIoClientDotNet.Tests.mono</AssemblyName> |
12 | 13 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
13 | 14 | <FileAlignment>512</FileAlignment> |
| 15 | + <NuGetPackageImportStamp>56483a1c</NuGetPackageImportStamp> |
14 | 16 | </PropertyGroup> |
15 | 17 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
16 | 18 | <DebugSymbols>true</DebugSymbols> |
|
30 | 32 | <WarningLevel>4</WarningLevel> |
31 | 33 | </PropertyGroup> |
32 | 34 | <ItemGroup> |
33 | | - <Reference Include="EngineIoClientDotNet, Version=0.9.14.0, Culture=neutral, processorArchitecture=MSIL"> |
34 | | - <SpecificVersion>False</SpecificVersion> |
35 | | - <HintPath>..\SocketIoClientDotNet.mono\packages\EngineIoClientDotNet.0.9.14\lib\net45\EngineIoClientDotNet.dll</HintPath> |
| 35 | + <Reference Include="EngineIoClientDotNet, Version=0.9.18.0, Culture=neutral, processorArchitecture=MSIL"> |
| 36 | + <HintPath>..\SocketIoClientDotNet.mono\packages\EngineIoClientDotNet.0.9.18\lib\net45\EngineIoClientDotNet.dll</HintPath> |
| 37 | + <Private>True</Private> |
36 | 38 | </Reference> |
37 | | - <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
38 | | - <SpecificVersion>False</SpecificVersion> |
39 | | - <HintPath>..\SocketIoClientDotNet.mono\packages\Newtonsoft.Json.6.0.6\lib\net45\Newtonsoft.Json.dll</HintPath> |
| 39 | + <Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
| 40 | + <HintPath>..\SocketIoClientDotNet.mono\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath> |
| 41 | + <Private>True</Private> |
40 | 42 | </Reference> |
41 | 43 | <Reference Include="System" /> |
42 | 44 | <Reference Include="System.Core" /> |
|
46 | 48 | <Reference Include="Microsoft.CSharp" /> |
47 | 49 | <Reference Include="System.Data" /> |
48 | 50 | <Reference Include="System.Xml" /> |
49 | | - <Reference Include="WebSocket4Net, Version=0.10.0.0, Culture=neutral, PublicKeyToken=eb4e154b696bf72a, processorArchitecture=MSIL"> |
50 | | - <SpecificVersion>False</SpecificVersion> |
51 | | - <HintPath>..\SocketIoClientDotNet.mono\packages\WebSocket4Net.0.10\lib\net45\WebSocket4Net.dll</HintPath> |
| 51 | + <Reference Include="WebSocket4Net, Version=0.12.0.0, Culture=neutral, PublicKeyToken=eb4e154b696bf72a, processorArchitecture=MSIL"> |
| 52 | + <HintPath>..\SocketIoClientDotNet.mono\packages\WebSocket4Net.0.12\lib\net45\WebSocket4Net.dll</HintPath> |
| 53 | + <Private>True</Private> |
52 | 54 | </Reference> |
53 | | - <Reference Include="xunit, Version=1.9.2.1705, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL"> |
54 | | - <SpecificVersion>False</SpecificVersion> |
55 | | - <HintPath>..\SocketIoClientDotNet.mono\packages\xunit.1.9.2\lib\net20\xunit.dll</HintPath> |
| 55 | + <Reference Include="xunit.abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL"> |
| 56 | + <HintPath>..\SocketIoClientDotNet.mono\packages\xunit.abstractions.2.0.0\lib\net35\xunit.abstractions.dll</HintPath> |
| 57 | + <Private>True</Private> |
| 58 | + </Reference> |
| 59 | + <Reference Include="xunit.assert, Version=2.0.0.2929, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL"> |
| 60 | + <HintPath>..\SocketIoClientDotNet.mono\packages\xunit.assert.2.0.0\lib\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.assert.dll</HintPath> |
| 61 | + <Private>True</Private> |
| 62 | + </Reference> |
| 63 | + <Reference Include="xunit.core, Version=2.0.0.2929, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL"> |
| 64 | + <HintPath>..\SocketIoClientDotNet.mono\packages\xunit.extensibility.core.2.0.0\lib\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.dll</HintPath> |
| 65 | + <Private>True</Private> |
56 | 66 | </Reference> |
57 | 67 | </ItemGroup> |
58 | 68 | <ItemGroup> |
|
86 | 96 | </ProjectReference> |
87 | 97 | </ItemGroup> |
88 | 98 | <ItemGroup> |
| 99 | + <None Include="app.config" /> |
89 | 100 | <None Include="packages.config" /> |
90 | 101 | </ItemGroup> |
91 | 102 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
| 103 | + <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
| 104 | + <PropertyGroup> |
| 105 | + <ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> |
| 106 | + </PropertyGroup> |
| 107 | + <Error Condition="!Exists('..\SocketIoClientDotNet.mono\packages\xunit.core.2.0.0\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props')" Text="$([System.String]::Format('$(ErrorText)', '..\SocketIoClientDotNet.mono\packages\xunit.core.2.0.0\build\portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS\xunit.core.props'))" /> |
| 108 | + </Target> |
92 | 109 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
93 | 110 | Other similar extension points exist, see Microsoft.Common.targets. |
94 | 111 | <Target Name="BeforeBuild"> |
|
0 commit comments