From 509c88d05d2781c4552eb0b7a14f3797aeda2f17 Mon Sep 17 00:00:00 2001 From: Yarik Date: Tue, 24 Jan 2017 16:25:09 +0200 Subject: [PATCH] Test --- .gitignore | 1 + Maps.sln | 22 ++++++++++++++++++++++ Program.cs | 1 - 3 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 Maps.sln diff --git a/.gitignore b/.gitignore index 002d443..8c74eeb 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /bin/Debug/netcoreapp1.0 /obj/Debug/netcoreapp1.0 +/.vs diff --git a/Maps.sln b/Maps.sln new file mode 100644 index 0000000..f531224 --- /dev/null +++ b/Maps.sln @@ -0,0 +1,22 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 14 +VisualStudioVersion = 14.0.25420.1 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Maps", "Maps.xproj", "{C746E65B-78A5-44E0-8A27-A21E016DC9C7}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {C746E65B-78A5-44E0-8A27-A21E016DC9C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C746E65B-78A5-44E0-8A27-A21E016DC9C7}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C746E65B-78A5-44E0-8A27-A21E016DC9C7}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C746E65B-78A5-44E0-8A27-A21E016DC9C7}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/Program.cs b/Program.cs index 65fa3c8..8b4801f 100644 --- a/Program.cs +++ b/Program.cs @@ -14,7 +14,6 @@ namespace Maps var host = new WebHostBuilder() .UseKestrel() .UseContentRoot(Directory.GetCurrentDirectory()) - .UseIISIntegration() .UseStartup() .Build(); -- libgit2 0.21.4