Skip to content

Commit 38c2b18

Browse files
committed
Added Visual Studio support (from Fmstrat/winapps#303)
1 parent 152a924 commit 38c2b18

File tree

12 files changed

+96
-0
lines changed

12 files changed

+96
-0
lines changed

apps/vs-community-2019/icon.svg

Lines changed: 1 addition & 0 deletions
Loading

apps/vs-community-2019/info

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# GNOME shortcut name
2+
NAME="Visual Studio 2019 Community"
3+
4+
# Used for descriptions and window class
5+
FULL_NAME="Visual Studio 2019 Community"
6+
7+
# The executable inside windows
8+
WIN_EXECUTABLE="C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\devenv.exe"
9+
10+
# GNOME categories
11+
CATEGORIES="WinApps;Code"
12+
13+
# GNOME mimetypes
14+
# See: https://stackoverflow.com/questions/208056/what-are-the-mime-types-for-net-project-source-code-files
15+
MIME_TYPES="text/xml;text/plain;text/x-csharp"

apps/vs-community-2022/icon.svg

Lines changed: 1 addition & 0 deletions
Loading

apps/vs-community-2022/info

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# GNOME shortcut name
2+
NAME="Visual Studio 2022 Community"
3+
4+
# Used for descriptions and window class
5+
FULL_NAME="Visual Studio 2022 Community"
6+
7+
# The executable inside windows
8+
WIN_EXECUTABLE="C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\devenv.exe"
9+
10+
# GNOME categories
11+
CATEGORIES="Development"
12+
13+
# GNOME mimetypes
14+
# See: https://stackoverflow.com/questions/208056/what-are-the-mime-types-for-net-project-source-code-files
15+
MIME_TYPES="text/xml;text/plain;text/x-csharp"

apps/vs-enterprise-2019/icon.svg

Lines changed: 1 addition & 0 deletions
Loading

apps/vs-enterprise-2019/info

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# GNOME shortcut name
2+
NAME="Visual Studio 2019 Enterprise"
3+
4+
# Used for descriptions and window class
5+
FULL_NAME="Visual Studio 2019 Enterprise"
6+
7+
# The executable inside windows
8+
WIN_EXECUTABLE="C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\IDE\devenv.exe"
9+
10+
# GNOME categories
11+
CATEGORIES="WinApps;Code"
12+
13+
# GNOME mimetypes
14+
# See: https://stackoverflow.com/questions/208056/what-are-the-mime-types-for-net-project-source-code-files
15+
MIME_TYPES="text/xml;text/plain;text/x-csharp"

apps/vs-enterprise-2022/icon.svg

Lines changed: 1 addition & 0 deletions
Loading

apps/vs-enterprise-2022/info

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# GNOME shortcut name
2+
NAME="Visual Studio 2022 Enterprise"
3+
4+
# Used for descriptions and window class
5+
FULL_NAME="Visual Studio 2022 Enterprise"
6+
7+
# The executable inside windows
8+
WIN_EXECUTABLE="C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\IDE\devenv.exe"
9+
10+
# GNOME categories
11+
CATEGORIES="Development"
12+
13+
# GNOME mimetypes
14+
# See: https://stackoverflow.com/questions/208056/what-are-the-mime-types-for-net-project-source-code-files
15+
MIME_TYPES="text/xml;text/plain;text/x-csharp"

apps/vs-professional-2019/icon.svg

Lines changed: 1 addition & 0 deletions
Loading

apps/vs-professional-2019/info

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# GNOME shortcut name
2+
NAME="Visual Studio 2019 Professional"
3+
4+
# Used for descriptions and window class
5+
FULL_NAME="Visual Studio 2019 Professional"
6+
7+
# The executable inside windows
8+
WIN_EXECUTABLE="C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\Common7\IDE\devenv.exe"
9+
10+
# GNOME categories
11+
CATEGORIES="WinApps;Code"
12+
13+
# GNOME mimetypes
14+
# See: https://stackoverflow.com/questions/208056/what-are-the-mime-types-for-net-project-source-code-files
15+
MIME_TYPES="text/xml;text/plain;text/x-csharp"

0 commit comments

Comments
 (0)