Changeset 7403


Ignore:
Timestamp:
2016-06-17 09:50:30 (7 years ago)
Author:
karkaite
Message:
 
Location:
2016/24/JesseH
Files:
35 added
8 edited

Legend:

Unmodified
Added
Removed
  • 2016/24/JesseH/Cubes/Cubes/Cubes/Cubes.csproj

    r7310 r7403  
    1919    <ApplicationIcon>Game.ico</ApplicationIcon> 
    2020    <Thumbnail>GameThumbnail.png</Thumbnail> 
     21    <IsWebBootstrapper>false</IsWebBootstrapper> 
     22    <ReferencePath>$(registry:HKEY_LOCAL_MACHINE\Software\Jypeli@Install_Dir)\lib\x86</ReferencePath> 
    2123    <PublishUrl>publish\</PublishUrl> 
    2224    <Install>true</Install> 
     
    2931    <UpdateRequired>false</UpdateRequired> 
    3032    <MapFileExtensions>true</MapFileExtensions> 
    31     <ApplicationRevision>0</ApplicationRevision> 
     33    <ApplicationRevision>1</ApplicationRevision> 
    3234    <ApplicationVersion>1.0.0.%2a</ApplicationVersion> 
    33     <IsWebBootstrapper>false</IsWebBootstrapper> 
    3435    <UseApplicationTrust>false</UseApplicationTrust> 
     36    <PublishWizardCompleted>true</PublishWizardCompleted> 
    3537    <BootstrapperEnabled>true</BootstrapperEnabled> 
    36     <ReferencePath>$(registry:HKEY_LOCAL_MACHINE\Software\Jypeli@Install_Dir)\lib\x86</ReferencePath> 
    3738  </PropertyGroup> 
    3839  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 
     
    6061    <PlatformTarget>x86</PlatformTarget> 
    6162    <XnaCompressContent>true</XnaCompressContent> 
     63  </PropertyGroup> 
     64  <PropertyGroup> 
     65    <ManifestCertificateThumbprint>58D1A6B9F6E0596BDBC7D847DB2EB39684F67D63</ManifestCertificateThumbprint> 
     66  </PropertyGroup> 
     67  <PropertyGroup> 
     68    <ManifestKeyFile>Cubes_TemporaryKey.pfx</ManifestKeyFile> 
     69  </PropertyGroup> 
     70  <PropertyGroup> 
     71    <GenerateManifests>true</GenerateManifests> 
     72  </PropertyGroup> 
     73  <PropertyGroup> 
     74    <SignManifests>true</SignManifests> 
    6275  </PropertyGroup> 
    6376  <ItemGroup> 
     
    153166    </BootstrapperPackage> 
    154167  </ItemGroup> 
     168  <ItemGroup> 
     169    <None Include="Cubes_TemporaryKey.pfx" /> 
     170  </ItemGroup> 
    155171  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 
    156172  <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\Microsoft.Xna.GameStudio.targets" /> 
  • 2016/24/JesseH/Cubes/Cubes/Cubes/obj/x86/Debug/Cubes.csproj.FileListAbsolute.txt

    r7378 r7403  
    1818C:\MyTemp\JesseH\Cubes\Cubes\Cubes\bin\x86\Debug\Content\Nappula.xnb 
    1919C:\MyTemp\JesseH\Cubes\Cubes\Cubes\bin\x86\Debug\Content\maski.xnb 
     20C:\MyTemp\JesseH\Cubes\Cubes\Cubes\bin\x86\Debug\Cubes.exe.manifest 
     21C:\MyTemp\JesseH\Cubes\Cubes\Cubes\bin\x86\Debug\Cubes.application 
     22C:\MyTemp\JesseH\Cubes\Cubes\Cubes\obj\x86\Debug\Cubes.exe.manifest 
     23C:\MyTemp\JesseH\Cubes\Cubes\Cubes\obj\x86\Debug\Cubes.application 
Note: See TracChangeset for help on using the changeset viewer.