forked from winapps-org/winapps
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Visual Studio support (from Fmstrat/winapps#303)
- Loading branch information
Showing
12 changed files
with
96 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# GNOME shortcut name | ||
NAME="Visual Studio 2019 Community" | ||
|
||
# Used for descriptions and window class | ||
FULL_NAME="Visual Studio 2019 Community" | ||
|
||
# The executable inside windows | ||
WIN_EXECUTABLE="C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\devenv.exe" | ||
|
||
# GNOME categories | ||
CATEGORIES="WinApps;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" |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# GNOME shortcut name | ||
NAME="Visual Studio 2022 Community" | ||
|
||
# Used for descriptions and window class | ||
FULL_NAME="Visual Studio 2022 Community" | ||
|
||
# The executable inside windows | ||
WIN_EXECUTABLE="C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\devenv.exe" | ||
|
||
# GNOME categories | ||
CATEGORIES="Development" | ||
|
||
# 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" |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# GNOME shortcut name | ||
NAME="Visual Studio 2019 Enterprise" | ||
|
||
# Used for descriptions and window class | ||
FULL_NAME="Visual Studio 2019 Enterprise" | ||
|
||
# The executable inside windows | ||
WIN_EXECUTABLE="C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\IDE\devenv.exe" | ||
|
||
# GNOME categories | ||
CATEGORIES="WinApps;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" |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# GNOME shortcut name | ||
NAME="Visual Studio 2022 Enterprise" | ||
|
||
# Used for descriptions and window class | ||
FULL_NAME="Visual Studio 2022 Enterprise" | ||
|
||
# The executable inside windows | ||
WIN_EXECUTABLE="C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\IDE\devenv.exe" | ||
|
||
# GNOME categories | ||
CATEGORIES="Development" | ||
|
||
# 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" |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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="WinApps;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" |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# GNOME shortcut name | ||
NAME="Visual Studio 2022 Professional" | ||
|
||
# Used for descriptions and window class | ||
FULL_NAME="Visual Studio 2022 Professional" | ||
|
||
# The executable inside windows | ||
WIN_EXECUTABLE="C:\Program Files\Microsoft Visual Studio\2022\Professional\Common7\IDE\devenv.exe" | ||
|
||
# GNOME categories | ||
CATEGORIES="Development" | ||
|
||
# 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" |