From 69d0ae6ea47248540512f21948870de4a9be42ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Ja=C5=A1ek?= Date: Mon, 14 Dec 2020 07:32:25 +0100 Subject: [PATCH] Added "Web + Android" launch configuration. --- Lectures/Lecture_12/sln/Lecture_12.sln.startup.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Lectures/Lecture_12/sln/Lecture_12.sln.startup.json b/Lectures/Lecture_12/sln/Lecture_12.sln.startup.json index 212d58db..01c4ec38 100644 --- a/Lectures/Lecture_12/sln/Lecture_12.sln.startup.json +++ b/Lectures/Lecture_12/sln/Lecture_12.sln.startup.json @@ -27,9 +27,8 @@ "CookBook.Mobile.Android": {} } }, - "API + Web + Android": { + "Web + Android": { "Projects": { - "CookBook.API": {}, "CookBook.Web": {}, "CookBook.Mobile.Android": {} }