File tree Expand file tree Collapse file tree 24 files changed +204
-240
lines changed Expand file tree Collapse file tree 24 files changed +204
-240
lines changed Original file line number Diff line number Diff line change
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
+
3
+ <PropertyGroup >
4
+ <TargetFramework >netcoreapp1.0</TargetFramework >
5
+ <DebugType >portable</DebugType >
6
+ <AssemblyName >EmitLog</AssemblyName >
7
+ <OutputType >Exe</OutputType >
8
+ <PackageId >EmitLog</PackageId >
9
+ <PackageTargetFallback >$(PackageTargetFallback);dnxcore50</PackageTargetFallback >
10
+ <RuntimeFrameworkVersion >1.0.4</RuntimeFrameworkVersion >
11
+ </PropertyGroup >
12
+
13
+ <ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp1.0' " >
14
+ <PackageReference Include =" RabbitMQ.Client" Version =" 4.0.*" />
15
+ </ItemGroup >
16
+
17
+ </Project >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
+
3
+ <PropertyGroup >
4
+ <TargetFramework >netcoreapp1.0</TargetFramework >
5
+ <DebugType >portable</DebugType >
6
+ <AssemblyName >EmitLogDirect</AssemblyName >
7
+ <OutputType >Exe</OutputType >
8
+ <PackageId >EmitLogDirect</PackageId >
9
+ <PackageTargetFallback >$(PackageTargetFallback);dnxcore50</PackageTargetFallback >
10
+ <RuntimeFrameworkVersion >1.0.4</RuntimeFrameworkVersion >
11
+ </PropertyGroup >
12
+
13
+ <ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp1.0' " >
14
+ <PackageReference Include =" RabbitMQ.Client" Version =" 4.0.*" />
15
+ </ItemGroup >
16
+
17
+ </Project >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
+
3
+ <PropertyGroup >
4
+ <TargetFramework >netcoreapp1.0</TargetFramework >
5
+ <DebugType >portable</DebugType >
6
+ <AssemblyName >EmitLogTopic</AssemblyName >
7
+ <OutputType >Exe</OutputType >
8
+ <PackageId >EmitLogTopic</PackageId >
9
+ <PackageTargetFallback >$(PackageTargetFallback);dnxcore50</PackageTargetFallback >
10
+ <RuntimeFrameworkVersion >1.0.4</RuntimeFrameworkVersion >
11
+ </PropertyGroup >
12
+
13
+ <ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp1.0' " >
14
+ <PackageReference Include =" RabbitMQ.Client" Version =" 4.0.*" />
15
+ </ItemGroup >
16
+
17
+ </Project >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
+
3
+ <PropertyGroup >
4
+ <TargetFramework >netcoreapp1.0</TargetFramework >
5
+ <DebugType >portable</DebugType >
6
+ <AssemblyName >NewTask</AssemblyName >
7
+ <OutputType >Exe</OutputType >
8
+ <PackageId >NewTask</PackageId >
9
+ <PackageTargetFallback >$(PackageTargetFallback);dnxcore50</PackageTargetFallback >
10
+ <RuntimeFrameworkVersion >1.0.4</RuntimeFrameworkVersion >
11
+ </PropertyGroup >
12
+
13
+ <ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp1.0' " >
14
+ <PackageReference Include =" RabbitMQ.Client" Version =" 4.0.*" />
15
+ </ItemGroup >
16
+
17
+ </Project >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
+
3
+ <PropertyGroup >
4
+ <TargetFramework >netcoreapp1.0</TargetFramework >
5
+ <DebugType >portable</DebugType >
6
+ <AssemblyName >RPCClient</AssemblyName >
7
+ <OutputType >Exe</OutputType >
8
+ <PackageId >RPCClient</PackageId >
9
+ <PackageTargetFallback >$(PackageTargetFallback);dnxcore50</PackageTargetFallback >
10
+ <RuntimeFrameworkVersion >1.0.4</RuntimeFrameworkVersion >
11
+ </PropertyGroup >
12
+
13
+ <ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp1.0' " >
14
+ <PackageReference Include =" RabbitMQ.Client" Version =" 4.0.*" />
15
+ </ItemGroup >
16
+
17
+ </Project >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
+
3
+ <PropertyGroup >
4
+ <TargetFramework >netcoreapp1.0</TargetFramework >
5
+ <DebugType >portable</DebugType >
6
+ <AssemblyName >RPCServer</AssemblyName >
7
+ <OutputType >Exe</OutputType >
8
+ <PackageId >RPCServer</PackageId >
9
+ <PackageTargetFallback >$(PackageTargetFallback);dnxcore50</PackageTargetFallback >
10
+ <RuntimeFrameworkVersion >1.0.4</RuntimeFrameworkVersion >
11
+ </PropertyGroup >
12
+
13
+ <ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp1.0' " >
14
+ <PackageReference Include =" RabbitMQ.Client" Version =" 4.0.*" />
15
+ </ItemGroup >
16
+
17
+ </Project >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
+
3
+ <PropertyGroup >
4
+ <TargetFramework >netcoreapp1.0</TargetFramework >
5
+ <DebugType >portable</DebugType >
6
+ <AssemblyName >Receive</AssemblyName >
7
+ <OutputType >Exe</OutputType >
8
+ <PackageId >Receive</PackageId >
9
+ <PackageTargetFallback >$(PackageTargetFallback);dnxcore50</PackageTargetFallback >
10
+ <RuntimeFrameworkVersion >1.0.4</RuntimeFrameworkVersion >
11
+ </PropertyGroup >
12
+
13
+ <ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp1.0' " >
14
+ <PackageReference Include =" RabbitMQ.Client" Version =" 4.0.*" />
15
+ </ItemGroup >
16
+
17
+ </Project >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
+
3
+ <PropertyGroup >
4
+ <TargetFramework >netcoreapp1.0</TargetFramework >
5
+ <DebugType >portable</DebugType >
6
+ <AssemblyName >ReceiveLogs</AssemblyName >
7
+ <OutputType >Exe</OutputType >
8
+ <PackageId >ReceiveLogs</PackageId >
9
+ <PackageTargetFallback >$(PackageTargetFallback);dnxcore50</PackageTargetFallback >
10
+ <RuntimeFrameworkVersion >1.0.4</RuntimeFrameworkVersion >
11
+ </PropertyGroup >
12
+
13
+ <ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp1.0' " >
14
+ <PackageReference Include =" RabbitMQ.Client" Version =" 4.0.*" />
15
+ </ItemGroup >
16
+
17
+ </Project >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
+
3
+ <PropertyGroup >
4
+ <TargetFramework >netcoreapp1.0</TargetFramework >
5
+ <DebugType >portable</DebugType >
6
+ <AssemblyName >ReceiveLogsDirect</AssemblyName >
7
+ <OutputType >Exe</OutputType >
8
+ <PackageId >ReceiveLogsDirect</PackageId >
9
+ <PackageTargetFallback >$(PackageTargetFallback);dnxcore50</PackageTargetFallback >
10
+ <RuntimeFrameworkVersion >1.0.4</RuntimeFrameworkVersion >
11
+ </PropertyGroup >
12
+
13
+ <ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp1.0' " >
14
+ <PackageReference Include =" RabbitMQ.Client" Version =" 4.0.*" />
15
+ </ItemGroup >
16
+
17
+ </Project >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
+
3
+ <PropertyGroup >
4
+ <TargetFramework >netcoreapp1.0</TargetFramework >
5
+ <DebugType >portable</DebugType >
6
+ <AssemblyName >ReceiveLogsTopic</AssemblyName >
7
+ <OutputType >Exe</OutputType >
8
+ <PackageId >ReceiveLogsTopic</PackageId >
9
+ <PackageTargetFallback >$(PackageTargetFallback);dnxcore50</PackageTargetFallback >
10
+ <RuntimeFrameworkVersion >1.0.4</RuntimeFrameworkVersion >
11
+ </PropertyGroup >
12
+
13
+ <ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp1.0' " >
14
+ <PackageReference Include =" RabbitMQ.Client" Version =" 4.0.*" />
15
+ </ItemGroup >
16
+
17
+ </Project >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments