Skip to content

Commit 2b2d272

Browse files
committed
Fixing net40 build
1 parent 9597a5a commit 2b2d272

File tree

45 files changed

+144
-1249
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+144
-1249
lines changed

NuGet/NuGet.exe

-2.17 MB
Binary file not shown.

src/Directory.Build.props

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
<Project>
2+
<PropertyGroup>
3+
<GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute>
4+
<GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute>
5+
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
6+
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
7+
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
8+
<GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute>
9+
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
10+
<GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute>
11+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
12+
</PropertyGroup>
213
<ItemGroup>
314
<PackageReference Include="SourceLink.Create.CommandLine" Version="2.8.0" PrivateAssets="All" />
415
</ItemGroup>

src/net40/Default/WampSharp.Fleck/WampSharp.Fleck.csproj

Lines changed: 1 addition & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -44,35 +44,6 @@
4444
<Reference Include="System.Data.DataSetExtensions" />
4545
</ItemGroup>
4646
<ItemGroup>
47-
<Compile Update="..\..\..\net45\Default\WampSharp.Fleck\Fleck\FleckTransportDetails.cs">
48-
<Link>Fleck\FleckTransportDetails.cs</Link>
49-
</Compile>
50-
<Compile Update="..\..\..\net45\Default\WampSharp.Fleck\Fleck\FleckAuthenticatedWebSocketTransport.cs">
51-
<Link>Fleck\FleckAuthenticatedWebSocketTransport.cs</Link>
52-
</Compile>
53-
<Compile Update="..\..\..\net45\Default\WampSharp.Fleck\Fleck\FleckCookieProvider.cs">
54-
<Link>Fleck\FleckCookieProvider.cs</Link>
55-
</Compile>
56-
<Compile Update="..\..\..\net45\Default\WampSharp.Fleck\Fleck\FleckPinger.cs">
57-
<Link>Fleck\FleckPinger.cs</Link>
58-
</Compile>
59-
<Compile Update="..\..\..\net45\Default\WampSharp.Fleck\Fleck\FleckWampBinaryConnection.cs">
60-
<Link>Fleck\FleckWampBinaryConnection.cs</Link>
61-
</Compile>
62-
<Compile Update="..\..\..\net45\Default\WampSharp.Fleck\Fleck\FleckWampConnection.cs">
63-
<Link>Fleck\FleckWampConnection.cs</Link>
64-
</Compile>
65-
<Compile Update="..\..\..\net45\Default\WampSharp.Fleck\Fleck\FleckWampConnectionListener.cs">
66-
<Link>Fleck\FleckWampConnectionListener.cs</Link>
67-
</Compile>
68-
<Compile Update="..\..\..\net45\Default\WampSharp.Fleck\Fleck\FleckWampTextConnection.cs">
69-
<Link>Fleck\FleckWampTextConnection.cs</Link>
70-
</Compile>
71-
<Compile Update="..\..\..\net45\Default\WampSharp.Fleck\Fleck\FleckWebSocketTransport.cs">
72-
<Link>Fleck\FleckWebSocketTransport.cs</Link>
73-
</Compile>
74-
<Compile Update="..\..\..\net45\Default\WampSharp.Fleck\Properties\AssemblyInfo.cs">
75-
<Link>Properties\AssemblyInfo.cs</Link>
76-
</Compile>
47+
<Compile Include="..\..\..\net45\Default\WampSharp.Fleck\**\*.cs" Exclude="..\..\..\net45\Default\WampSharp.Fleck\**\bin\**;..\..\..\net45\Default\WampSharp.Fleck\**\obj\**;" />
7748
</ItemGroup>
7849
</Project>

src/net40/Default/WampSharp.NewtonsoftJson/WampSharp.NewtonsoftJson.csproj

