Show
Ignore:
Timestamp:
11/27/06 17:44:27 (2 years ago)
Author:
mfenniak
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plot/Pybrary.Plot.Demo/Properties/AssemblyInfo.cs

    r753 r756  
    99[assembly: AssemblyDescription("")] 
    1010[assembly: AssemblyConfiguration("")] 
    11 [assembly: AssemblyCompany("Rapid OppSource Inc")] 
     11[assembly: AssemblyCompany("")] 
    1212[assembly: AssemblyProduct("Pybrary.Plot.Demo")] 
    13 [assembly: AssemblyCopyright("Copyright © Rapid OppSource Inc 2006")] 
     13[assembly: AssemblyCopyright("Copyright © Mathieu Fenniak 2006")] 
    1414[assembly: AssemblyTrademark("")] 
    1515[assembly: AssemblyCulture("")] 
  • plot/Pybrary.Plot.Demo/Pybrary.Plot.Demo.csproj

    r755 r756  
    1010    <RootNamespace>Pybrary.Plot.Demo</RootNamespace> 
    1111    <AssemblyName>Pybrary.Plot.Demo</AssemblyName> 
     12    <ManifestCertificateThumbprint>8BC9CD8BAD2BABD7BCE71168597B14F4C51D8045</ManifestCertificateThumbprint> 
     13    <ManifestKeyFile>Pybrary.Plot.Demo_TemporaryKey.pfx</ManifestKeyFile> 
     14    <GenerateManifests>true</GenerateManifests> 
     15    <SignManifests>true</SignManifests> 
     16    <IsWebBootstrapper>true</IsWebBootstrapper> 
     17    <PublishUrl>P:\Pybrary-publish\</PublishUrl> 
     18    <Install>false</Install> 
     19    <InstallFrom>Web</InstallFrom> 
     20    <UpdateEnabled>true</UpdateEnabled> 
     21    <UpdateMode>Foreground</UpdateMode> 
     22    <UpdateInterval>7</UpdateInterval> 
     23    <UpdateIntervalUnits>Days</UpdateIntervalUnits> 
     24    <UpdatePeriodically>false</UpdatePeriodically> 
     25    <UpdateRequired>false</UpdateRequired> 
     26    <MapFileExtensions>true</MapFileExtensions> 
     27    <InstallUrl>http://pybrary.net/plot/</InstallUrl> 
     28    <ProductName>Pybrary.Plot Demo</ProductName> 
     29    <PublisherName>Mathieu Fenniak</PublisherName> 
     30    <CreateWebPageOnPublish>true</CreateWebPageOnPublish> 
     31    <WebPage>publish.htm</WebPage> 
     32    <ApplicationVersion>1.0.0.%2a</ApplicationVersion> 
     33    <BootstrapperEnabled>true</BootstrapperEnabled> 
    1234  </PropertyGroup> 
    1335  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 
     
    6284      <LastGenOutput>Settings.Designer.cs</LastGenOutput> 
    6385    </None> 
     86    <None Include="Pybrary.Plot.Demo_TemporaryKey.pfx" /> 
    6487    <Compile Include="Properties\Settings.Designer.cs"> 
    6588      <AutoGen>True</AutoGen> 
     
    7497    </ProjectReference> 
    7598  </ItemGroup> 
     99  <ItemGroup> 
     100    <BootstrapperPackage Include="Microsoft.Net.Framework.2.0"> 
     101      <Visible>False</Visible> 
     102      <ProductName>.NET Framework 2.0</ProductName> 
     103      <Install>true</Install> 
     104    </BootstrapperPackage> 
     105  </ItemGroup> 
    76106  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 
    77107  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.