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

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

View file

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