diff --git a/.vs/ProjectSettings.json b/.vs/ProjectSettings.json new file mode 100644 index 0000000..f8b4888 --- /dev/null +++ b/.vs/ProjectSettings.json @@ -0,0 +1,3 @@ +{ + "CurrentProjectSetting": null +} \ No newline at end of file diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite new file mode 100644 index 0000000..9322b25 Binary files /dev/null and b/.vs/slnx.sqlite differ diff --git a/Setting-eShopOnContainer-solution-up-in-a-Visual-Studio-2017-environment.md b/Setting-eShopOnContainer-solution-up-in-a-Visual-Studio-2017-environment.md index cea83c6..40b239a 100644 --- a/Setting-eShopOnContainer-solution-up-in-a-Visual-Studio-2017-environment.md +++ b/Setting-eShopOnContainer-solution-up-in-a-Visual-Studio-2017-environment.md @@ -7,3 +7,5 @@ The screenshot below shows the VS Solution structure for those microservices/con - Open eShopOnContainers-ServicesAndWebApps.sln for a solution containing just the server-side projects related to the microservices and web applications. - Open eShopOnContainers-MobileApps.sln for a solution containing just the client mobile app projects (Xamarin mobile apps only). + + \ No newline at end of file diff --git a/img/Bower_and_Gulp_setup.png b/img/Bower_and_Gulp_setup.png new file mode 100644 index 0000000..78470a4 Binary files /dev/null and b/img/Bower_and_Gulp_setup.png differ diff --git a/img/Generating_Docker_Images.png b/img/Generating_Docker_Images.png new file mode 100644 index 0000000..a255415 Binary files /dev/null and b/img/Generating_Docker_Images.png differ diff --git a/img/Multiple-Distributed-Dependencies.png b/img/Multiple-Distributed-Dependencies.png new file mode 100644 index 0000000..c06f7b5 Binary files /dev/null and b/img/Multiple-Distributed-Dependencies.png differ diff --git a/img/Node_setup_for_npm.png b/img/Node_setup_for_npm.png new file mode 100644 index 0000000..6332950 Binary files /dev/null and b/img/Node_setup_for_npm.png differ diff --git a/img/docker-compose-up-1.png b/img/docker-compose-up-1.png new file mode 100644 index 0000000..6aa3b1c Binary files /dev/null and b/img/docker-compose-up-1.png differ diff --git a/img/docker-compose-up-2.png b/img/docker-compose-up-2.png new file mode 100644 index 0000000..705d839 Binary files /dev/null and b/img/docker-compose-up-2.png differ diff --git a/img/docker-ps-with-all-microservices.png b/img/docker-ps-with-all-microservices.png new file mode 100644 index 0000000..b803ab3 Binary files /dev/null and b/img/docker-ps-with-all-microservices.png differ diff --git a/img/docker_settings.png b/img/docker_settings.png new file mode 100644 index 0000000..b2641c7 Binary files /dev/null and b/img/docker_settings.png differ diff --git a/img/docker_settings_shared_drives.png b/img/docker_settings_shared_drives.png new file mode 100644 index 0000000..1027a43 Binary files /dev/null and b/img/docker_settings_shared_drives.png differ diff --git a/img/eShopOnContainers_Architecture_Diagram.png b/img/eShopOnContainers_Architecture_Diagram.png new file mode 100644 index 0000000..5a45657 Binary files /dev/null and b/img/eShopOnContainers_Architecture_Diagram.png differ diff --git a/img/ebook_arch_dev_microservices_containers_cover.png b/img/ebook_arch_dev_microservices_containers_cover.png new file mode 100644 index 0000000..2a959ac Binary files /dev/null and b/img/ebook_arch_dev_microservices_containers_cover.png differ diff --git a/img/ebook_containers_lifecycle.png b/img/ebook_containers_lifecycle.png new file mode 100644 index 0000000..650703a Binary files /dev/null and b/img/ebook_containers_lifecycle.png differ diff --git a/img/eshop-webmvc-app-screenshot.png b/img/eshop-webmvc-app-screenshot.png new file mode 100644 index 0000000..0c02fe8 Binary files /dev/null and b/img/eshop-webmvc-app-screenshot.png differ diff --git a/img/eshop-webspa-app-screenshot.png b/img/eshop-webspa-app-screenshot.png new file mode 100644 index 0000000..854c5e8 Binary files /dev/null and b/img/eshop-webspa-app-screenshot.png differ diff --git a/img/eshop_cover.png b/img/eshop_cover.png new file mode 100644 index 0000000..5e2f01b Binary files /dev/null and b/img/eshop_cover.png differ diff --git a/img/eshop_logo.png b/img/eshop_logo.png new file mode 100644 index 0000000..ecbcd25 Binary files /dev/null and b/img/eshop_logo.png differ diff --git a/img/firewall-rule-for-eshop.png b/img/firewall-rule-for-eshop.png new file mode 100644 index 0000000..996b632 Binary files /dev/null and b/img/firewall-rule-for-eshop.png differ diff --git a/img/list-of-images.png b/img/list-of-images.png new file mode 100644 index 0000000..3985db2 Binary files /dev/null and b/img/list-of-images.png differ diff --git a/img/login-demo-user.png b/img/login-demo-user.png new file mode 100644 index 0000000..d5d9cf6 Binary files /dev/null and b/img/login-demo-user.png differ diff --git a/img/spa/installing_npm_node.png b/img/spa/installing_npm_node.png new file mode 100644 index 0000000..8e1e96c Binary files /dev/null and b/img/spa/installing_npm_node.png differ diff --git a/img/spa/npm-rebuild-node-sass.png b/img/spa/npm-rebuild-node-sass.png new file mode 100644 index 0000000..309ba51 Binary files /dev/null and b/img/spa/npm-rebuild-node-sass.png differ diff --git a/img/spa/npm-run-build.png b/img/spa/npm-run-build.png new file mode 100644 index 0000000..839ad8d Binary files /dev/null and b/img/spa/npm-run-build.png differ diff --git a/img/spa/npm-versions-powershell.png b/img/spa/npm-versions-powershell.png new file mode 100644 index 0000000..398e32e Binary files /dev/null and b/img/spa/npm-versions-powershell.png differ diff --git a/img/spa/vs-tools-path-custom-node.png b/img/spa/vs-tools-path-custom-node.png new file mode 100644 index 0000000..035e72f Binary files /dev/null and b/img/spa/vs-tools-path-custom-node.png differ diff --git a/img/spa/vs-tools-path-original.png b/img/spa/vs-tools-path-original.png new file mode 100644 index 0000000..66fde95 Binary files /dev/null and b/img/spa/vs-tools-path-original.png differ diff --git a/img/vs-solution-structure.png b/img/vs-solution-structure.png new file mode 100644 index 0000000..76b4edd Binary files /dev/null and b/img/vs-solution-structure.png differ diff --git a/img/xamarin-mobile-App.png b/img/xamarin-mobile-App.png new file mode 100644 index 0000000..7b63a48 Binary files /dev/null and b/img/xamarin-mobile-App.png differ diff --git a/img/xamarin-settings.png b/img/xamarin-settings.png new file mode 100644 index 0000000..4379091 Binary files /dev/null and b/img/xamarin-settings.png differ diff --git a/img/xamarin/fix-hyperv-for-issue-xamarin-app-minimize-in-vs-android-emulator.png b/img/xamarin/fix-hyperv-for-issue-xamarin-app-minimize-in-vs-android-emulator.png new file mode 100644 index 0000000..a4d0a3f Binary files /dev/null and b/img/xamarin/fix-hyperv-for-issue-xamarin-app-minimize-in-vs-android-emulator.png differ