Changeset 7506
- Timestamp:
- 2016-06-23 14:09:28 (7 years ago)
- Location:
- 2016/25/TeroP
- Files:
-
- 22 added
- 12 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
2016/25/TeroP/Rambo/Rambo/Rambo/Rambo.csproj
r7482 r7506 9 9 <AppDesignerFolder>Properties</AppDesignerFolder> 10 10 <RootNamespace>Rambo</RootNamespace> 11 <AssemblyName>Rambo </AssemblyName>11 <AssemblyName>Rambo 20015</AssemblyName> 12 12 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> 13 13 <TargetFrameworkProfile>Client</TargetFrameworkProfile> … … 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>C:\Users\ohjelmointi\Documents\TeroP\RamboInstall\</PublishUrl> 22 24 <Install>true</Install> 23 25 <InstallFrom>Disk</InstallFrom> … … 31 33 <ApplicationRevision>0</ApplicationRevision> 32 34 <ApplicationVersion>1.0.0.%2a</ApplicationVersion> 33 <IsWebBootstrapper>false</IsWebBootstrapper>34 35 <UseApplicationTrust>false</UseApplicationTrust> 36 <PublishWizardCompleted>true</PublishWizardCompleted> 35 37 <BootstrapperEnabled>true</BootstrapperEnabled> 36 <ReferencePath>$(registry:HKEY_LOCAL_MACHINE\Software\Jypeli@Install_Dir)\lib\x86</ReferencePath>37 38 </PropertyGroup> 38 39 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> … … 60 61 <PlatformTarget>x86</PlatformTarget> 61 62 <XnaCompressContent>true</XnaCompressContent> 63 </PropertyGroup> 64 <PropertyGroup> 65 <ManifestCertificateThumbprint>0CDC69EA9274026424F52ABF8A527085BEE082DD</ManifestCertificateThumbprint> 66 </PropertyGroup> 67 <PropertyGroup> 68 <ManifestKeyFile>Rambo_TemporaryKey.pfx</ManifestKeyFile> 69 </PropertyGroup> 70 <PropertyGroup> 71 <GenerateManifests>true</GenerateManifests> 72 </PropertyGroup> 73 <PropertyGroup> 74 <SignManifests>true</SignManifests> 62 75 </PropertyGroup> 63 76 <ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.