From 37bffcf4ed861189726e14126771c1375f78cdd6 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Mon, 3 Apr 2017 15:34:47 +0200 Subject: [PATCH] ... --- YaDaemon/Program.cs | 9 +++++++++ YaDaemon/YaDaemon.csproj | 8 ++++++++ YaDaemon/global.json | 5 +++++ Yavsc/Yavsc.csproj | 16 +++++++++++----- Yavsc/app.config | 11 +++++++++++ YavscLib/YavscLib.csproj | 17 +++++++++++------ YavscLib/project.json | 2 +- 7 files changed, 56 insertions(+), 12 deletions(-) create mode 100644 YaDaemon/Program.cs create mode 100755 YaDaemon/YaDaemon.csproj create mode 100644 YaDaemon/global.json create mode 100644 Yavsc/app.config diff --git a/YaDaemon/Program.cs b/YaDaemon/Program.cs new file mode 100644 index 00000000..3ad428ca --- /dev/null +++ b/YaDaemon/Program.cs @@ -0,0 +1,9 @@ +using System; + +class YaDaemon +{ + static void Main(string[] args) + { + Console.WriteLine("Hello World!"); + } +} diff --git a/YaDaemon/YaDaemon.csproj b/YaDaemon/YaDaemon.csproj new file mode 100755 index 00000000..abb9969a --- /dev/null +++ b/YaDaemon/YaDaemon.csproj @@ -0,0 +1,8 @@ + + + + Exe + netcoreapp1.1 + + + diff --git a/YaDaemon/global.json b/YaDaemon/global.json new file mode 100644 index 00000000..9bead993 --- /dev/null +++ b/YaDaemon/global.json @@ -0,0 +1,5 @@ +{ + "sdk": { + "version": "1.0.0-rc4-004771" + } +} diff --git a/Yavsc/Yavsc.csproj b/Yavsc/Yavsc.csproj index d81e80b2..da50c461 100644 --- a/Yavsc/Yavsc.csproj +++ b/Yavsc/Yavsc.csproj @@ -1,13 +1,12 @@  - + Exe netcoreapp1.0 debian.8-x64,win10-x64;osx.10.11-x64;ubuntu.16.04-x64 + true - - @@ -71,6 +70,8 @@ + + @@ -86,6 +87,8 @@ + + @@ -110,6 +113,9 @@ + + + @@ -164,7 +170,6 @@ - @@ -556,7 +561,6 @@ - @@ -633,4 +637,6 @@ + + diff --git a/Yavsc/app.config b/Yavsc/app.config new file mode 100644 index 00000000..8460dd43 --- /dev/null +++ b/Yavsc/app.config @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/YavscLib/YavscLib.csproj b/YavscLib/YavscLib.csproj index 1b243a32..1a4132a7 100644 --- a/YavscLib/YavscLib.csproj +++ b/YavscLib/YavscLib.csproj @@ -1,6 +1,15 @@  - + + + + netstandard1.4 + false + + + + + 10.0 Debug @@ -84,8 +93,6 @@ - - @@ -109,12 +116,10 @@ - - Ce projet fait référence à des packages NuGet qui sont manquants sur cet ordinateur. Utilisez l'option de restauration des packages NuGet pour les télécharger. Pour plus d'informations, consultez http://go.microsoft.com/fwlink/?LinkID=322105. Le fichier manquant est : {0}. @@ -127,4 +132,4 @@ --> - \ No newline at end of file + diff --git a/YavscLib/project.json b/YavscLib/project.json index b7b3b13b..af8ede18 100644 --- a/YavscLib/project.json +++ b/YavscLib/project.json @@ -24,6 +24,6 @@ "System.Resources.ResourceManager": "4.0.0", "System.Collections": "4.0.0" } - } + } } }