diff --git a/AboutPage/UpdateControlData.cs b/AboutPage/UpdateControlData.cs
index ead2adfc5..b2c9aee8f 100644
--- a/AboutPage/UpdateControlData.cs
+++ b/AboutPage/UpdateControlData.cs
@@ -72,10 +72,10 @@ namespace MatterHackers.MatterControl
public RootedObjectEventHandler UpdateStatusChanged = new RootedObjectEventHandler();
#if __ANDROID__
- static string applicationDataPath = DataStorage.ApplicationDataStorage.Instance.ApplicationUserDataPath;
- static string updateFileLocation = Path.Combine(applicationDataPath, "updates");
-#else
static string updateFileLocation = Path.Combine(DataStorage.ApplicationDataStorage.Instance.PublicDataStoragePath, "updates");
+#else
+ static string applicationDataPath = DataStorage.ApplicationDataStorage.Instance.ApplicationUserDataPath;
+ static string updateFileLocation = Path.Combine(applicationDataPath, "updates");
#endif
UpdateStatusStates updateStatus;
diff --git a/MatterControl.csproj b/MatterControl.csproj
index 64822b18d..736f9ff03 100644
--- a/MatterControl.csproj
+++ b/MatterControl.csproj
@@ -391,22 +391,6 @@
-
- {275568a0-7e5e-4151-8960-e54665ff5df7}
- PrintServer_Client
-
-
- {04b850f0-5a39-4157-a227-a574064110d2}
- PrintServer_Interface
-
-
- {002b1d12-4dbb-4ecf-b481-5ebecbc1666e}
- PrintServer_Server
-
-
- {0affa4eb-edea-43cc-8045-c7d1fe557803}
- RemotingLite
-
{9B062971-A88E-4A3D-B3C9-12B78D15FA66}
clipper_library