File tree Expand file tree Collapse file tree 12 files changed +96
-0
lines changed
Expand file tree Collapse file tree 12 files changed +96
-0
lines changed Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments