Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions NuGet/WampSharp.Default.Client.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@
<dependency id="WampSharp.NewtonsoftMsgpack" version="[$version$]" />
<dependency id="WampSharp.WebSockets" version="[$version$]" />
</group>
<group targetFramework="Xamarin.iOS10">
<dependency id="WampSharp.NewtonsoftJson" version="[$version$]" />
<dependency id="WampSharp.NewtonsoftMsgpack" version="[$version$]" />
<dependency id="WampSharp.WebSockets" version="[$version$]" />
</group>
</dependencies>
<id>WampSharp.Default.Client</id>
<title>WampSharp default client binding</title>
Expand All @@ -54,5 +59,7 @@
<file src="$bin$\netstandard1.3\WampSharp.Default.Client.xml" target="lib\netstandard1.3\WampSharp.Default.Client.xml" />
<file src="$bin$\netstandard2.0\WampSharp.Default.Client.dll" target="lib\netstandard2.0\WampSharp.Default.Client.dll" />
<file src="$bin$\netstandard2.0\WampSharp.Default.Client.xml" target="lib\netstandard2.0\WampSharp.Default.Client.xml" />
<file src="$bin$\Xamarin.iOS10\WampSharp.Default.Client.dll" target="lib\Xamarin.iOS10\WampSharp.Default.Client.dll" />
<file src="$bin$\Xamarin.iOS10\WampSharp.Default.Client.xml" target="lib\Xamarin.iOS10\WampSharp.Default.Client.xml" />
</files>
</package>
3 changes: 3 additions & 0 deletions NuGet/WampSharp.Default.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
<group targetFramework=".NETStandard2.0">
<dependency id="WampSharp.Default.Client" version="[$version$]" />
</group>
<group targetFramework="Xamarin.iOS10">
<dependency id="WampSharp.Default.Client" version="[$version$]" />
</group>
</dependencies>
<id>WampSharp.Default</id>
<title>WampSharp default binding</title>
Expand Down
6 changes: 6 additions & 0 deletions NuGet/WampSharp.NewtonsoftJson.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
<dependency id="WampSharp" version="[$version$]" />
<dependency id="Newtonsoft.Json" version="[9.0.1, )" />
</group>
<group targetFramework="Xamarin.iOS10">
<dependency id="WampSharp" version="[$version$]" />
<dependency id="Newtonsoft.Json" version="[9.0.1, )" />
</group>
<group targetFramework="uap10.0">
<dependency id="WampSharp" version="[$version$]" />
<dependency id="Newtonsoft.Json" version="[9.0.1, )" />
Expand All @@ -48,5 +52,7 @@
<file src="$bin$\netstandard1.3\WampSharp.NewtonsoftJson.xml" target="lib\netstandard1.3\WampSharp.NewtonsoftJson.xml" />
<file src="$bin$\netstandard2.0\WampSharp.NewtonsoftJson.dll" target="lib\netstandard2.0\WampSharp.NewtonsoftJson.dll" />
<file src="$bin$\netstandard2.0\WampSharp.NewtonsoftJson.xml" target="lib\netstandard2.0\WampSharp.NewtonsoftJson.xml" />
<file src="$bin$\Xamarin.iOS10\WampSharp.NewtonsoftJson.dll" target="lib\Xamarin.iOS10\WampSharp.NewtonsoftJson.dll" />
<file src="$bin$\Xamarin.iOS10\WampSharp.NewtonsoftJson.xml" target="lib\Xamarin.iOS10\WampSharp.NewtonsoftJson.xml" />
</files>
</package>
10 changes: 6 additions & 4 deletions NuGet/WampSharp.NewtonsoftMsgpack.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,11 @@
<file src="$bin$\net45\WampSharp.NewtonsoftMsgpack.xml" target="lib\net45\WampSharp.NewtonsoftMsgpack.xml" />
<file src="$bin$\net40\WampSharp.NewtonsoftMsgpack.dll" target="lib\net40\WampSharp.NewtonsoftMsgpack.dll" />
<file src="$bin$\net40\WampSharp.NewtonsoftMsgpack.xml" target="lib\net40\WampSharp.NewtonsoftMsgpack.xml" />
<file src="$bin$\net45\WampSharp.NewtonsoftMsgpack.dll" target="lib\netstandard1.3\WampSharp.NewtonsoftMsgpack.dll" />
<file src="$bin$\net45\WampSharp.NewtonsoftMsgpack.xml" target="lib\netstandard1.3\WampSharp.NewtonsoftMsgpack.xml" />
<file src="$bin$\net45\WampSharp.NewtonsoftMsgpack.dll" target="lib\netstandard2.0\WampSharp.NewtonsoftMsgpack.dll" />
<file src="$bin$\net45\WampSharp.NewtonsoftMsgpack.xml" target="lib\netstandard2.0\WampSharp.NewtonsoftMsgpack.xml" />
<file src="$bin$\netstandard1.3\WampSharp.NewtonsoftMsgpack.dll" target="lib\netstandard1.3\WampSharp.NewtonsoftMsgpack.dll" />
<file src="$bin$\netstandard1.3\WampSharp.NewtonsoftMsgpack.xml" target="lib\netstandard1.3\WampSharp.NewtonsoftMsgpack.xml" />
<file src="$bin$\netstandard2.0\WampSharp.NewtonsoftMsgpack.dll" target="lib\netstandard2.0\WampSharp.NewtonsoftMsgpack.dll" />
<file src="$bin$\netstandard2.0\WampSharp.NewtonsoftMsgpack.xml" target="lib\netstandard2.0\WampSharp.NewtonsoftMsgpack.xml" />
<file src="$bin$\Xamarin.iOS10\WampSharp.NewtonsoftMsgpack.dll" target="lib\Xamarin.iOS10\WampSharp.NewtonsoftMsgpack.dll" />
<file src="$bin$\Xamarin.iOS10\WampSharp.NewtonsoftMsgpack.xml" target="lib\Xamarin.iOS10\WampSharp.NewtonsoftMsgpack.xml" />
</files>
</package>
6 changes: 6 additions & 0 deletions NuGet/WampSharp.WebSocket4Net.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
<dependency id="WampSharp" version="[$version$]" />
<dependency id="WebSocket4Net" version="[0.15.0-beta9, )" />
</group>
<group targetFramework="Xamarin.iOS10">
<dependency id="WampSharp" version="[$version$]" />
<dependency id="WebSocket4Net" version="[0.15.0-beta9, )" />
</group>
<group targetFramework=".NETStandard2.0">
<dependency id="WampSharp" version="[$version$]" />
<dependency id="WebSocket4Net" version="[0.15.0-beta9, )" />
Expand All @@ -38,5 +42,7 @@
<file src="$bin$\netstandard1.3\WampSharp.WebSocket4Net.xml" target="lib\netstandard1.3\WampSharp.WebSocket4Net.xml" />
<file src="$bin$\netstandard2.0\WampSharp.WebSocket4Net.dll" target="lib\netstandard2.0\WampSharp.WebSocket4Net.dll" />
<file src="$bin$\netstandard2.0\WampSharp.WebSocket4Net.xml" target="lib\netstandard2.0\WampSharp.WebSocket4Net.xml" />
<file src="$bin$\Xamarin.iOS10\WampSharp.WebSocket4Net.dll" target="lib\Xamarin.iOS10\WampSharp.WebSocket4Net.dll" />
<file src="$bin$\Xamarin.iOS10\WampSharp.WebSocket4Net.xml" target="lib\Xamarin.iOS10\WampSharp.WebSocket4Net.xml" />
</files>
</package>
6 changes: 5 additions & 1 deletion NuGet/WampSharp.WebSockets.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
<group targetFramework=".NETStandard2.0">
<dependency id="WampSharp" version="[$version$]" />
</group>
<group targetFramework="Xamarin.iOS10">
<dependency id="WampSharp" version="[$version$]" />
</group>
</dependencies>
</metadata>
<files>
Expand All @@ -29,5 +32,6 @@
<file src="$bin$\netstandard1.3\WampSharp.WebSockets.xml" target="lib\netstandard1.3\WampSharp.WebSockets.xml" />
<file src="$bin$\netstandard2.0\WampSharp.WebSockets.dll" target="lib\netstandard2.0\WampSharp.WebSockets.dll" />
<file src="$bin$\netstandard2.0\WampSharp.WebSockets.xml" target="lib\netstandard2.0\WampSharp.WebSockets.xml" />
</files>
<file src="$bin$\Xamarin.iOS10\WampSharp.WebSockets.dll" target="lib\Xamarin.iOS10\WampSharp.WebSockets.dll" />
<file src="$bin$\Xamarin.iOS10\WampSharp.WebSockets.xml" target="lib\Xamarin.iOS10\WampSharp.WebSockets.xml" /> </files>
</package>
13 changes: 11 additions & 2 deletions NuGet/WampSharp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,15 @@
<dependency id="System.Threading.Tasks.Dataflow" version="[4.7.0, )" />
<dependency id="System.ValueTuple" version="[4.4.0, )" />
</group>
<group targetFramework="Xamarin.iOS10">
<dependency id="Microsoft.CSharp" version="[4.3.0, )" />
<dependency id="NETStandard.Library" version="[2.0.0, )" />
<dependency id="System.Collections.Immutable" version="[1.3.1, )" />
<dependency id="System.Reactive" version="[3.0.0, 3.1.1]" />
<dependency id="System.Reflection.DispatchProxy" version="[4.4.0, )" />
<dependency id="System.Threading.Tasks.Dataflow" version="[4.7.0, )" />
<dependency id="System.ValueTuple" version="[4.4.0, )" />
</group>
<group targetFramework="UAP10.0">
<dependency id="Microsoft.NETCore.UniversalWindowsPlatform" version="[5.2.2 , )" />
<dependency id="System.Reactive" version="[3.0.0, 3.1.1]" />
Expand All @@ -61,8 +70,8 @@
<file src="$bin$\net40\WampSharp.xml" target="lib\net40\WampSharp.xml" />
<file src="$bin$\pcl\WampSharp.dll" target="lib\portable-win81+wpa81\WampSharp.dll" />
<file src="$bin$\pcl\WampSharp.xml" target="lib\portable-win81+wpa81\WampSharp.xml" />
<file src="$bin$\pcl\WampSharp.dll" target="lib\Xamarin.iOS10\WampSharp.dll" />
<file src="$bin$\pcl\WampSharp.xml" target="lib\Xamarin.iOS10\WampSharp.xml" />
<file src="$bin$\Xamarin.iOS10\WampSharp.dll" target="lib\Xamarin.iOS10\WampSharp.dll" />
<file src="$bin$\Xamarin.iOS10\WampSharp.xml" target="lib\Xamarin.iOS10\WampSharp.xml" />
<file src="$bin$\netstandard1.3\WampSharp.dll" target="lib\netstandard1.3\WampSharp.dll" />
<file src="$bin$\netstandard1.3\WampSharp.xml" target="lib\netstandard1.3\WampSharp.xml" />
<file src="$bin$\netstandard2.0\WampSharp.dll" target="lib\netstandard2.0\WampSharp.dll" />
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute>
<GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute>
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute>
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
<GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>

