|
11 | 11 | <AssemblyName>SocketIoClientDotNet.Tests.net40</AssemblyName> |
12 | 12 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
13 | 13 | <FileAlignment>512</FileAlignment> |
| 14 | + <TargetFrameworkProfile /> |
14 | 15 | </PropertyGroup> |
15 | 16 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
16 | 17 | <DebugSymbols>true</DebugSymbols> |
|
20 | 21 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
21 | 22 | <ErrorReport>prompt</ErrorReport> |
22 | 23 | <WarningLevel>4</WarningLevel> |
| 24 | + <Prefer32Bit>false</Prefer32Bit> |
23 | 25 | </PropertyGroup> |
24 | 26 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
25 | 27 | <DebugType>pdbonly</DebugType> |
|
28 | 30 | <DefineConstants>TRACE</DefineConstants> |
29 | 31 | <ErrorReport>prompt</ErrorReport> |
30 | 32 | <WarningLevel>4</WarningLevel> |
| 33 | + <Prefer32Bit>false</Prefer32Bit> |
31 | 34 | </PropertyGroup> |
32 | 35 | <ItemGroup> |
33 | | - <Reference Include="EngineIoClientDotNet, Version=0.9.21.0, Culture=neutral, processorArchitecture=MSIL"> |
34 | | - <HintPath>..\SocketIoClientDotNet.net40\packages\EngineIoClientDotNet.0.9.21\lib\net40\EngineIoClientDotNet.dll</HintPath> |
| 36 | + <Reference Include="EngineIoClientDotNet, Version=0.10.0.0, Culture=neutral, processorArchitecture=MSIL"> |
| 37 | + <HintPath>..\SocketIoClientDotNet.net40\packages\EngineIoClientDotNet.0.10.0-beta1\lib\net40\EngineIoClientDotNet.dll</HintPath> |
35 | 38 | <Private>True</Private> |
36 | 39 | </Reference> |
37 | | - <Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
38 | | - <HintPath>..\SocketIoClientDotNet.net40\packages\Newtonsoft.Json.7.0.1\lib\net40\Newtonsoft.Json.dll</HintPath> |
| 40 | + <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
| 41 | + <HintPath>..\SocketIoClientDotNet.net40\packages\Newtonsoft.Json.10.0.1\lib\net40\Newtonsoft.Json.dll</HintPath> |
| 42 | + <Private>True</Private> |
| 43 | + </Reference> |
| 44 | + <Reference Include="SuperSocket.ClientEngine, Version=0.8.0.8, Culture=neutral, processorArchitecture=MSIL"> |
| 45 | + <HintPath>..\SocketIoClientDotNet.net40\packages\SuperSocket.ClientEngine.Core.0.8.0.8\lib\net40-client\SuperSocket.ClientEngine.dll</HintPath> |
39 | 46 | <Private>True</Private> |
40 | 47 | </Reference> |
41 | 48 | <Reference Include="System" /> |
42 | 49 | <Reference Include="System.Core" /> |
| 50 | + <Reference Include="System.Web" /> |
43 | 51 | <Reference Include="System.Xml.Linq" /> |
44 | 52 | <Reference Include="System.Data.DataSetExtensions" /> |
45 | 53 | <Reference Include="Microsoft.CSharp" /> |
46 | 54 | <Reference Include="System.Data" /> |
47 | 55 | <Reference Include="System.Xml" /> |
48 | | - <Reference Include="WebSocket4Net, Version=0.12.0.0, Culture=neutral, PublicKeyToken=eb4e154b696bf72a, processorArchitecture=MSIL"> |
49 | | - <HintPath>..\SocketIoClientDotNet.net40\packages\WebSocket4Net.0.13.1\lib\net40\WebSocket4Net.dll</HintPath> |
| 56 | + <Reference Include="WebSocket4Net, Version=0.15.0.0, Culture=neutral, processorArchitecture=MSIL"> |
| 57 | + <HintPath>..\SocketIoClientDotNet.net40\packages\WebSocket4Net.0.15.0-beta6\lib\net40\WebSocket4Net.dll</HintPath> |
50 | 58 | <Private>True</Private> |
51 | 59 | </Reference> |
52 | 60 | <Reference Include="xunit, Version=1.9.2.1705, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL"> |
|
85 | 93 | </ProjectReference> |
86 | 94 | </ItemGroup> |
87 | 95 | <ItemGroup> |
| 96 | + <None Include="app.config" /> |
| 97 | + <None Include="config.json"> |
| 98 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 99 | + </None> |
88 | 100 | <None Include="packages.config" /> |
89 | 101 | </ItemGroup> |
90 | 102 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
|
0 commit comments