Lines changed: 1 addition & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -40,35 +40,6 @@
4040
<Reference Include="System.Data.DataSetExtensions" />
4141
</ItemGroup>
4242
<ItemGroup>
43-
<Compile Update="..\..\..\net45\Default\WampSharp.NewtonsoftJson\Newtonsoft\DetailsOptionsConverter.cs">
44-
<Link>Newtonsoft\DetailsOptionsConverter.cs</Link>
45-
</Compile>
46-
<Compile Update="..\..\..\net45\Default\WampSharp.NewtonsoftJson\Newtonsoft\IWampMessageFormatter.cs">
47-
<Link>Newtonsoft\IWampMessageFormatter.cs</Link>
48-
</Compile>
49-
<Compile Update="..\..\..\net45\Default\WampSharp.NewtonsoftJson\Newtonsoft\JsonFormatter.cs">
50-
<Link>Newtonsoft\JsonFormatter.cs</Link>
51-
</Compile>
52-
<Compile Update="..\..\..\net45\Default\WampSharp.NewtonsoftJson\Newtonsoft\JsonWampMessageFormatter.cs">
53-
<Link>Newtonsoft\JsonWampMessageFormatter.cs</Link>
54-
</Compile>
55-
<Compile Update="..\..\..\net45\Default\WampSharp.NewtonsoftJson\Newtonsoft\JTokenMessageParser.cs">
56-
<Link>Newtonsoft\JTokenMessageParser.cs</Link>
57-
</Compile>
58-
<Compile Update="..\..\..\net45\Default\WampSharp.NewtonsoftJson\Newtonsoft\ReflectionExtensions.cs">
59-
<Link>Newtonsoft\ReflectionExtensions.cs</Link>
60-
</Compile>
61-
<Compile Update="..\..\..\net45\Default\WampSharp.NewtonsoftJson\Newtonsoft\SerializedValueConverter.cs">
62-
<Link>Newtonsoft\SerializedValueConverter.cs</Link>
63-
</Compile>
64-
<Compile Update="..\..\..\net45\Default\WampSharp.NewtonsoftJson\Properties\AssemblyInfo.cs">
65-
<Link>Properties\AssemblyInfo.cs</Link>
66-
</Compile>
67-
<Compile Update="..\..\..\net45\Default\WampSharp.NewtonsoftJson\WAMP2\Binding\JTokenJsonBinding.cs">
68-
<Link>WAMP2\Binding\JTokenJsonBinding.cs</Link>
69-
</Compile>
70-
<Compile Update="..\..\..\net45\Default\WampSharp.NewtonsoftJson\WAMP2\V2\Fluent\NewtonsoftJsonChannelFactoryExtensions.cs">
71-
<Link>WAMP2\V2\Fluent\NewtonsoftJsonChannelFactoryExtensions.cs</Link>
72-
</Compile>
43+
<Compile Include="..\..\..\net45\Default\WampSharp.NewtonsoftJson\**\*.cs" Exclude="..\..\..\net45\Default\WampSharp.NewtonsoftJson\**\bin\**;..\..\..\net45\Default\WampSharp.NewtonsoftJson\**\obj\**;" />
7344
</ItemGroup>
7445
</Project>

src/net40/Default/WampSharp.NewtonsoftMsgpack/WampSharp.NewtonsoftMsgpack.csproj

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -35,24 +35,12 @@
3535
</ItemGroup>
3636
<ItemGroup>
3737
<PackageReference Include="MsgPack.Cli" Version="0.6.2" />
38-
<PackageReference Include="Newtonsoft.Json" Version="6.0.5" />
3938
<PackageReference Include="Newtonsoft.Msgpack" Version="0.1.10" />
4039
</ItemGroup>
4140
<ItemGroup>
4241
<Reference Include="System.Data.DataSetExtensions" />
4342
</ItemGroup>
4443
<ItemGroup>
45-
<Compile Update="..\..\..\net45\Default\WampSharp.NewtonsoftMsgpack\MsgPack\MessagePackParser.cs">
46-
<Link>MsgPack\MessagePackParser.cs</Link>
47-
</Compile>
48-
<Compile Update="..\..\..\net45\Default\WampSharp.NewtonsoftMsgpack\Properties\AssemblyInfo.cs">
49-
<Link>Properties\AssemblyInfo.cs</Link>
50-
</Compile>
51-
<Compile Update="..\..\..\net45\Default\WampSharp.NewtonsoftMsgpack\WAMP2\Binding\JTokenMsgpackBinding.cs">
52-
<Link>WAMP2\Binding\JTokenMsgpackBinding.cs</Link>
53-
</Compile>
54-
<Compile Update="..\..\..\net45\Default\WampSharp.NewtonsoftMsgpack\WAMP2\V2\Fluent\NewtonsoftMsgpackChannelFactoryExtensions.cs">
55-
<Link>WAMP2\V2\Fluent\NewtonsoftMsgpackChannelFactoryExtensions.cs</Link>
56-
</Compile>
44+
<Compile Include="..\..\..\net45\Default\WampSharp.NewtonsoftMsgpack\**\*.cs" Exclude="..\..\..\net45\Default\WampSharp.NewtonsoftMsgpack\**\bin\**;..\..\..\net45\Default\WampSharp.NewtonsoftMsgpack\**\obj\**;" />
5745
</ItemGroup>
5846
</Project>

