- Timestamp:
- 2013-07-05 10:02:13 (10 years ago)
- 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 19 19 <ApplicationIcon>Game.ico</ApplicationIcon> 20 20 <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> 22 24 <Install>true</Install> 23 <InstallFrom> Disk</InstallFrom>25 <InstallFrom>Unc</InstallFrom> 24 26 <UpdateEnabled>false</UpdateEnabled> 25 27 <UpdateMode>Foreground</UpdateMode> … … 29 31 <UpdateRequired>false</UpdateRequired> 30 32 <MapFileExtensions>true</MapFileExtensions> 31 <ApplicationRevision>0</ApplicationRevision> 33 <CreateWebPageOnPublish>true</CreateWebPageOnPublish> 34 <WebPage>publish.htm</WebPage> 35 <ApplicationRevision>1</ApplicationRevision> 32 36 <ApplicationVersion>1.0.0.%2a</ApplicationVersion> 33 <IsWebBootstrapper>false</IsWebBootstrapper>34 37 <UseApplicationTrust>false</UseApplicationTrust> 38 <PublishWizardCompleted>true</PublishWizardCompleted> 35 39 <BootstrapperEnabled>true</BootstrapperEnabled> 36 <ReferencePath>$(registry:HKEY_LOCAL_MACHINE\Software\Jypeli@Install_Dir)\lib\x86</ReferencePath>37 40 </PropertyGroup> 38 41 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> … … 60 63 <PlatformTarget>x86</PlatformTarget> 61 64 <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> 62 77 </PropertyGroup> 63 78 <ItemGroup> … … 152 167 </BootstrapperPackage> 153 168 </ItemGroup> 169 <ItemGroup> 170 <None Include="pong_TemporaryKey.pfx" /> 171 </ItemGroup> 154 172 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 155 173 <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\Microsoft.Xna.GameStudio.targets" />
Note: See TracChangeset
for help on using the changeset viewer.