- Timestamp:
- 2016-06-16 12:44:27 (7 years ago)
- Location:
- 2016/24/JouniP/Ronsupeli
- Files:
-
- 6 added
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
2016/24/JouniP/Ronsupeli/Ronsupeli/Ronsupeli/Ronsupeli.cs
r7353 r7364 15 15 PlatformCharacter pelaaja1; 16 16 17 Image pelaajanKuva = LoadImage(" norsu");17 Image pelaajanKuva = LoadImage("pelihahmo"); 18 18 Image tahtiKuva = LoadImage("tahti"); 19 19 -
2016/24/JouniP/Ronsupeli/Ronsupeli/Ronsupeli/Ronsupeli.csproj.Debug.cachefile
r7352 r7364 3 3 Content\tahti.xnb 4 4 Content\kentta1.xnb 5 Content\pelihahmo.xnb -
2016/24/JouniP/Ronsupeli/Ronsupeli/Ronsupeli/obj/x86/Debug/ContentPipeline-{FB1067CC-FEED-45F1-8CB8-8F3DD59AB260}.xml
r7352 r7364 37 37 <Output>C:\MyTemp\JouniP\Ronsupeli\Ronsupeli\Ronsupeli\bin\x86\Debug\Content\kentta1.xnb</Output> 38 38 <Time>2016-06-16T09:17:06.5284037+03:00</Time> 39 </Item> 40 <Item> 41 <Source>pelihahmo.png</Source> 42 <Name>pelihahmo</Name> 43 <Importer>TextureImporter</Importer> 44 <Processor>TextureProcessor</Processor> 45 <Options>None</Options> 46 <Output>C:\MyTemp\JouniP\Ronsupeli\Ronsupeli\Ronsupeli\bin\x86\Debug\Content\pelihahmo.xnb</Output> 47 <Time>2016-06-16T12:43:48.6751041+03:00</Time> 39 48 </Item> 40 49 <BuildSuccessful>true</BuildSuccessful> -
2016/24/JouniP/Ronsupeli/Ronsupeli/Ronsupeli/obj/x86/Debug/Ronsupeli.csproj.FileListAbsolute.txt
r7352 r7364 10 10 C:\MyTemp\JouniP\Ronsupeli\Ronsupeli\Ronsupeli\obj\x86\Debug\Ronsupeli.exe 11 11 C:\MyTemp\JouniP\Ronsupeli\Ronsupeli\Ronsupeli\obj\x86\Debug\Ronsupeli.pdb 12 C:\MyTemp\JouniP\Ronsupeli\Ronsupeli\Ronsupeli\bin\x86\Debug\Content\pelihahmo.xnb 13 C:\MyTemp\JouniP\Ronsupeli\Ronsupeli\Ronsupeli\obj\x86\Debug\Ronsupeli.csprojResolveAssemblyReference.cache -
2016/24/JouniP/Ronsupeli/Ronsupeli/Ronsupeli/obj/x86/Debug/cachefile-{FB1067CC-FEED-45F1-8CB8-8F3DD59AB260}-targetpath.txt
r7352 r7364 3 3 Content\tahti.xnb 4 4 Content\kentta1.xnb 5 Content\pelihahmo.xnb -
2016/24/JouniP/Ronsupeli/Ronsupeli/RonsupeliContent/RonsupeliContent.contentproj
r7352 r7364 67 67 </Compile> 68 68 </ItemGroup> 69 <ItemGroup> 70 <Compile Include="pelihahmo.png"> 71 <Name>pelihahmo</Name> 72 <Importer>TextureImporter</Importer> 73 <Processor>TextureProcessor</Processor> 74 </Compile> 75 </ItemGroup> 69 76 <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" /> 70 77 <!-- 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.