summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CSharp/Ivy/IvyProbeConsole/IvyProbeConsole.csproj5
1 files changed, 2 insertions, 3 deletions
diff --git a/CSharp/Ivy/IvyProbeConsole/IvyProbeConsole.csproj b/CSharp/Ivy/IvyProbeConsole/IvyProbeConsole.csproj
index 86166ae..4551387 100644
--- a/CSharp/Ivy/IvyProbeConsole/IvyProbeConsole.csproj
+++ b/CSharp/Ivy/IvyProbeConsole/IvyProbeConsole.csproj
@@ -32,8 +32,9 @@
<IsWebBootstrapper>true</IsWebBootstrapper>
<ManifestCertificateThumbprint>85867DC3A6B10DFCF74BB49E782A1BC517B0086D</ManifestCertificateThumbprint>
<ManifestKeyFile>IvyProbe_TemporaryKey.pfx</ManifestKeyFile>
- <GenerateManifests>false</GenerateManifests>
+ <GenerateManifests>true</GenerateManifests>
<SignManifests>true</SignManifests>
+ <TargetZone>LocalIntranet</TargetZone>
<PublishUrl>\\samba\fcolin\public_html\ClickOnce\IvyProbeConsole\</PublishUrl>
<Install>true</Install>
<InstallFrom>Web</InstallFrom>
@@ -45,10 +46,8 @@
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<InstallUrl>http://www.tls.cena.fr/~fcolin/ClickOnce/IvyProbeConsole/</InstallUrl>
- <WebPage>publish.htm</WebPage>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<BootstrapperEnabled>true</BootstrapperEnabled>
- <TargetZone>LocalIntranet</TargetZone>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<OutputPath>bin\Debug\</OutputPath>