From b1a3d94d2378ff5aacbe29153544a6e5a8e547c4 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Sun, 24 Jun 2018 01:30:28 +0200 Subject: [PATCH] starting the migration --- Yavsc.Abstract/Yavsc.Abstract.csproj | 124 ++++++++++----------------- Yavsc.Server/Yavsc.Server.csproj | 84 ++++++++++++++++++ Yavsc/Yavsc.csproj | 51 +++++++---- global.json | 4 +- 4 files changed, 164 insertions(+), 99 deletions(-) create mode 100644 Yavsc.Server/Yavsc.Server.csproj diff --git a/Yavsc.Abstract/Yavsc.Abstract.csproj b/Yavsc.Abstract/Yavsc.Abstract.csproj index 7e0ad862..9f7c4714 100644 --- a/Yavsc.Abstract/Yavsc.Abstract.csproj +++ b/Yavsc.Abstract/Yavsc.Abstract.csproj @@ -1,81 +1,43 @@ - - - - 10.0 - Debug - AnyCPU - {67F9D3A8-F71E-4428-913F-C37AE82CDB24} - Library - Properties - Yavsc - Yavsc.Abstract - netcoreapp2.0 - 512 - {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - - - true - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - bin\Lua\ - TRACE - true - pdbonly - AnyCPU - prompt - MinimumRecommendedRules.ruleset - - - bin\ZicMoove\ - TRACE - true - pdbonly - AnyCPU - prompt - MinimumRecommendedRules.ruleset - - - bin\Yavsc\ - TRACE - true - pdbonly - AnyCPU - prompt - MinimumRecommendedRules.ruleset - - - true - bin\WinDev\ - DEBUG;TRACE - full - AnyCPU - prompt - MinimumRecommendedRules.ruleset - - - + + + + Yavsc Client&Server Api + Yavsc - l'abstrait + 1.0.5 + Paul Schneider <paul@pschneider.fr> + dnx451;net46;net451 + Yavsc.Abstract + Yavsc.Abstract + Blog;Blog;PoS;Chat + http://yavsc.pschneider.fr + https://github.com/pazof/yavsc/blob/vnext/LICENSE + true + git + https://github.com/pazof/yavsc + false + false + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Yavsc.Server/Yavsc.Server.csproj b/Yavsc.Server/Yavsc.Server.csproj new file mode 100644 index 00000000..96dd2fea --- /dev/null +++ b/Yavsc.Server/Yavsc.Server.csproj @@ -0,0 +1,84 @@ + + + + Yavsc server common library + 1.0.5 + Paul Schneider <paul@pschneider.fr> + dnx451;net451;net46 + full + Yavsc + Exe + Yavsc.Server + aspnet5-YavscWeb-a0dadd21-2ced-43d3-96f9-7e504345102f + Blog;Blog;PoS;Chat + http://yavsc.pschneider.fr + https://github.com/pazof/yavsc/blob/vnext/LICENSE + true + git + https://github.com/pazof/yavsc + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Yavsc/Yavsc.csproj b/Yavsc/Yavsc.csproj index 453f5698..d0de6a30 100644 --- a/Yavsc/Yavsc.csproj +++ b/Yavsc/Yavsc.csproj @@ -1,8 +1,10 @@ - + - Paul Schneider - netcoreapp2.0 + encore une très petite entreprise + 1.0.5 + Paul Schneider <paul@pschneider.fr> + dnx451 full Yavsc Exe @@ -14,20 +16,10 @@ true git https://github.com/pazof/yavsc - true - - - - - - - - - - + Never @@ -35,7 +27,10 @@ + + + @@ -65,14 +60,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + - - diff --git a/global.json b/global.json index 7fe043aa..f6696a3e 100644 --- a/global.json +++ b/global.json @@ -9,8 +9,8 @@ "OAuth.AspNet.Server" ], "sdk": { - "version": "1.0.0-rc1-update2", - "runtime": "mono", + "version": "2.1.300-preview2-008533", + "runtime": "dotnet", "architecture": "x64" }