From 1cbbf2dcef02d59c2ec0860b19ae365f6a319096 Mon Sep 17 00:00:00 2001 From: walterlv Date: Wed, 27 Nov 2019 09:26:08 +0800 Subject: [PATCH 1/3] Remove Debugger.Launch so that target compiling will not break. --- src/dotnetCampus.SourceYard/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dotnetCampus.SourceYard/Program.cs b/src/dotnetCampus.SourceYard/Program.cs index 873fbc2..0a9594a 100644 --- a/src/dotnetCampus.SourceYard/Program.cs +++ b/src/dotnetCampus.SourceYard/Program.cs @@ -20,7 +20,7 @@ private static void Main(string[] args) private static void RunOptionsAndReturnExitCode(Options options) { #if DEBUG - Debugger.Launch(); + // Debugger.Launch(); Console.WriteLine(Environment.CommandLine); #endif var logger = new Logger(); From eebe607c311b9249bd2a303d53c6fa45c3340fca Mon Sep 17 00:00:00 2001 From: walterlv Date: Wed, 27 Nov 2019 09:29:54 +0800 Subject: [PATCH 2/3] Add solution files. --- dotnetCampus.SourceYard.sln | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/dotnetCampus.SourceYard.sln b/dotnetCampus.SourceYard.sln index 06af4a3..f822027 100644 --- a/dotnetCampus.SourceYard.sln +++ b/dotnetCampus.SourceYard.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.27703.2035 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.29503.13 MinimumVisualStudioVersion = 10.0.40219.1 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "dotnetCampus.SourceYard", "src\dotnetCampus.SourceYard\dotnetCampus.SourceYard.csproj", "{E0E10F18-8AB9-4DC5-A68C-17726D619F24}" EndProject @@ -11,11 +11,13 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution ProjectSection(SolutionItems) = preProject .gitattributes = .gitattributes .gitignore = .gitignore + Directory.Build.props = Directory.Build.props LICENSE = LICENSE README.md = README.md + build\Version.props = build\Version.props EndProjectSection EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "dotnetCampus.SourceYard.Tests", "tests\dotnetCampus.SourceYard.Tests\dotnetCampus.SourceYard.Tests.csproj", "{40CA62ED-6DFF-4A65-93D4-A91AB5DCF9DE}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "dotnetCampus.SourceYard.Tests", "tests\dotnetCampus.SourceYard.Tests\dotnetCampus.SourceYard.Tests.csproj", "{40CA62ED-6DFF-4A65-93D4-A91AB5DCF9DE}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution From d0771686533f5b49e9afafebfd1424fe74c4834b Mon Sep 17 00:00:00 2001 From: walterlv Date: Wed, 27 Nov 2019 09:30:01 +0800 Subject: [PATCH 3/3] Update one version. --- build/Version.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Version.props b/build/Version.props index 34a53f3..1610dcf 100644 --- a/build/Version.props +++ b/build/Version.props @@ -1,5 +1,5 @@ - 0.1.16257-alpha + 0.1.17751-alpha \ No newline at end of file