src/net40/Default/WampSharp.WebSocket4Net/WampSharp.WebSocket4Net.csproj

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -40,29 +40,6 @@
4040
<Reference Include="System.Data.DataSetExtensions" />
4141
</ItemGroup>
4242
<ItemGroup>
43-
<Compile Update="..\..\..\net45\Default\WampSharp.WebSocket4Net\Properties\AssemblyInfo.cs">
44-
<Link>Properties\AssemblyInfo.cs</Link>
45-
</Compile>
46-
<Compile Update="..\..\..\net45\Default\WampSharp.WebSocket4Net\WAMP2\V2\Fluent\IWebSocket4NetTransportSyntax.cs">
47-
<Link>WAMP2\V2\Fluent\IWebSocket4NetTransportSyntax.cs</Link>
48-
</Compile>
49-
<Compile Update="..\..\..\net45\Default\WampSharp.WebSocket4Net\WAMP2\V2\Fluent\WebSocket4NetActivator.cs">
50-
<Link>WAMP2\V2\Fluent\WebSocket4NetActivator.cs</Link>
51-
</Compile>
52-
<Compile Update="..\..\..\net45\Default\WampSharp.WebSocket4Net\WAMP2\V2\Fluent\WebSocket4NetChannelFactoryExtensions.cs">
53-
<Link>WAMP2\V2\Fluent\WebSocket4NetChannelFactoryExtensions.cs</Link>
54-
</Compile>
55-
<Compile Update="..\..\..\net45\Default\WampSharp.WebSocket4Net\WAMP2\V2\Fluent\WebSocket4NetTransportSyntax.cs">
56-
<Link>WAMP2\V2\Fluent\WebSocket4NetTransportSyntax.cs</Link>
57-
</Compile>
58-
<Compile Update="..\..\..\net45\Default\WampSharp.WebSocket4Net\WebSocket4Net\WebSocket4NetBinaryConnection.cs">
59-
<Link>WebSocket4Net\WebSocket4NetBinaryConnection.cs</Link>
60-
</Compile>
61-
<Compile Update="..\..\..\net45\Default\WampSharp.WebSocket4Net\WebSocket4Net\WebSocket4NetConnection.cs">
62-
<Link>WebSocket4Net\WebSocket4NetConnection.cs</Link>
63-
</Compile>
64-
<Compile Update="..\..\..\net45\Default\WampSharp.WebSocket4Net\WebSocket4Net\WebSocket4NetTextConnection.cs">
65-
<Link>WebSocket4Net\WebSocket4NetTextConnection.cs</Link>
66-
</Compile>
43+
<Compile Include="..\..\..\net45\Default\WampSharp.WebSocket4Net\**\*.cs" Exclude="..\..\..\net45\Default\WampSharp.WebSocket4Net\**\bin\**;..\..\..\net45\Default\WampSharp.WebSocket4Net\**\obj\**;" />
6744
</ItemGroup>
6845
</Project>

src/net40/Default/WampSharp.Windows/WampSharp.Windows.csproj

Lines changed: 0 additions & 44 deletions
This file was deleted.

src/net40/Samples/WAMP1/WampSharp.CraClientSample/WampSharp.CraClientSample.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@
4949
<Reference Include="System.Data.DataSetExtensions" />
5050
</ItemGroup>
5151
<ItemGroup>
52-
<Compile Update="..\..\..\..\net45\Samples\WAMP1\WampSharp.CraClientSample\Program.cs">
52+
<Compile Include="..\..\..\..\net45\Samples\WAMP1\WampSharp.CraClientSample\Program.cs">
5353
<Link>Program.cs</Link>
5454
</Compile>
55-
<Compile Update="..\..\..\..\net45\Samples\WAMP1\WampSharp.CraClientSample\Properties\AssemblyInfo.cs">
55+
<Compile Include="..\..\..\..\net45\Samples\WAMP1\WampSharp.CraClientSample\Properties\AssemblyInfo.cs">
5656
<Link>Properties\AssemblyInfo.cs</Link>
5757
</Compile>
5858
</ItemGroup>

src/net40/Samples/WAMP1/WampSharp.CraServerSample/WampSharp.CraServerSample.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@
4747
<Reference Include="System.Data.DataSetExtensions" />
4848
</ItemGroup>
4949
<ItemGroup>
50-
<Compile Update="..\..\..\..\net45\Samples\WAMP1\WampSharp.CraServerSample\Program.cs">
50+
<Compile Include="..\..\..\..\net45\Samples\WAMP1\WampSharp.CraServerSample\Program.cs">
5151
<Link>Program.cs</Link>
5252
</Compile>
53-
<Compile Update="..\..\..\..\net45\Samples\WAMP1\WampSharp.CraServerSample\Properties\AssemblyInfo.cs">
53+
<Compile Include="..\..\..\..\net45\Samples\WAMP1\WampSharp.CraServerSample\Properties\AssemblyInfo.cs">
5454
<Link>Properties\AssemblyInfo.cs</Link>
5555
</Compile>
5656
</ItemGroup>

src/net40/Samples/WAMP1/WampSharp.PubSubServerSample/WampSharp.PubSubServerSample.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@
3636
<Reference Include="System.Data.DataSetExtensions" />
3737
</ItemGroup>
3838
<ItemGroup>
39-
<Compile Update="..\..\..\..\net45\Samples\WAMP1\WampSharp.PubSubServerSample\Program.cs">
39+
<Compile Include="..\..\..\..\net45\Samples\WAMP1\WampSharp.PubSubServerSample\Program.cs">
4040
<Link>Program.cs</Link>
4141
</Compile>
42-
<Compile Update="..\..\..\..\net45\Samples\WAMP1\WampSharp.PubSubServerSample\Properties\AssemblyInfo.cs">
42+
<Compile Include="..\..\..\..\net45\Samples\WAMP1\WampSharp.PubSubServerSample\Properties\AssemblyInfo.cs">
4343
<Link>Properties\AssemblyInfo.cs</Link>
4444
</Compile>
4545
</ItemGroup>

0 commit comments

Comments
 (0)