1- <Project Sdk =" Microsoft.NET.Sdk" >
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')" />
24 <PropertyGroup >
3- <TargetFramework >net45</TargetFramework >
5+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7+ <ProjectGuid >{78AB08FB-F75D-4F93-A25F-164BF90DD408}</ProjectGuid >
8+ <OutputType >Library</OutputType >
9+ <AppDesignerFolder >Properties</AppDesignerFolder >
10+ <RootNamespace >WampSharp.Tests.TestHelpers</RootNamespace >
11+ <AssemblyName >WampSharp.Tests.TestHelpers</AssemblyName >
12+ <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
13+ <FileAlignment >512</FileAlignment >
14+ <SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >..\</SolutionDir >
15+ <RestorePackages >true</RestorePackages >
416 </PropertyGroup >
517 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
618 <DebugSymbols >true</DebugSymbols >
1931 <ErrorReport >prompt</ErrorReport >
2032 <WarningLevel >4</WarningLevel >
2133 </PropertyGroup >
22- <Import Project =" $(SolutionDir)\.nuget\NuGet.targets" Condition =" Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
23- <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
24- <PropertyGroup >
25- <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 >
26- </PropertyGroup >
27- <Error Condition =" !Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text =" $([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
28- </Target >
29- <ItemGroup >
30- <ProjectReference Include =" ..\..\WampSharp\WampSharp.csproj" />
31- </ItemGroup >
32- <ItemGroup >
33- <PackageReference Include =" Newtonsoft.Json" Version =" 6.0.5" />
34- <PackageReference Include =" System.Reactive.Core" Version =" 3.0.0" />
35- <PackageReference Include =" System.Reactive.Interfaces" Version =" 3.0.0" />
36- <PackageReference Include =" System.Reactive.Linq" Version =" 3.0.0" />
37- </ItemGroup >
3834 <ItemGroup >
35+ <Reference Include =" Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
36+ <HintPath >..\..\packages\Newtonsoft.Json.6.0.5\lib\net45\Newtonsoft.Json.dll</HintPath >
37+ <Private >True</Private >
38+ </Reference >
39+ <Reference Include =" System" />
40+ <Reference Include =" System.Core" />
41+ <Reference Include =" System.Reactive.Core, Version=3.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL" >
42+ <HintPath >..\..\packages\System.Reactive.Core.3.0.0\lib\net45\System.Reactive.Core.dll</HintPath >
43+ <Private >True</Private >
44+ </Reference >
45+ <Reference Include =" System.Reactive.Interfaces, Version=3.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL" >
46+ <HintPath >..\..\packages\System.Reactive.Interfaces.3.0.0\lib\net45\System.Reactive.Interfaces.dll</HintPath >
47+ <Private >True</Private >
48+ </Reference >
49+ <Reference Include =" System.Reactive.Linq, Version=3.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL" >
50+ <HintPath >..\..\packages\System.Reactive.Linq.3.0.0\lib\net45\System.Reactive.Linq.dll</HintPath >
51+ <Private >True</Private >
52+ </Reference >
53+ <Reference Include =" System.Xml.Linq" />
3954 <Reference Include =" System.Data.DataSetExtensions" />
55+ <Reference Include =" Microsoft.CSharp" />
56+ <Reference Include =" System.Data" />
57+ <Reference Include =" System.Xml" />
4058 </ItemGroup >
4159 <ItemGroup >
42- <Compile Update =" ..\..\..\net45\Tests\WampSharp.Tests.TestHelpers\IDirectedControlledWampConnection.cs" >
60+ <Compile Include =" ..\..\..\net45\Tests\WampSharp.Tests.TestHelpers\IDirectedControlledWampConnection.cs" >
4361 <Link >IDirectedControlledWampConnection.cs</Link >
4462 </Compile >
45- <Compile Update =" ..\..\..\net45\Tests\WampSharp.Tests.TestHelpers\Integration\MockConnectionListener.cs" >
63+ <Compile Include =" ..\..\..\net45\Tests\WampSharp.Tests.TestHelpers\Integration\MockConnectionListener.cs" >
4664 <Link >Integration\MockConnectionListener.cs</Link >
4765 </Compile >
48- <Compile Update =" ..\..\..\net45\Tests\WampSharp.Tests.TestHelpers\MockConnection.cs" >
66+ <Compile Include =" ..\..\..\net45\Tests\WampSharp.Tests.TestHelpers\MockConnection.cs" >
4967 <Link >MockConnection.cs</Link >
5068 </Compile >
51- <Compile Update =" ..\..\..\net45\Tests\WampSharp.Tests.TestHelpers\MockRaw.cs" >
69+ <Compile Include =" ..\..\..\net45\Tests\WampSharp.Tests.TestHelpers\MockRaw.cs" >
5270 <Link >MockRaw.cs</Link >
5371 </Compile >
54- <Compile Update =" ..\..\..\net45\Tests\WampSharp.Tests.TestHelpers\MockRawConverter.cs" >
72+ <Compile Include =" ..\..\..\net45\Tests\WampSharp.Tests.TestHelpers\MockRawConverter.cs" >
5573 <Link >MockRawConverter.cs</Link >
5674 </Compile >
57- <Compile Update =" ..\..\..\net45\Tests\WampSharp.Tests.TestHelpers\MockRawFormatter.cs" >
75+ <Compile Include =" ..\..\..\net45\Tests\WampSharp.Tests.TestHelpers\MockRawFormatter.cs" >
5876 <Link >MockRawFormatter.cs</Link >
5977 </Compile >
60- <Compile Update =" ..\..\..\net45\Tests\WampSharp.Tests.TestHelpers\Properties\AssemblyInfo.cs" >
78+ <Compile Include =" ..\..\..\net45\Tests\WampSharp.Tests.TestHelpers\Properties\AssemblyInfo.cs" >
6179 <Link >Properties\AssemblyInfo.cs</Link >
6280 </Compile >
63- <Compile Update =" ..\..\..\net45\Tests\WampSharp.Tests.TestHelpers\WampFormatterExtensions.cs" >
81+ <Compile Include =" ..\..\..\net45\Tests\WampSharp.Tests.TestHelpers\WampFormatterExtensions.cs" >
6482 <Link >WampFormatterExtensions.cs</Link >
6583 </Compile >
6684 </ItemGroup >
85+ <ItemGroup >
86+ <ProjectReference Include =" ..\..\WampSharp\WampSharp.csproj" >
87+ <Project >{653A76DC-00D7-4EFF-A25E-2FA10C5C927D}</Project >
88+ <Name >WampSharp</Name >
89+ </ProjectReference >
90+ </ItemGroup >
91+ <ItemGroup >
92+ <None Include =" packages.config" >
93+ <SubType >Designer</SubType >
94+ </None >
95+ </ItemGroup >
96+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
97+ <Import Project =" $(SolutionDir)\.nuget\NuGet.targets" Condition =" Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
98+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
99+ <PropertyGroup >
100+ <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 >
101+ </PropertyGroup >
102+ <Error Condition =" !Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text =" $([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
103+ </Target >
104+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
105+ Other similar extension points exist, see Microsoft.Common.targets.
106+ <Target Name="BeforeBuild">
107+ </Target>
108+ <Target Name="AfterBuild">
109+ </Target>
110+ -->
67111</Project >
0 commit comments