diff --git a/README.md b/README.md index 1924a68..2f1a6ec 100644 --- a/README.md +++ b/README.md @@ -234,6 +234,15 @@ Contributing to the list of supported applications is encouraged through submiss + + + + + + Microsoft Project
+ (Standard/Pro 2021, Plan 3/5)
+ Icon in the Public Domain. + @@ -242,6 +251,7 @@ Contributing to the list of supported applications is encouraged through submiss PowerShell
Icon under MIT license. + diff --git a/apps/project-x86/icon.svg b/apps/project-x86/icon.svg new file mode 100644 index 0000000..d544135 --- /dev/null +++ b/apps/project-x86/icon.svg @@ -0,0 +1,52 @@ + + + + + + + + + + +]> + + + + + + + + + + + + + + + + + + + + + + + diff --git a/apps/project-x86/info b/apps/project-x86/info new file mode 100644 index 0000000..ad1614e --- /dev/null +++ b/apps/project-x86/info @@ -0,0 +1,14 @@ +# GNOME shortcut name +NAME="Project" + +# Used for descriptions and window class +FULL_NAME="Microsoft Project" + +# The executable inside windows +WIN_EXECUTABLE="C:\Program Files (x86)\Microsoft Office\root\Office16\WINPROJ.EXE" + +# GNOME categories +CATEGORIES="WinApps;Office" + +# GNOME mimetypes +MIME_TYPES="application/vnd.ms-project;" diff --git a/apps/project/icon.svg b/apps/project/icon.svg new file mode 100644 index 0000000..d544135 --- /dev/null +++ b/apps/project/icon.svg @@ -0,0 +1,52 @@ + + + + + + + + + + +]> + + + + + + + + + + + + + + + + + + + + + + + diff --git a/apps/project/info b/apps/project/info new file mode 100644 index 0000000..d5d904b --- /dev/null +++ b/apps/project/info @@ -0,0 +1,14 @@ +# GNOME shortcut name +NAME="Project" + +# Used for descriptions and window class +FULL_NAME="Microsoft Project" + +# The executable inside windows +WIN_EXECUTABLE="C:\Program Files\Microsoft Office\root\Office16\WINPROJ.EXE" + +# GNOME categories +CATEGORIES="WinApps;Office" + +# GNOME mimetypes +MIME_TYPES="application/vnd.ms-project;"