Skip to content

Commit 7505a81

Browse files
committed
Clean up
1 parent 13dc2cb commit 7505a81

File tree

5 files changed

+5
-335
lines changed

5 files changed

+5
-335
lines changed

src/uap/Default/WampSharp.NewtonsoftJson/WampSharp.NewtonsoftJson.csproj

Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -108,35 +108,7 @@
108108
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
109109
</PropertyGroup>
110110
<ItemGroup>
111-
<Compile Include="..\..\..\net45\Default\WampSharp.NewtonsoftJson\Newtonsoft\DetailsOptionsConverter.cs">
112-
<Link>Newtonsoft\DetailsOptionsConverter.cs</Link>
113-
</Compile>
114-
<Compile Include="..\..\..\net45\Default\WampSharp.NewtonsoftJson\Newtonsoft\IWampMessageFormatter.cs">
115-
<Link>Newtonsoft\IWampMessageFormatter.cs</Link>
116-
</Compile>
117-
<Compile Include="..\..\..\net45\Default\WampSharp.NewtonsoftJson\Newtonsoft\JsonFormatter.cs">
118-
<Link>Newtonsoft\JsonFormatter.cs</Link>
119-
</Compile>
120-
<Compile Include="..\..\..\net45\Default\WampSharp.NewtonsoftJson\Newtonsoft\JsonWampMessageFormatter.cs">
121-
<Link>Newtonsoft\JsonWampMessageFormatter.cs</Link>
122-
</Compile>
123-
<Compile Include="..\..\..\net45\Default\WampSharp.NewtonsoftJson\Newtonsoft\JTokenMessageParser.cs">
124-
<Link>Newtonsoft\JTokenMessageParser.cs</Link>
125-
</Compile>
126-
<Compile Include="..\..\..\net45\Default\WampSharp.NewtonsoftJson\Newtonsoft\ReflectionExtensions.cs">
127-
<Link>Newtonsoft\ReflectionExtensions.cs</Link>
128-
</Compile>
129-
<Compile Include="..\..\..\net45\Default\WampSharp.NewtonsoftJson\Newtonsoft\SerializedValueConverter.cs">
130-
<Link>Newtonsoft\SerializedValueConverter.cs</Link>
131-
</Compile>
132-
<Compile Include="..\..\..\net45\Default\WampSharp.NewtonsoftJson\WAMP2\Binding\JTokenJsonBinding.cs">
133-
<Link>WAMP2\Binding\JTokenJsonBinding.cs</Link>
134-
</Compile>
135-
<Compile Include="..\..\..\net45\Default\WampSharp.NewtonsoftJson\WAMP2\V2\Fluent\NewtonsoftJsonChannelFactoryExtensions.cs">
136-
<Link>WAMP2\V2\Fluent\NewtonsoftJsonChannelFactoryExtensions.cs</Link>
137-
</Compile>
138-
<Compile Include="Properties\AssemblyInfo.cs" />
139-
<EmbeddedResource Include="Properties\WampSharp.NewtonsoftJson.rd.xml" />
111+
<Compile Include="..\..\..\net45\Default\WampSharp.NewtonsoftJson\**\*.cs" Exclude="..\..\..\net45\Default\WampSharp.NewtonsoftJson\**\bin\**;..\..\..\net45\Default\WampSharp.NewtonsoftJson\**\obj\**;" />
140112
</ItemGroup>
141113
<ItemGroup>
142114
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">

