- Timestamp:
- 2013-06-28 12:03:15 (10 years ago)
- Location:
- 2013/26/AkseliT/Jump Game/Jump Game
- Files:
-
- 30 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
2013/26/AkseliT/Jump Game/Jump Game/Jump Game/Jump Game.csproj
r4230 r4302 19 19 <ApplicationIcon>Game.ico</ApplicationIcon> 20 20 <Thumbnail>GameThumbnail.png</Thumbnail> 21 <IsWebBootstrapper>false</IsWebBootstrapper> 22 <ReferencePath>$(registry:HKEY_LOCAL_MACHINE\Software\Jypeli@Install_Dir)\lib\x86</ReferencePath> 21 23 <PublishUrl>publish\</PublishUrl> 22 24 <Install>true</Install> … … 29 31 <UpdateRequired>false</UpdateRequired> 30 32 <MapFileExtensions>true</MapFileExtensions> 31 <ApplicationRevision> 0</ApplicationRevision>33 <ApplicationRevision>1</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>A23A12DAC137B1D8FDC26DA896FF61EB4D98FC1B</ManifestCertificateThumbprint> 66 </PropertyGroup> 67 <PropertyGroup> 68 <ManifestKeyFile>Jump Game_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> … … 154 167 </ProjectReference> 155 168 </ItemGroup> 169 <ItemGroup> 170 <None Include="Jump Game_TemporaryKey.pfx" /> 171 </ItemGroup> 156 172 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 157 173 <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\Microsoft.Xna.GameStudio.targets" /> -
2013/26/AkseliT/Jump Game/Jump Game/Jump Game/Jump_Game.cs
r4260 r4302 71 71 Level.CreateBorders(false); 72 72 Gravity = new Vector(0, -500); 73 MediaPlayer.Play("mu sa");73 MediaPlayer.Play("mu"); 74 74 } 75 75 -
2013/26/AkseliT/Jump Game/Jump Game/Jump GameContent/Jump GameContent.contentproj
r4260 r4302 136 136 </Compile> 137 137 </ItemGroup> 138 <ItemGroup> 139 <Compile Include="mu.mp3"> 140 <Name>mu</Name> 141 <Importer>Mp3Importer</Importer> 142 <Processor>SongProcessor</Processor> 143 </Compile> 144 </ItemGroup> 138 145 <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" /> 139 146 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset
for help on using the changeset viewer.