- Timestamp:
- 2016-07-06 14:57:56 (7 years ago)
- Location:
- 2015/koodauskerho/SanteriK
- Files:
-
- 8 added
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
2015/koodauskerho/SanteriK/FastestGunInTown/FastestGunInTown/FastestGunInTown/FastestGunInTown.cs
r7730 r7902 13 13 // TODO: Kirjoita ohjelmakoodisi tähän 14 14 15 PhoneBackButton.Listen(ConfirmExit, "Lopeta peli");16 15 Keyboard.Listen(Key.Escape, ButtonState.Pressed, ConfirmExit, "Lopeta peli"); 16 17 PhysicsObject hahmo = new PhysicsObject(40, 20); 18 // kissa.Shape = Shape.Rectangle; 19 Add(hahmo); 20 17 21 } 22 18 23 } 24 -
2015/koodauskerho/SanteriK/FastestGunInTown/FastestGunInTown/FastestGunInTown/obj/x86/Debug/ContentPipeline-{1322E6E4-46B9-4B14-9148-224F2875B658}.xml
r7802 r7902 2 2 <XnaContent xmlns:Pipeline="Microsoft.Xna.Framework.Content.Pipeline"> 3 3 <Asset Type="Pipeline:BuildItemCollection"> 4 <Item> 5 <Source>hahmo.png</Source> 6 <Name>hahmo</Name> 7 <Importer>TextureImporter</Importer> 8 <Processor>TextureProcessor</Processor> 9 <Options>None</Options> 10 <Output>C:\MyTemp\SanteriK\FastestGunInTown\FastestGunInTown\FastestGunInTown\bin\x86\Debug\Content\hahmo.xnb</Output> 11 <Time>2016-07-06T13:05:31.8091053+03:00</Time> 12 </Item> 13 <Item> 14 <Source>revolveri.png</Source> 15 <Name>revolveri</Name> 16 <Importer>TextureImporter</Importer> 17 <Processor>TextureProcessor</Processor> 18 <Options>None</Options> 19 <Output>C:\MyTemp\SanteriK\FastestGunInTown\FastestGunInTown\FastestGunInTown\bin\x86\Debug\Content\revolveri.xnb</Output> 20 <Time>2016-07-06T13:05:42.8559763+03:00</Time> 21 </Item> 22 <Item> 23 <Source>ammus.png</Source> 24 <Name>ammus</Name> 25 <Importer>TextureImporter</Importer> 26 <Processor>TextureProcessor</Processor> 27 <Options>None</Options> 28 <Output>C:\MyTemp\SanteriK\FastestGunInTown\FastestGunInTown\FastestGunInTown\bin\x86\Debug\Content\ammus.xnb</Output> 29 <Time>2016-07-06T13:05:47.5204062+03:00</Time> 30 </Item> 4 31 <BuildSuccessful>true</BuildSuccessful> 5 32 <Settings> … … 16 43 <Assemblies> 17 44 <Assembly> 45 <Key>C:\Program Files (x86)\Jypeli\lib\ContentExtensions\TextFileContentExtension.dll</Key> 46 <Value>2015-02-09T20:18:44+02:00</Value> 47 </Assembly> 48 <Assembly> 49 <Key>C:\Program Files (x86)\Microsoft XNA\XNA Game Studio\v4.0\References\Windows\x86\Microsoft.Xna.Framework.Content.Pipeline.XImporter.dll</Key> 50 <Value>2011-09-01T16:22:30+03:00</Value> 51 </Assembly> 52 <Assembly> 53 <Key>C:\Program Files (x86)\Microsoft XNA\XNA Game Studio\v4.0\References\Windows\x86\Microsoft.Xna.Framework.Content.Pipeline.VideoImporters.dll</Key> 54 <Value>2011-09-01T16:22:30+03:00</Value> 55 </Assembly> 56 <Assembly> 57 <Key>C:\Program Files (x86)\Microsoft XNA\XNA Game Studio\v4.0\References\Windows\x86\Microsoft.Xna.Framework.Content.Pipeline.TextureImporter.dll</Key> 58 <Value>2011-09-01T16:22:30+03:00</Value> 59 </Assembly> 60 <Assembly> 61 <Key>C:\Program Files (x86)\Microsoft XNA\XNA Game Studio\v4.0\References\Windows\x86\Microsoft.Xna.Framework.Content.Pipeline.FBXImporter.dll</Key> 62 <Value>2011-09-01T16:22:30+03:00</Value> 63 </Assembly> 64 <Assembly> 65 <Key>C:\Program Files (x86)\Microsoft XNA\XNA Game Studio\v4.0\References\Windows\x86\Microsoft.Xna.Framework.Content.Pipeline.EffectImporter.dll</Key> 66 <Value>2011-09-01T16:22:30+03:00</Value> 67 </Assembly> 68 <Assembly> 69 <Key>C:\Program Files (x86)\Microsoft XNA\XNA Game Studio\v4.0\References\Windows\x86\Microsoft.Xna.Framework.Content.Pipeline.AudioImporters.dll</Key> 70 <Value>2011-09-01T16:22:30+03:00</Value> 71 </Assembly> 72 <Assembly> 73 <Key>C:\Program Files (x86)\Jypeli\lib\ContentExtensions\AnimationExtension.dll</Key> 74 <Value>2015-02-17T22:27:18+02:00</Value> 75 </Assembly> 76 <Assembly> 18 77 <Key>C:\Windows\Microsoft.Net\assembly\GAC_32\Microsoft.Xna.Framework.Content.Pipeline\v4.0_4.0.0.0__842cf8be1de50553\Microsoft.Xna.Framework.Content.Pipeline.dll</Key> 19 78 <Value>2015-09-16T19:09:43.6453658+03:00</Value> -
2015/koodauskerho/SanteriK/FastestGunInTown/FastestGunInTown/FastestGunInTown/obj/x86/Debug/FastestGunInTown.csproj.FileListAbsolute.txt
r7802 r7902 7 7 C:\MyTemp\SanteriK\FastestGunInTown\FastestGunInTown\FastestGunInTown\obj\x86\Debug\FastestGunInTown.exe 8 8 C:\MyTemp\SanteriK\FastestGunInTown\FastestGunInTown\FastestGunInTown\obj\x86\Debug\FastestGunInTown.pdb 9 C:\MyTemp\SanteriK\FastestGunInTown\FastestGunInTown\FastestGunInTown\bin\x86\Debug\Content\hahmo.xnb 10 C:\MyTemp\SanteriK\FastestGunInTown\FastestGunInTown\FastestGunInTown\bin\x86\Debug\Content\revolveri.xnb 11 C:\MyTemp\SanteriK\FastestGunInTown\FastestGunInTown\FastestGunInTown\bin\x86\Debug\Content\ammus.xnb -
2015/koodauskerho/SanteriK/FastestGunInTown/FastestGunInTown/FastestGunInTownContent/FastestGunInTownContent.contentproj
r7730 r7902 45 45 <Reference Include="AnimationExtension" /> 46 46 </ItemGroup> 47 <ItemGroup> 48 <Compile Include="hahmo.png"> 49 <Name>hahmo</Name> 50 <Importer>TextureImporter</Importer> 51 <Processor>TextureProcessor</Processor> 52 </Compile> 53 </ItemGroup> 54 <ItemGroup> 55 <Compile Include="revolveri.png"> 56 <Name>revolveri</Name> 57 <Importer>TextureImporter</Importer> 58 <Processor>TextureProcessor</Processor> 59 </Compile> 60 </ItemGroup> 61 <ItemGroup> 62 <Compile Include="ammus.png"> 63 <Name>ammus</Name> 64 <Importer>TextureImporter</Importer> 65 <Processor>TextureProcessor</Processor> 66 </Compile> 67 </ItemGroup> 47 68 <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" /> 48 69 <!-- 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.