src/uap/Default/WampSharp.Windows/WampSharp.Windows.csproj

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -108,23 +108,7 @@
108108
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
109109
</PropertyGroup>
110110
<ItemGroup>
111-
<Compile Include="Properties\AssemblyInfo.cs" />
112-
<EmbeddedResource Include="Properties\WampSharp.Windows.rd.xml" />
113-
<Compile Include="..\..\..\net45\Default\WampSharp.Windows\WAMP2\V2\Fluent\MessageWebSocketActivator.cs">
114-
<Link>WAMP2\V2\Fluent\MessageWebSocketActivator.cs</Link>
115-
</Compile>
116-
<Compile Include="..\..\..\net45\Default\WampSharp.Windows\WAMP2\V2\Fluent\MessageWebSocketChannelFactoryExtensions.cs">
117-
<Link>WAMP2\V2\Fluent\MessageWebSocketChannelFactoryExtensions.cs</Link>
118-
</Compile>
119-
<Compile Include="..\..\..\net45\Default\WampSharp.Windows\Windows\MessageWebSocketConnection.cs">
120-
<Link>Windows\MessageWebSocketConnection.cs</Link>
121-
</Compile>
122-
<Compile Include="..\..\..\net45\Default\WampSharp.Windows\Windows\MessageWebSocketTextConnection.cs">
123-
<Link>Windows\MessageWebSocketTextConnection.cs</Link>
124-
</Compile>
125-
<Compile Include="..\..\..\net45\Default\WampSharp.Windows\Windows\MessageWebSocketBinaryConnection.cs">
126-
<Link>Windows\MessageWebSocketBinaryConnection.cs</Link>
127-
</Compile>
111+
<Compile Include="..\..\..\net45\Default\WampSharp.Windows\**\*.cs" Exclude="..\..\..\net45\Default\WampSharp.Windows\**\bin\**;..\..\..\net45\Default\WampSharp.Windows\**\obj\**;" />
128112
</ItemGroup>
129113
<ItemGroup>
130114
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">

src/uap/Tests/WampSharp.Tests.TestHelpers/WampSharp.Tests.TestHelpers.csproj

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -106,34 +106,7 @@
106106
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
107107
</PropertyGroup>
108108
<ItemGroup>
109-
<Compile Include="..\..\..\net45\Tests\WampSharp.Tests.TestHelpers\ReflectionExtensions.cs">
110-
<Link>ReflectionExtensions.cs</Link>
111-
</Compile>
112-
<Compile Include="..\..\..\net45\Tests\WampSharp.Tests.Wampv2\Properties\AssemblyInfo.cs">
113-
<Link>Properties\AssemblyInfo.cs</Link>
114-
</Compile>
115-
<EmbeddedResource Include="Properties\WampSharp.Tests.TestHelpers.rd.xml" />
116-
<Compile Include="..\..\..\net45\Tests\WampSharp.Tests.TestHelpers\IDirectedControlledWampConnection.cs">
117-
<Link>IDirectedControlledWampConnection.cs</Link>
118-
</Compile>
119-
<Compile Include="..\..\..\net45\Tests\WampSharp.Tests.TestHelpers\Integration\MockConnectionListener.cs">
120-
<Link>Integration\MockConnectionListener.cs</Link>
121-
</Compile>
122-
<Compile Include="..\..\..\net45\Tests\WampSharp.Tests.TestHelpers\MockConnection.cs">
123-
<Link>MockConnection.cs</Link>
124-
</Compile>
125-
<Compile Include="..\..\..\net45\Tests\WampSharp.Tests.TestHelpers\MockRaw.cs">
126-
<Link>MockRaw.cs</Link>
127-
</Compile>
128-
<Compile Include="..\..\..\net45\Tests\WampSharp.Tests.TestHelpers\MockRawConverter.cs">
129-
<Link>MockRawConverter.cs</Link>
130-
</Compile>
131-
<Compile Include="..\..\..\net45\Tests\WampSharp.Tests.TestHelpers\MockRawFormatter.cs">
132-
<Link>MockRawFormatter.cs</Link>
133-
</Compile>
134-
<Compile Include="..\..\..\net45\Tests\WampSharp.Tests.TestHelpers\WampFormatterExtensions.cs">
135-
<Link>WampFormatterExtensions.cs</Link>
136-
</Compile>
109+
<Compile Include="..\..\..\net45\Tests\WampSharp.Tests.TestHelpers\**\*.cs" Exclude="..\..\..\net45\Tests\WampSharp.Tests.TestHelpers\**\bin\**;..\..\..\net45\Tests\WampSharp.Tests.TestHelpers\**\obj\**;" />
137110
</ItemGroup>
138111
<ItemGroup>
139112
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">

0 commit comments

Comments
 (0)