diff options
author | fcolin | 2007-02-01 10:06:53 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 10:06:53 +0000 |
commit | 19c249a2c1152b1dbc7fdffb6bfdaaf050b734f6 (patch) | |
tree | 90cec634ce3c97a3589a7ffbbf63e0f5d5bb1b29 /CSharp/Ivy | |
parent | 2f8a350913fef693ab2604fed75476f338201245 (diff) | |
download | ivy-csharp-19c249a2c1152b1dbc7fdffb6bfdaaf050b734f6.zip ivy-csharp-19c249a2c1152b1dbc7fdffb6bfdaaf050b734f6.tar.gz ivy-csharp-19c249a2c1152b1dbc7fdffb6bfdaaf050b734f6.tar.bz2 ivy-csharp-19c249a2c1152b1dbc7fdffb6bfdaaf050b734f6.tar.xz |
Utilisateur : Fcolin Date : 6/12/05 Heure : 18:39 Archivé dans $/CSharp/Ivy/IvyProbe Commentaire: (vss 4)
Diffstat (limited to 'CSharp/Ivy')
-rw-r--r-- | CSharp/Ivy/IvyProbe/IvyProbe.csproj | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/CSharp/Ivy/IvyProbe/IvyProbe.csproj b/CSharp/Ivy/IvyProbe/IvyProbe.csproj index 35dbd28..7ac3452 100644 --- a/CSharp/Ivy/IvyProbe/IvyProbe.csproj +++ b/CSharp/Ivy/IvyProbe/IvyProbe.csproj @@ -29,18 +29,25 @@ </FileUpgradeFlags>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
- <PublishUrl>ftp://massu/public_html/ClickOnce/</PublishUrl>
+ <IsWebBootstrapper>true</IsWebBootstrapper>
+ <ManifestCertificateThumbprint>B0F2EC88A4EE5408BAC0B7041F239A7265AA2FAA</ManifestCertificateThumbprint>
+ <ManifestKeyFile>IvyProbe_TemporaryKey.pfx</ManifestKeyFile>
+ <GenerateManifests>true</GenerateManifests>
+ <SignManifests>true</SignManifests>
+ <PublishUrl>\\samba\fcolin\public_html\ClickOnce\IvyProbe\</PublishUrl>
<Install>true</Install>
- <InstallFrom>Disk</InstallFrom>
- <UpdateEnabled>false</UpdateEnabled>
+ <InstallFrom>Web</InstallFrom>
+ <UpdateEnabled>true</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
+ <InstallUrl>http://www.tls.cena.fr/~fcolin/ClickOnce/IvyProbe/</InstallUrl>
+ <CreateWebPageOnPublish>true</CreateWebPageOnPublish>
+ <WebPage>publish.htm</WebPage>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
- <IsWebBootstrapper>false</IsWebBootstrapper>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
@@ -140,6 +147,7 @@ </BootstrapperPackage>
</ItemGroup>
<ItemGroup>
+ <None Include="IvyProbe_TemporaryKey.pfx" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|