<ItemGroup>
<Compile Include="..\..\..\net45\Default\WampSharp.NewtonsoftJson\**\*.cs" Exclude="..\..\..\net45\Default\WampSharp.NewtonsoftJson\**\bin\**;..\..\..\net45\Default\WampSharp.NewtonsoftJson\**\obj\**;" />
</ItemGroup>

<PropertyGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
<DefineConstants>NETCORE</DefineConstants>
</PropertyGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
<ProjectReference Include="..\..\WampSharp\WampSharp.csproj" />
<PackageReference Include="Newtonsoft.Json" Version="9.0.1" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute>
<GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute>
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute>
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
<GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>

<ItemGroup>
<Compile Include="..\..\..\net45\Default\WampSharp.NewtonsoftMsgpack\**\*.cs" Exclude="..\..\..\net45\Default\WampSharp.NewtonsoftMsgpack\**\bin\**;..\..\..\net45\Default\WampSharp.NewtonsoftMsgpack\**\obj\**;" />
</ItemGroup>

<PropertyGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
<DefineConstants>NETCORE</DefineConstants>
</PropertyGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
<ProjectReference Include="..\WampSharp.NewtonsoftJson\WampSharp.NewtonsoftJson.csproj" />
<PackageReference Include="Newtonsoft.Msgpack" Version="0.1.10" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute>
<GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute>
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute>
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
<GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>

<ItemGroup>
<Compile Include="..\..\..\net45\Default\WampSharp.WebSocket4Net\**\*.cs" Exclude="..\..\..\net45\Default\WampSharp.WebSocket4Net\**\bin\**;..\..\..\net45\Default\WampSharp.WebSocket4Net\**\obj\**;" />
</ItemGroup>

<PropertyGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
<DefineConstants>NETCORE</DefineConstants>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\..\WampSharp\WampSharp.csproj" />
<PackageReference Include="WebSocket4Net" Version="0.15.0-beta9" />
</ItemGroup>


</Project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute>
<GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute>
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute>
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
<GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>

<ItemGroup>
<Compile Include="..\..\..\net45\Extensions\WampSharp.RawSocket\**\*.cs" Exclude="..\..\..\net45\Extensions\WampSharp.RawSocket\**\bin\**;..\..\..\net45\Extensions\WampSharp.RawSocket\**\obj\**;" />
</ItemGroup>

<PropertyGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
<DefineConstants>NETCORE</DefineConstants>
</PropertyGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
<ProjectReference Include="..\..\WampSharp\WampSharp.csproj" />
<PackageReference Include="System.Buffers" Version="4.3.0" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute>
<GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute>
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute>
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
<GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>

<ItemGroup>
<Compile Include="..\..\..\net45\Extensions\WampSharp.WebSockets\**\*.cs" Exclude="..\..\..\net45\Extensions\WampSharp.WebSockets\**\bin\**;..\..\..\net45\Extensions\WampSharp.WebSockets\**\obj\**;" />
</ItemGroup>

<PropertyGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
<DefineConstants>NETCORE</DefineConstants>
</PropertyGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
<ProjectReference Include="..\..\WampSharp\WampSharp.csproj" />
</ItemGroup>


</Project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute>
<GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute>
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute>
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
<GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>

<ItemGroup>
<Compile Include="..\..\..\net45\Tests\WampSharp.Tests.TestHelpers\**\*.cs" Exclude="..\..\..\net45\Tests\WampSharp.Tests.TestHelpers\**\bin\**;..\..\..\net45\Tests\WampSharp.Tests.TestHelpers\**\obj\**;" />
</ItemGroup>

<PropertyGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
<DefineConstants>NETCORE</DefineConstants>
</PropertyGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
<ProjectReference Include="..\..\WampSharp\WampSharp.csproj" />
<ProjectReference Include="..\..\Default\WampSharp.NewtonsoftJson\WampSharp.NewtonsoftJson.csproj" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
<GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute>
<GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute>
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute>
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
<GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute>
<DefineConstants>NETCORE VALUETUPLE</DefineConstants>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.0.0" />
<PackageReference Include="Moq" Version="4.8.1" />
<PackageReference Include="NUnit" Version="3.7.1" />
<PackageReference Include="NUnit3TestAdapter" Version="3.8.0" />
<ProjectReference Include="..\..\WampSharp\WampSharp.csproj" />
<ProjectReference Include="..\..\Default\WampSharp.NewtonsoftJson\WampSharp.NewtonsoftJson.csproj" />
<ProjectReference Include="..\WampSharp.Tests.TestHelpers\WampSharp.Tests.TestHelpers.csproj" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\..\..\net45\Tests\WampSharp.Tests.Wampv2\**\*.cs" Exclude="..\..\..\net45\Tests\WampSharp.Tests.Wampv2\**\bin\**;..\..\..\net45\Tests\WampSharp.Tests.Wampv2\**\obj\**;" />
</ItemGroup>
</Project>
Loading