From 694bff0ec2cf3ed73b671ef3f9927d463b9c69d5 Mon Sep 17 00:00:00 2001 From: Gordon Cheong <83162188+gordoncheong@users.noreply.github.com> Date: Fri, 23 Aug 2024 20:59:44 +0800 Subject: [PATCH] Installation Support for Visual Studio --- README.md | 16 ++++-- apps/visual-studio-comm/icon.svg | 86 ++++++++++++++++++++++++++++++++ apps/visual-studio-comm/info | 14 ++++++ apps/visual-studio-ent/icon.svg | 86 ++++++++++++++++++++++++++++++++ apps/visual-studio-ent/info | 14 ++++++ apps/visual-studio-pro/icon.svg | 86 ++++++++++++++++++++++++++++++++ apps/visual-studio-pro/info | 14 ++++++ 7 files changed, 313 insertions(+), 3 deletions(-) create mode 100644 apps/visual-studio-comm/icon.svg create mode 100644 apps/visual-studio-comm/info create mode 100644 apps/visual-studio-ent/icon.svg create mode 100644 apps/visual-studio-ent/info create mode 100644 apps/visual-studio-pro/icon.svg create mode 100644 apps/visual-studio-pro/info diff --git a/README.md b/README.md index 6d4b976..da62a1f 100644 --- a/README.md +++ b/README.md @@ -229,7 +229,7 @@ Contributing to the list of supported applications is encouraged through submiss Microsoft Visio
- (Standard/Pro 2021, Plan 2)
+ (Standard/Pro. 2021, Plan 2)
Icon in the Public Domain. @@ -240,9 +240,20 @@ Contributing to the list of supported applications is encouraged through submiss Microsoft Project
- (Standard/Pro 2021, Plan 3/5)
+ (Standard/Pro. 2021, Plan 3/5)
Icon in the Public Domain. + + + + + + Microsoft Visual Studio
+ (Comm./Pro./Ent. 2022)
+ Icon in the Public Domain. + + + @@ -251,7 +262,6 @@ Contributing to the list of supported applications is encouraged through submiss PowerShell
Icon under MIT license. - diff --git a/apps/visual-studio-comm/icon.svg b/apps/visual-studio-comm/icon.svg new file mode 100644 index 0000000..973cc68 --- /dev/null +++ b/apps/visual-studio-comm/icon.svg @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/apps/visual-studio-comm/info b/apps/visual-studio-comm/info new file mode 100644 index 0000000..c99a038 --- /dev/null +++ b/apps/visual-studio-comm/info @@ -0,0 +1,14 @@ +# GNOME shortcut name +NAME="Visual Studio Community" + +# Used for descriptions and window class +FULL_NAME="Microsoft Visual Studio - Community Version" + +# The executable inside windows +WIN_EXECUTABLE="C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\devenv.exe" + +# GNOME categories +CATEGORIES="WinApps;Development" + +# GNOME mimetypes +MIME_TYPES="" diff --git a/apps/visual-studio-ent/icon.svg b/apps/visual-studio-ent/icon.svg new file mode 100644 index 0000000..973cc68 --- /dev/null +++ b/apps/visual-studio-ent/icon.svg @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/apps/visual-studio-ent/info b/apps/visual-studio-ent/info new file mode 100644 index 0000000..81cc124 --- /dev/null +++ b/apps/visual-studio-ent/info @@ -0,0 +1,14 @@ +# GNOME shortcut name +NAME="Visual Studio Enterprise" + +# Used for descriptions and window class +FULL_NAME="Microsoft Visual Studio - Enterprise Version" + +# The executable inside windows +WIN_EXECUTABLE="C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\IDE\devenv.exe" + +# GNOME categories +CATEGORIES="WinApps;Development" + +# GNOME mimetypes +MIME_TYPES="" diff --git a/apps/visual-studio-pro/icon.svg b/apps/visual-studio-pro/icon.svg new file mode 100644 index 0000000..973cc68 --- /dev/null +++ b/apps/visual-studio-pro/icon.svg @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/apps/visual-studio-pro/info b/apps/visual-studio-pro/info new file mode 100644 index 0000000..0c08861 --- /dev/null +++ b/apps/visual-studio-pro/info @@ -0,0 +1,14 @@ +# GNOME shortcut name +NAME="Visual Studio Professional" + +# Used for descriptions and window class +FULL_NAME="Microsoft Visual Studio - Professional Version" + +# The executable inside windows +WIN_EXECUTABLE="C:\Program Files\Microsoft Visual Studio\2022\Professional\Common7\IDE\devenv.exe" + +# GNOME categories +CATEGORIES="WinApps;Development" + +# GNOME mimetypes +MIME_TYPES=""