This commit is contained in:
Pavel Krymets 2016-04-27 08:44:12 -07:00
parent cdb75966eb
commit 1104e56895
29 changed files with 101 additions and 163 deletions

View file

@ -6,6 +6,7 @@ namespace ConsoleApplication
{
public static void Main()
{
ConsoleLibrary.P1.Program.Main();
}
}
}

View file

@ -1,11 +1,13 @@
using System;
namespace ConsoleApplication
namespace ConsoleLibrary.P1
{
public class Program
{
public static void Main()
{
ConsoleLibrary.P2.Program.Main();
ConsoleLibrary.P4.Program.Main();
}
}
}

View file

@ -1,8 +1,5 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true
},
"dependencies": {
"TwoTargetLargeP2" : {
"target": "project"

View file

@ -1,11 +1,13 @@
using System;
namespace ConsoleApplication
namespace ConsoleLibrary.P2
{
public class Program
{
public static void Main()
{
ConsoleLibrary.P3.Program.Main();
ConsoleLibrary.P4.Program.Main();
}
}
}

View file

@ -1,8 +1,5 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true
},
"dependencies": {
"TwoTargetLargeP3" : {
"target": "project"

View file

@ -1,11 +1,12 @@
using System;
namespace ConsoleApplication
namespace ConsoleLibrary.P3
{
public class Program
{
public static void Main()
{
ConsoleLibrary.P4.Program.Main();
}
}
}

View file

@ -1,8 +1,5 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true
},
"dependencies": {
"TwoTargetLargeP4" : {
"target": "project"

View file

@ -1,11 +1,13 @@
using System;
namespace ConsoleApplication
namespace ConsoleLibrary.P4
{
public class Program
{
public static void Main()
{
ConsoleLibrary.P5.Program.Main();
ConsoleLibrary.P6.Program.Main();
}
}
}

View file

@ -1,8 +1,5 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true
},
"dependencies": {
"TwoTargetLargeP5" : {
"target": "project"

View file

@ -1,6 +1,6 @@
using System;
namespace ConsoleApplication
namespace ConsoleLibrary.P5
{
public class Program
{

View file

@ -1,8 +1,5 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true
},
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",

View file

@ -1,6 +1,6 @@
using System;
namespace ConsoleApplication
namespace ConsoleLibrary.P6
{
public class Program
{

View file

@ -1,8 +1,5 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true
},
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",