- Timestamp:
- 2016-07-06 14:47:49 (7 years ago)
- Location:
- 2015/24/OttoK/Grand Theft Norsu II
- Files:
-
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
2015/24/OttoK/Grand Theft Norsu II/Grand Theft Norsu II/Grand Theft Norsu II/bin/x86/Debug/Jypeli.xml
r5909 r7887 2931 2931 </summary> 2932 2932 </member> 2933 <member name="M:Jypeli.Game.SetWindowSize(System.Int32,System.Int32 )">2933 <member name="M:Jypeli.Game.SetWindowSize(System.Int32,System.Int32,System.Boolean)"> 2934 2934 <summary> 2935 2935 Asettaa ikkunan koon. … … 2937 2937 <param name="width">Leveys.</param> 2938 2938 <param name="height">Korkeus.</param> 2939 </member> 2940 <member name="M:Jypeli.Game.SetWindowSize(System.Int32,System.Int32,System.Boolean)"> 2941 <summary> 2942 Asettaa ikkunan koon ja alustaa pelin kÀyttÀmÀÀn joko ikkunaa tai koko ruutua. 2939 <param name="height">KÀyttÀÀkö peli koko ruutua.</param> 2940 </member> 2941 <member name="M:Jypeli.Game.SetWindowSize(System.Int32,System.Int32)"> 2942 <summary> 2943 Asettaa ikkunan koon. 2943 2944 </summary> 2944 2945 <param name="width">Leveys.</param> 2945 2946 <param name="height">Korkeus.</param> 2946 <param name="fullscreen">Koko ruutu jos <c>true</c>, muuten ikkuna.</param>2947 <returns></returns>2948 2947 </member> 2949 2948 <member name="M:Jypeli.Game.Pause"> … … 3073 3072 <summary> 3074 3073 NÀytön dimensiot, eli koko ja reunat. 3074 </summary> 3075 </member> 3076 <member name="P:Jypeli.Game.Window"> 3077 <summary> 3078 Ikkuna. 3075 3079 </summary> 3076 3080 </member> … … 3548 3552 Ruudukko. Ruudukko piirretÀÀn asettamalla tÀhÀn <c>Grid</c>-olio. 3549 3553 Jos <c>null</c>, ruudukkoa ei piirretÀ. 3554 </summary> 3555 </member> 3556 <member name="M:Jypeli.JypeliWindow.OnXnaMethod(System.EventHandler{System.EventArgs},System.Object,System.EventArgs)"> 3557 <summary> 3558 Generic XNA event handler. 3559 </summary> 3560 <param name="method"></param> 3561 <param name="sender"></param> 3562 <param name="args"></param> 3563 </member> 3564 <member name="M:Jypeli.JypeliWindow.#ctor(Microsoft.Xna.Framework.GameWindow,Microsoft.Xna.Framework.GraphicsDeviceManager)"> 3565 <summary> 3566 Luo uuden ikkunan xna-ikkunan perusteella. 3567 </summary> 3568 <param name="gameWindow"></param> 3569 <param name="graphicsDeviceManager"></param> 3570 </member> 3571 <member name="M:Jypeli.JypeliWindow.BeginScreenDeviceChange(System.Boolean)"> 3572 <summary> 3573 3574 </summary> 3575 <param name="willBeFullScreen"></param> 3576 </member> 3577 <member name="M:Jypeli.JypeliWindow.EndScreenDeviceChange(System.String,System.Int32,System.Int32)"> 3578 <summary> 3579 3580 </summary> 3581 <param name="screenDeviceName"></param> 3582 <param name="clientWidth"></param> 3583 <param name="clientHeight"></param> 3584 </member> 3585 <member name="M:Jypeli.JypeliWindow.Update"> 3586 <summary> 3587 Kutsutaan Jypelin pÀivityssilmukasta. 3588 </summary> 3589 </member> 3590 <member name="E:Jypeli.JypeliWindow.ClientSizeChanged"> 3591 <summary> 3592 3593 </summary> 3594 </member> 3595 <member name="E:Jypeli.JypeliWindow.OrientationChanged"> 3596 <summary> 3597 3598 </summary> 3599 </member> 3600 <member name="E:Jypeli.JypeliWindow.ScreenDeviceNameChanged"> 3601 <summary> 3602 3603 </summary> 3604 </member> 3605 <member name="E:Jypeli.JypeliWindow.EnterFullscreen"> 3606 <summary> 3607 Tapahtuu kun mennÀÀn koko ruudun tilaan. 3608 </summary> 3609 </member> 3610 <member name="E:Jypeli.JypeliWindow.ExitFullscreen"> 3611 <summary> 3612 Tapahtuu kun poistutaan koko ruudun tilasta 3613 </summary> 3614 </member> 3615 <member name="E:Jypeli.JypeliWindow.Moved"> 3616 <summary> 3617 Tapahtuu kun ikkunaa siirretÀÀn. 3618 </summary> 3619 </member> 3620 <member name="E:Jypeli.JypeliWindow.Resized"> 3621 <summary> 3622 Tapahtuu kun ikkunan kokoa on muutettu. 3623 </summary> 3624 </member> 3625 <member name="P:Jypeli.JypeliWindow.AllowUserResizing"> 3626 <summary> 3627 Voiko kÀyttÀjÀ muuttaa ikkunan kokoa ikkunan reunasta. 3628 </summary> 3629 </member> 3630 <member name="P:Jypeli.JypeliWindow.CurrentOrientation"> 3631 <summary> 3632 Ikkunan asento puhelimessa (pysty tai vaaka) 3633 </summary> 3634 </member> 3635 <member name="P:Jypeli.JypeliWindow.Title"> 3636 <summary> 3637 Ikkunan otsikko. 3638 </summary> 3639 </member> 3640 <member name="P:Jypeli.JypeliWindow.Width"> 3641 <summary> 3642 Ikkunan leveys. 3643 </summary> 3644 </member> 3645 <member name="P:Jypeli.JypeliWindow.Height"> 3646 <summary> 3647 Ikkunan korkeus. 3648 </summary> 3649 </member> 3650 <member name="P:Jypeli.JypeliWindow.Fullscreen"> 3651 <summary> 3652 Onko ikkuna koko nÀytön kokoinen ilman reunoja. 3653 </summary> 3654 </member> 3655 <member name="P:Jypeli.JypeliWindow.Handle"> 3656 <summary> 3657 API-kahva ikkunaan. 3658 </summary> 3659 </member> 3660 <member name="P:Jypeli.JypeliWindow.ScreenDeviceName"> 3661 <summary> 3662 NÀyttölaitteen nimi. 3663 </summary> 3664 </member> 3665 <member name="P:Jypeli.JypeliWindow.Left"> 3666 <summary> 3667 Ikkunan vasemman reunan x-koordinaatti. 3668 </summary> 3669 </member> 3670 <member name="P:Jypeli.JypeliWindow.Top"> 3671 <summary> 3672 Ikkunan ylÀreunan y-koordinaatti. 3673 Huom. y kasvaa alaspÀin! 3674 </summary> 3675 </member> 3676 <member name="P:Jypeli.JypeliWindow.Right"> 3677 <summary> 3678 Ikkunan oikean reunan x-koordinaatti. 3679 </summary> 3680 </member> 3681 <member name="P:Jypeli.JypeliWindow.Bottom"> 3682 <summary> 3683 Ikkunan alareunan y-koordinaatti. 3684 Huom. y kasvaa alaspÀin! 3685 </summary> 3686 </member> 3687 <member name="P:Jypeli.JypeliWindow.X"> 3688 <summary> 3689 Ikkunan keskikohdan x-koordinaatti. 3690 </summary> 3691 </member> 3692 <member name="P:Jypeli.JypeliWindow.Y"> 3693 <summary> 3694 Ikkunan keskikohdan y-koordinaatti. 3695 Huom. y kasvaa alaspÀin! 3696 </summary> 3697 </member> 3698 <member name="P:Jypeli.JypeliWindow.ClientBounds"> 3699 <summary> 3700 Ikkunan koko ja paikka xna-neliönÀ. 3701 </summary> 3702 </member> 3703 <member name="T:Jypeli.JypeliWindow.MoveEvent"> 3704 <summary> 3705 Tapahtumatyyppi ikkunan paikan muutokselle. 3706 </summary> 3707 </member> 3708 <member name="T:Jypeli.JypeliWindow.ResizeEvent"> 3709 <summary> 3710 Tapahtumatyyppi ikkunan koon muutokselle. 3550 3711 </summary> 3551 3712 </member> -
2015/24/OttoK/Grand Theft Norsu II/Grand Theft Norsu II/Grand Theft Norsu II/obj/x86/Debug/ContentPipeline-{FB1067CC-FEED-45F1-8CB8-8F3DD59AB260}.xml
r6060 r7887 8 8 <Processor>TextFileContentProcessor</Processor> 9 9 <Options>None</Options> 10 <Output>C:\MyTemp\OttoK \Grand Theft Norsu II\Grand Theft Norsu II\Grand Theft Norsu II\bin\x86\Debug\Content\kentta1.xnb</Output>11 <Time>201 5-06-12T11:32:05.1111622+03:00</Time>10 <Output>C:\MyTemp\OttoK vanha\Grand Theft Norsu II\Grand Theft Norsu II\bin\x86\Debug\Content\kentta1.xnb</Output> 11 <Time>2016-07-06T13:10:11.4461207+03:00</Time> 12 12 </Item> 13 13 <Item> … … 17 17 <Processor>SoundEffectProcessor</Processor> 18 18 <Options>None</Options> 19 <Output>C:\MyTemp\OttoK \Grand Theft Norsu II\Grand Theft Norsu II\Grand Theft Norsu II\bin\x86\Debug\Content\maali.xnb</Output>20 <Time>201 5-06-12T10:39:22.2784697+03:00</Time>19 <Output>C:\MyTemp\OttoK vanha\Grand Theft Norsu II\Grand Theft Norsu II\bin\x86\Debug\Content\maali.xnb</Output> 20 <Time>2016-07-06T13:10:11.4305207+03:00</Time> 21 21 </Item> 22 22 <Item> … … 26 26 <Processor>TextureProcessor</Processor> 27 27 <Options>None</Options> 28 <Output>C:\MyTemp\OttoK \Grand Theft Norsu II\Grand Theft Norsu II\Grand Theft Norsu II\bin\x86\Debug\Content\norsu.xnb</Output>29 <Time>201 5-06-12T10:39:22.2940698+03:00</Time>28 <Output>C:\MyTemp\OttoK vanha\Grand Theft Norsu II\Grand Theft Norsu II\bin\x86\Debug\Content\norsu.xnb</Output> 29 <Time>2016-07-06T13:10:11.4617207+03:00</Time> 30 30 </Item> 31 31 <Item> … … 35 35 <Processor>TextureProcessor</Processor> 36 36 <Options>None</Options> 37 <Output>C:\MyTemp\OttoK \Grand Theft Norsu II\Grand Theft Norsu II\Grand Theft Norsu II\bin\x86\Debug\Content\tahti.xnb</Output>38 <Time>201 5-06-12T10:39:22.3096699+03:00</Time>37 <Output>C:\MyTemp\OttoK vanha\Grand Theft Norsu II\Grand Theft Norsu II\bin\x86\Debug\Content\tahti.xnb</Output> 38 <Time>2016-07-06T13:10:11.4773207+03:00</Time> 39 39 </Item> 40 40 <Item> … … 44 44 <Processor>TextureProcessor</Processor> 45 45 <Options>None</Options> 46 <Output>C:\MyTemp\OttoK \Grand Theft Norsu II\Grand Theft Norsu II\Grand Theft Norsu II\bin\x86\Debug\Content\kaupunkitausta.xnb</Output>47 <Time>201 5-06-12T10:39:22.3096699+03:00</Time>46 <Output>C:\MyTemp\OttoK vanha\Grand Theft Norsu II\Grand Theft Norsu II\bin\x86\Debug\Content\kaupunkitausta.xnb</Output> 47 <Time>2016-07-06T13:10:11.4617207+03:00</Time> 48 48 </Item> 49 49 <Item> … … 53 53 <Processor>TextureProcessor</Processor> 54 54 <Options>None</Options> 55 <Output>C:\MyTemp\OttoK \Grand Theft Norsu II\Grand Theft Norsu II\Grand Theft Norsu II\bin\x86\Debug\Content\panos.xnb</Output>56 <Time>201 5-06-12T10:39:22.32527+03:00</Time>55 <Output>C:\MyTemp\OttoK vanha\Grand Theft Norsu II\Grand Theft Norsu II\bin\x86\Debug\Content\panos.xnb</Output> 56 <Time>2016-07-06T13:10:11.4773207+03:00</Time> 57 57 </Item> 58 58 <Item> … … 62 62 <Processor>TextureProcessor</Processor> 63 63 <Options>None</Options> 64 <Output>C:\MyTemp\OttoK \Grand Theft Norsu II\Grand Theft Norsu II\Grand Theft Norsu II\bin\x86\Debug\Content\liekki.xnb</Output>65 <Time>201 5-06-12T10:39:22.3096699+03:00</Time>64 <Output>C:\MyTemp\OttoK vanha\Grand Theft Norsu II\Grand Theft Norsu II\bin\x86\Debug\Content\liekki.xnb</Output> 65 <Time>2016-07-06T13:10:11.4617207+03:00</Time> 66 66 </Item> 67 67 <Item> … … 71 71 <Processor>TextureProcessor</Processor> 72 72 <Options>None</Options> 73 <Output>C:\MyTemp\OttoK \Grand Theft Norsu II\Grand Theft Norsu II\Grand Theft Norsu II\bin\x86\Debug\Content\rajahdys_kuva.xnb</Output>74 <Time>201 5-06-12T10:39:22.4344707+03:00</Time>73 <Output>C:\MyTemp\OttoK vanha\Grand Theft Norsu II\Grand Theft Norsu II\bin\x86\Debug\Content\rajahdys_kuva.xnb</Output> 74 <Time>2016-07-06T13:10:11.6177207+03:00</Time> 75 75 </Item> 76 76 <Item> … … 80 80 <Processor>TextureProcessor</Processor> 81 81 <Options>None</Options> 82 <Output>C:\MyTemp\OttoK \Grand Theft Norsu II\Grand Theft Norsu II\Grand Theft Norsu II\bin\x86\Debug\Content\auto1.xnb</Output>83 <Time>201 5-06-12T10:39:22.4188706+03:00</Time>82 <Output>C:\MyTemp\OttoK vanha\Grand Theft Norsu II\Grand Theft Norsu II\bin\x86\Debug\Content\auto1.xnb</Output> 83 <Time>2016-07-06T13:10:11.6021207+03:00</Time> 84 84 </Item> 85 85 <Item> … … 89 89 <Processor>TextureProcessor</Processor> 90 90 <Options>None</Options> 91 <Output>C:\MyTemp\OttoK \Grand Theft Norsu II\Grand Theft Norsu II\Grand Theft Norsu II\bin\x86\Debug\Content\tyyppi.xnb</Output>92 <Time>201 5-06-12T11:35:27.8515802+03:00</Time>91 <Output>C:\MyTemp\OttoK vanha\Grand Theft Norsu II\Grand Theft Norsu II\bin\x86\Debug\Content\tyyppi.xnb</Output> 92 <Time>2016-07-06T13:10:11.4305207+03:00</Time> 93 93 </Item> 94 94 <BuildSuccessful>true</BuildSuccessful> … … 99 99 <BuildConfiguration>Debug</BuildConfiguration> 100 100 <CompressContent>false</CompressContent> 101 <RootDirectory>C:\MyTemp\OttoK \Grand Theft Norsu II\Grand Theft Norsu II\Grand Theft Norsu IIContent\</RootDirectory>102 <LoggerRootDirectory>C:\MyTemp\OttoK \Grand Theft Norsu II\Grand Theft Norsu II\Grand Theft Norsu II\</LoggerRootDirectory>103 <IntermediateDirectory>C:\MyTemp\OttoK \Grand Theft Norsu II\Grand Theft Norsu II\Grand Theft Norsu II\obj\x86\Debug\</IntermediateDirectory>104 <OutputDirectory>C:\MyTemp\OttoK \Grand Theft Norsu II\Grand Theft Norsu II\Grand Theft Norsu II\bin\x86\Debug\Content\</OutputDirectory>101 <RootDirectory>C:\MyTemp\OttoK vanha\Grand Theft Norsu II\Grand Theft Norsu IIContent\</RootDirectory> 102 <LoggerRootDirectory>C:\MyTemp\OttoK vanha\Grand Theft Norsu II\Grand Theft Norsu II\</LoggerRootDirectory> 103 <IntermediateDirectory>C:\MyTemp\OttoK vanha\Grand Theft Norsu II\Grand Theft Norsu II\obj\x86\Debug\</IntermediateDirectory> 104 <OutputDirectory>C:\MyTemp\OttoK vanha\Grand Theft Norsu II\Grand Theft Norsu II\bin\x86\Debug\Content\</OutputDirectory> 105 105 </Settings> 106 106 <Assemblies> 107 107 <Assembly> 108 108 <Key>C:\Program Files (x86)\Jypeli\lib\ContentExtensions\TextFileContentExtension.dll</Key> 109 <Value>201 4-11-26T00:23:34+02:00</Value>109 <Value>2015-02-09T20:18:44+02:00</Value> 110 110 </Assembly> 111 111 <Assembly> 112 112 <Key>C:\Program Files (x86)\Microsoft XNA\XNA Game Studio\v4.0\References\Windows\x86\Microsoft.Xna.Framework.Content.Pipeline.XImporter.dll</Key> 113 <Value>2011-09-01T1 7:22:30+03:00</Value>113 <Value>2011-09-01T16:22:30+03:00</Value> 114 114 </Assembly> 115 115 <Assembly> 116 116 <Key>C:\Program Files (x86)\Microsoft XNA\XNA Game Studio\v4.0\References\Windows\x86\Microsoft.Xna.Framework.Content.Pipeline.VideoImporters.dll</Key> 117 <Value>2011-09-01T1 7:22:30+03:00</Value>117 <Value>2011-09-01T16:22:30+03:00</Value> 118 118 </Assembly> 119 119 <Assembly> 120 120 <Key>C:\Program Files (x86)\Microsoft XNA\XNA Game Studio\v4.0\References\Windows\x86\Microsoft.Xna.Framework.Content.Pipeline.TextureImporter.dll</Key> 121 <Value>2011-09-01T1 7:22:30+03:00</Value>121 <Value>2011-09-01T16:22:30+03:00</Value> 122 122 </Assembly> 123 123 <Assembly> 124 124 <Key>C:\Program Files (x86)\Microsoft XNA\XNA Game Studio\v4.0\References\Windows\x86\Microsoft.Xna.Framework.Content.Pipeline.FBXImporter.dll</Key> 125 <Value>2011-09-01T1 7:22:30+03:00</Value>125 <Value>2011-09-01T16:22:30+03:00</Value> 126 126 </Assembly> 127 127 <Assembly> 128 128 <Key>C:\Program Files (x86)\Microsoft XNA\XNA Game Studio\v4.0\References\Windows\x86\Microsoft.Xna.Framework.Content.Pipeline.EffectImporter.dll</Key> 129 <Value>2011-09-01T1 7:22:30+03:00</Value>129 <Value>2011-09-01T16:22:30+03:00</Value> 130 130 </Assembly> 131 131 <Assembly> 132 132 <Key>C:\Program Files (x86)\Microsoft XNA\XNA Game Studio\v4.0\References\Windows\x86\Microsoft.Xna.Framework.Content.Pipeline.AudioImporters.dll</Key> 133 <Value>2011-09-01T1 7:22:30+03:00</Value>133 <Value>2011-09-01T16:22:30+03:00</Value> 134 134 </Assembly> 135 135 <Assembly> 136 136 <Key>C:\Program Files (x86)\Jypeli\lib\ContentExtensions\AnimationExtension.dll</Key> 137 <Value>201 4-11-26T00:23:36+02:00</Value>137 <Value>2015-02-17T22:27:18+02:00</Value> 138 138 </Assembly> 139 139 <Assembly> 140 140 <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> 141 <Value>201 2-03-16T14:34:47.0906126+02:00</Value>141 <Value>2015-09-16T18:29:56.5162865+03:00</Value> 142 142 </Assembly> 143 143 </Assemblies> -
2015/24/OttoK/Grand Theft Norsu II/Grand Theft Norsu II/Grand Theft Norsu II/obj/x86/Debug/Grand Theft Norsu II.csproj.FileListAbsolute.txt
r6015 r7887 40 40 C:\MyTemp\OttoK\Grand Theft Norsu II\Grand Theft Norsu II\Grand Theft Norsu II\bin\x86\Debug\Content\rajahdys_kuva.png 41 41 C:\MyTemp\OttoK\Grand Theft Norsu II\Grand Theft Norsu II\Grand Theft Norsu II\bin\x86\Debug\Content\tyyppi.xnb 42 C:\MyTemp\OttoK vanha\Grand Theft Norsu II\Grand Theft Norsu II\bin\x86\Debug\Content\kentta1.xnb 43 C:\MyTemp\OttoK vanha\Grand Theft Norsu II\Grand Theft Norsu II\bin\x86\Debug\Content\maali.xnb 44 C:\MyTemp\OttoK vanha\Grand Theft Norsu II\Grand Theft Norsu II\bin\x86\Debug\Content\norsu.xnb 45 C:\MyTemp\OttoK vanha\Grand Theft Norsu II\Grand Theft Norsu II\bin\x86\Debug\Content\tahti.xnb 46 C:\MyTemp\OttoK vanha\Grand Theft Norsu II\Grand Theft Norsu II\bin\x86\Debug\Content\kaupunkitausta.xnb 47 C:\MyTemp\OttoK vanha\Grand Theft Norsu II\Grand Theft Norsu II\bin\x86\Debug\Content\panos.xnb 48 C:\MyTemp\OttoK vanha\Grand Theft Norsu II\Grand Theft Norsu II\bin\x86\Debug\Content\liekki.xnb 49 C:\MyTemp\OttoK vanha\Grand Theft Norsu II\Grand Theft Norsu II\bin\x86\Debug\Content\rajahdys_kuva.xnb 50 C:\MyTemp\OttoK vanha\Grand Theft Norsu II\Grand Theft Norsu II\bin\x86\Debug\Content\auto1.xnb 51 C:\MyTemp\OttoK vanha\Grand Theft Norsu II\Grand Theft Norsu II\bin\x86\Debug\Content\tyyppi.xnb 52 C:\MyTemp\OttoK vanha\Grand Theft Norsu II\Grand Theft Norsu II\bin\x86\Debug\Content\kentta1.txt 53 C:\MyTemp\OttoK vanha\Grand Theft Norsu II\Grand Theft Norsu II\bin\x86\Debug\Content\panos.png 54 C:\MyTemp\OttoK vanha\Grand Theft Norsu II\Grand Theft Norsu II\bin\x86\Debug\Content\liekki.png 55 C:\MyTemp\OttoK vanha\Grand Theft Norsu II\Grand Theft Norsu II\bin\x86\Debug\Content\rajahdys_kuva.png 56 C:\MyTemp\OttoK vanha\Grand Theft Norsu II\Grand Theft Norsu II\bin\x86\Debug\Grand Theft Norsu II.exe 57 C:\MyTemp\OttoK vanha\Grand Theft Norsu II\Grand Theft Norsu II\bin\x86\Debug\Grand Theft Norsu II.pdb 58 C:\MyTemp\OttoK vanha\Grand Theft Norsu II\Grand Theft Norsu II\bin\x86\Debug\Jypeli.dll 59 C:\MyTemp\OttoK vanha\Grand Theft Norsu II\Grand Theft Norsu II\bin\x86\Debug\Jypeli.xml 60 C:\MyTemp\OttoK vanha\Grand Theft Norsu II\Grand Theft Norsu II\obj\x86\Debug\Grand Theft Norsu II.csprojResolveAssemblyReference.cache 61 C:\MyTemp\OttoK vanha\Grand Theft Norsu II\Grand Theft Norsu II\obj\x86\Debug\Microsoft.Xna.Framework.RuntimeProfile.txt 62 C:\MyTemp\OttoK vanha\Grand Theft Norsu II\Grand Theft Norsu II\obj\x86\Debug\Grand Theft Norsu II.exe 63 C:\MyTemp\OttoK vanha\Grand Theft Norsu II\Grand Theft Norsu II\obj\x86\Debug\Grand Theft Norsu II.pdb -
2015/24/OttoK/Grand Theft Norsu II/Grand Theft Norsu II/Grand Theft Norsu IIContent/obj/x86/Debug/Grand Theft Norsu IIContent.contentproj.FileListAbsolute.txt
r5931 r7887 1 1 C:\MyTemp\OttoK\Grand Theft Norsu II\Grand Theft Norsu II\Grand Theft Norsu IIContent\obj\x86\Debug\Grand Theft Norsu IIContent.contentprojResolveAssemblyReference.cache 2 2 C:\MyTemp\otoskinn\Grand Theft Norsu II\Grand Theft Norsu II\Grand Theft Norsu IIContent\obj\x86\Debug\Grand Theft Norsu IIContent.contentprojResolveAssemblyReference.cache 3 C:\MyTemp\OttoK vanha\Grand Theft Norsu II\Grand Theft Norsu IIContent\obj\x86\Debug\Grand Theft Norsu IIContent.contentprojResolveAssemblyReference.cache
Note: See TracChangeset
for help on using the changeset viewer.