Skip to content

Commit

Permalink
Fixed #94 -- removed manifest/deployment for oneclick.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaben Cargman committed Mar 4, 2018
1 parent 3a49758 commit 1bf916c
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions src/Papercut.UI/Papercut.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,8 @@
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<WarningLevel>4</WarningLevel>
<TargetZone>LocalIntranet</TargetZone>
<GenerateManifests>true</GenerateManifests>
<ApplicationIcon>App.ico</ApplicationIcon>
<IsWebBootstrapper>true</IsWebBootstrapper>
<ManifestCertificateThumbprint>75C27D3478451E9C8C97BCE8D51657E4BDC9F29F</ManifestCertificateThumbprint>
<ManifestKeyFile>Papercut_TemporaryKey.pfx</ManifestKeyFile>
<SignManifests>false</SignManifests>
<FileUpgradeFlags>
</FileUpgradeFlags>
Expand All @@ -29,31 +25,6 @@
<TargetFrameworkProfile />
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">.\</SolutionDir>
<RestorePackages>true</RestorePackages>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
<PublishUrl>..\deploy\</PublishUrl>
<Install>true</Install>
<InstallFrom>Web</InstallFrom>
<UpdateEnabled>true</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>true</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<InstallUrl>http://papercut.codeplex.com/releases/clickonce/</InstallUrl>
<SupportUrl>http://papercut.codeplex.com</SupportUrl>
<ProductName>Papercut</ProductName>
<PublisherName>Papercut</PublisherName>
<MinimumRequiredVersion>3.0.0.0</MinimumRequiredVersion>
<WebPage>publish.htm</WebPage>
<OpenBrowserOnPublish>false</OpenBrowserOnPublish>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>4.5.0.0</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<CreateDesktopShortcut>true</CreateDesktopShortcut>
<PublishWizardCompleted>true</PublishWizardCompleted>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down

0 comments on commit 1bf916c

Please sign in to comment.