Changeset 4456 for 2013/27


Ignore:
Timestamp:
2013-07-05 10:02:13 (10 years ago)
Author:
juronnbe
Message:

Talletus.

Location:
2013/27/JuhanaR/pong/pong/pong
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • 2013/27/JuhanaR/pong/pong/pong/pong.csproj

    r4332 r4456  
    1919    <ApplicationIcon>Game.ico</ApplicationIcon> 
    2020    <Thumbnail>GameThumbnail.png</Thumbnail> 
    21     <PublishUrl>publish\</PublishUrl> 
     21    <IsWebBootstrapper>false</IsWebBootstrapper> 
     22    <ReferencePath>$(registry:HKEY_LOCAL_MACHINE\Software\Jypeli@Install_Dir)\lib\x86</ReferencePath> 
     23    <PublishUrl>\\fileservices.ad.jyu.fi\homes\juronnbe\Desktop\</PublishUrl> 
    2224    <Install>true</Install> 
    23     <InstallFrom>Disk</InstallFrom> 
     25    <InstallFrom>Unc</InstallFrom> 
    2426    <UpdateEnabled>false</UpdateEnabled> 
    2527    <UpdateMode>Foreground</UpdateMode> 
     
    2931    <UpdateRequired>false</UpdateRequired> 
    3032    <MapFileExtensions>true</MapFileExtensions> 
    31     <ApplicationRevision>0</ApplicationRevision> 
     33    <CreateWebPageOnPublish>true</CreateWebPageOnPublish> 
     34    <WebPage>publish.htm</WebPage> 
     35    <ApplicationRevision>1</ApplicationRevision> 
    3236    <ApplicationVersion>1.0.0.%2a</ApplicationVersion> 
    33     <IsWebBootstrapper>false</IsWebBootstrapper> 
    3437    <UseApplicationTrust>false</UseApplicationTrust> 
     38    <PublishWizardCompleted>true</PublishWizardCompleted> 
    3539    <BootstrapperEnabled>true</BootstrapperEnabled> 
    36     <ReferencePath>$(registry:HKEY_LOCAL_MACHINE\Software\Jypeli@Install_Dir)\lib\x86</ReferencePath> 
    3740  </PropertyGroup> 
    3841  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 
     
    6063    <PlatformTarget>x86</PlatformTarget> 
    6164    <XnaCompressContent>true</XnaCompressContent> 
     65  </PropertyGroup> 
     66  <PropertyGroup> 
     67    <ManifestCertificateThumbprint>8637D9752CAE09F1482506D910BE44C001DF2084</ManifestCertificateThumbprint> 
     68  </PropertyGroup> 
     69  <PropertyGroup> 
     70    <ManifestKeyFile>pong_TemporaryKey.pfx</ManifestKeyFile> 
     71  </PropertyGroup> 
     72  <PropertyGroup> 
     73    <GenerateManifests>true</GenerateManifests> 
     74  </PropertyGroup> 
     75  <PropertyGroup> 
     76    <SignManifests>true</SignManifests> 
    6277  </PropertyGroup> 
    6378  <ItemGroup> 
     
    152167    </BootstrapperPackage> 
    153168  </ItemGroup> 
     169  <ItemGroup> 
     170    <None Include="pong_TemporaryKey.pfx" /> 
     171  </ItemGroup> 
    154172  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 
    155173  <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\Microsoft.Xna.GameStudio.targets" /> 
Note: See TracChangeset for help on using the changeset viewer.