mirror of
https://github.com/winapps-org/winapps.git
synced 2025-06-11 01:17:19 +02:00
15 lines
468 B
Plaintext
15 lines
468 B
Plaintext
# GNOME shortcut name
|
|
NAME="Visual Studio 2019"
|
|
|
|
# Used for descriptions and window class
|
|
FULL_NAME="Visual Studio 2019"
|
|
|
|
# The executable inside windows
|
|
WIN_EXECUTABLE="C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\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" |