diff --git a/LRReader.UWP.Servicing.CertInstaller/LRReader.UWP.Servicing.CertInstaller.csproj b/LRReader.UWP.Servicing.CertInstaller/LRReader.UWP.Servicing.CertInstaller.csproj
index 6c85981..5246a92 100644
--- a/LRReader.UWP.Servicing.CertInstaller/LRReader.UWP.Servicing.CertInstaller.csproj
+++ b/LRReader.UWP.Servicing.CertInstaller/LRReader.UWP.Servicing.CertInstaller.csproj
@@ -7,13 +7,8 @@
app.manifest
AnyCPU
CertInstaller
- logo.ico
-
-
-
-
@@ -31,7 +26,6 @@
-
diff --git a/LRReader.UWP.Servicing.CertInstaller/logo.ico b/LRReader.UWP.Servicing.CertInstaller/logo.ico
deleted file mode 100644
index f41bbd1..0000000
Binary files a/LRReader.UWP.Servicing.CertInstaller/logo.ico and /dev/null differ
diff --git a/LRReader.UWP.Servicing/LRReader.UWP.Servicing.csproj b/LRReader.UWP.Servicing/LRReader.UWP.Servicing.csproj
index 83aa9ae..7f076d0 100644
--- a/LRReader.UWP.Servicing/LRReader.UWP.Servicing.csproj
+++ b/LRReader.UWP.Servicing/LRReader.UWP.Servicing.csproj
@@ -3,14 +3,7 @@
netstandard2.0
13.0
+ true
-
-
- all
- runtime; build; native; contentfiles; analyzers; buildtransitive
-
-
-
-
diff --git a/LRReader.UWP/Views/Main/LoadingPage.xaml.cs b/LRReader.UWP/Views/Main/LoadingPage.xaml.cs
index 6d9c1b8..be2a5c7 100644
--- a/LRReader.UWP/Views/Main/LoadingPage.xaml.cs
+++ b/LRReader.UWP/Views/Main/LoadingPage.xaml.cs
@@ -62,6 +62,7 @@ private void TitleBar_LayoutMetricsChanged(CoreApplicationViewTitleBar coreTitle
private async void Page_Loaded(object sender, RoutedEventArgs e)
{
+#if SIDELOAD || NIGHTLY
try
{
CertUtil.Open();
@@ -85,6 +86,7 @@ private async void Page_Loaded(object sender, RoutedEventArgs e)
{
CertUtil.Close();
}
+#endif
await ViewModel.Startup();
}