diff options
author | fcolin | 2007-02-01 10:05:09 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 10:05:09 +0000 |
commit | bb803de35bcceb0c15a4b99b4b82f86b7103a91b (patch) | |
tree | 5ef384e504f6177f70aaacbe4a974eb2f38e7c13 /CSharp | |
parent | 5931c0c3af3a4b91f5f1e45164129c6522c95786 (diff) | |
download | ivy-csharp-bb803de35bcceb0c15a4b99b4b82f86b7103a91b.zip ivy-csharp-bb803de35bcceb0c15a4b99b4b82f86b7103a91b.tar.gz ivy-csharp-bb803de35bcceb0c15a4b99b4b82f86b7103a91b.tar.bz2 ivy-csharp-bb803de35bcceb0c15a4b99b4b82f86b7103a91b.tar.xz |
Utilisateur : Fcolin Date : 22/12/06 Heure : 16:00 Archivé dans $/CSharp/Ivy/IvyPerf Commentaire: (vss 3)
Diffstat (limited to 'CSharp')
-rw-r--r-- | CSharp/Ivy/IvyPerf/IvyPerf.csproj | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/CSharp/Ivy/IvyPerf/IvyPerf.csproj b/CSharp/Ivy/IvyPerf/IvyPerf.csproj index 6120e51..c3742e6 100644 --- a/CSharp/Ivy/IvyPerf/IvyPerf.csproj +++ b/CSharp/Ivy/IvyPerf/IvyPerf.csproj @@ -29,6 +29,24 @@ <SccLocalPath>SAK</SccLocalPath>
<SccAuxPath>SAK</SccAuxPath>
<SccProvider>SAK</SccProvider>
+ <ManifestCertificateThumbprint>51C861139B0DCA6D2FAD5BDB1D5280AAE1E59696</ManifestCertificateThumbprint>
+ <ManifestKeyFile>IvyPerf_TemporaryKey.pfx</ManifestKeyFile>
+ <GenerateManifests>true</GenerateManifests>
+ <SignManifests>true</SignManifests>
+ <PublishUrl>\\samba\fcolin\public_html\ClickOnce\IvyPerf\</PublishUrl>
+ <Install>true</Install>
+ <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/IvyPerf/</InstallUrl>
+ <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
+ <IsWebBootstrapper>true</IsWebBootstrapper>
+ <BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<OutputPath>bin\Debug\</OutputPath>
@@ -102,6 +120,16 @@ <Name>Ivy</Name>
</ProjectReference>
</ItemGroup>
+ <ItemGroup>
+ <None Include="IvyPerf_TemporaryKey.pfx" />
+ </ItemGroup>
+ <ItemGroup>
+ <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
+ <Visible>False</Visible>
+ <ProductName>.NET Framework 2.0</ProductName>
+ <Install>true</Install>
+ </BootstrapperPackage>
+ </ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PreBuildEvent>
|