diff --git a/README.md b/README.md
index bbde5bd..0674211 100644
--- a/README.md
+++ b/README.md
@@ -61,6 +61,9 @@ Note: The app list below is fueled by the community, and therefore many apps may
Powershell
+
Visual Studio 2019 (Enterprise, Professional, Community)
+
+
Windows (Full RDP session)
@@ -204,3 +207,4 @@ Installation complete.
- Fluent UI - Icons under [MIT License](https://github.com/Fmstrat/fluentui/blob/master/LICENSE) with [restricted use](https://static2.sharepointonline.com/files/fabric/assets/microsoft_fabric_assets_license_agreement_nov_2019.pdf)
- PKief's VSCode Material Icon Theme - Icons under [MIT License](https://github.com/Fmstrat/vscode-material-icon-theme/blob/master/LICENSE.md)
- DiemenDesign's LibreICONS - Icons under [MIT License](https://github.com/Fmstrat/LibreICONS/blob/master/LICENSE)
+ - Wikipedia - Icons under [Wikimedia Commons License](https://en.wikipedia.org/wiki/File:Visual_Studio_Icon_2019.svg)
diff --git a/apps/vs2019professional/icon.svg b/apps/vs2019professional/icon.svg
new file mode 100644
index 0000000..83ad9cd
--- /dev/null
+++ b/apps/vs2019professional/icon.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/apps/vs2019professional/info b/apps/vs2019professional/info
new file mode 100644
index 0000000..d7f9a50
--- /dev/null
+++ b/apps/vs2019professional/info
@@ -0,0 +1,15 @@
+# GNOME shortcut name
+NAME="Visual Studio 2019 Professional"
+
+# Used for descriptions and window class
+FULL_NAME="Visual Studio 2019 Professional"
+
+# The executable inside windows
+WIN_EXECUTABLE="C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\Common7\IDE\devenv.exe"
+
+# GNOME categories
+CATEGORIES="Code"
+
+# GNOME mimetypes
+# See: https://stackoverflow.com/questions/208056/what-are-the-mime-types-for-net-project-source-code-files
+MIME_TYPES="text/xml;text/plain;text/x-csharp"
\ No newline at end of file