From dde05e8b275a3b8f72f3395eb4ab9ed7188a514c Mon Sep 17 00:00:00 2001
From: Gordon Cheong <83162188+gordoncheong@users.noreply.github.com>
Date: Thu, 1 Aug 2024 00:39:12 +0800
Subject: [PATCH] Add Microsoft Project Installation Files
---
apps/project-x86/icon.svg | 52 +++++++++++++++++++++++++++++++++++++++
apps/project-x86/info | 14 +++++++++++
apps/project/icon.svg | 52 +++++++++++++++++++++++++++++++++++++++
apps/project/info | 14 +++++++++++
4 files changed, 132 insertions(+)
create mode 100644 apps/project-x86/icon.svg
create mode 100644 apps/project-x86/info
create mode 100644 apps/project/icon.svg
create mode 100644 apps/project/info
diff --git a/apps/project-x86/icon.svg b/apps/project-x86/icon.svg
new file mode 100644
index 0000000..d7fa0ac
--- /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..d7fa0ac
--- /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;"