Windows Phone: MVVMTestApp
authorGustavo Martin <gu.martinm@gmail.com>
Sun, 5 Jan 2014 17:40:37 +0000 (18:40 +0100)
committerGustavo Martin <gu.martinm@gmail.com>
Sun, 5 Jan 2014 17:40:37 +0000 (18:40 +0100)
commit7585aa3fe4a10d8c4a04043de5aa9a74e00e5c19
tree2207d47919486e53944f8a3d95f77953567b105d
parentb5cc616e98e19096345d513373e8135b5dd66804
Windows Phone: MVVMTestApp
70 files changed:
WindowsPhone/Connect4/Connect4.v12.suo
WindowsPhone/MVVMTestApp/MVVMTestApp.sln [new file with mode: 0644]
WindowsPhone/MVVMTestApp/MVVMTestApp.v12.suo [new file with mode: 0644]
WindowsPhone/MVVMTestApp/MVVMTestApp/App.xaml [new file with mode: 0644]
WindowsPhone/MVVMTestApp/MVVMTestApp/App.xaml.cs [new file with mode: 0644]
WindowsPhone/MVVMTestApp/MVVMTestApp/AppBarSave.png [new file with mode: 0644]
WindowsPhone/MVVMTestApp/MVVMTestApp/Assets/AlignmentGrid.png [new file with mode: 0644]
WindowsPhone/MVVMTestApp/MVVMTestApp/Assets/ApplicationIcon.png [new file with mode: 0644]
WindowsPhone/MVVMTestApp/MVVMTestApp/Assets/Tiles/FlipCycleTileLarge.png [new file with mode: 0644]
WindowsPhone/MVVMTestApp/MVVMTestApp/Assets/Tiles/FlipCycleTileMedium.png [new file with mode: 0644]
WindowsPhone/MVVMTestApp/MVVMTestApp/Assets/Tiles/FlipCycleTileSmall.png [new file with mode: 0644]
WindowsPhone/MVVMTestApp/MVVMTestApp/Assets/Tiles/IconicTileMediumLarge.png [new file with mode: 0644]
WindowsPhone/MVVMTestApp/MVVMTestApp/Assets/Tiles/IconicTileSmall.png [new file with mode: 0644]
WindowsPhone/MVVMTestApp/MVVMTestApp/Bin/Debug/AppBarSave.png [new file with mode: 0644]
WindowsPhone/MVVMTestApp/MVVMTestApp/Bin/Debug/AppManifest.xaml [new file with mode: 0644]
WindowsPhone/MVVMTestApp/MVVMTestApp/Bin/Debug/Assets/ApplicationIcon.png [new file with mode: 0644]
WindowsPhone/MVVMTestApp/MVVMTestApp/Bin/Debug/Assets/Tiles/FlipCycleTileLarge.png [new file with mode: 0644]
WindowsPhone/MVVMTestApp/MVVMTestApp/Bin/Debug/Assets/Tiles/FlipCycleTileMedium.png [new file with mode: 0644]
WindowsPhone/MVVMTestApp/MVVMTestApp/Bin/Debug/Assets/Tiles/FlipCycleTileSmall.png [new file with mode: 0644]
WindowsPhone/MVVMTestApp/MVVMTestApp/Bin/Debug/Assets/Tiles/IconicTileMediumLarge.png [new file with mode: 0644]
WindowsPhone/MVVMTestApp/MVVMTestApp/Bin/Debug/Assets/Tiles/IconicTileSmall.png [new file with mode: 0644]
WindowsPhone/MVVMTestApp/MVVMTestApp/Bin/Debug/MVVMTestApp.dll [new file with mode: 0644]
WindowsPhone/MVVMTestApp/MVVMTestApp/Bin/Debug/MVVMTestApp.pdb [new file with mode: 0644]
WindowsPhone/MVVMTestApp/MVVMTestApp/Bin/Debug/MVVMTestApp_Debug_AnyCPU.xap [new file with mode: 0644]
WindowsPhone/MVVMTestApp/MVVMTestApp/Bin/Debug/Properties/WMAppManifest.xml [new file with mode: 0644]
WindowsPhone/MVVMTestApp/MVVMTestApp/LocalizedStrings.cs [new file with mode: 0644]
WindowsPhone/MVVMTestApp/MVVMTestApp/MVVMTestApp.csproj [new file with mode: 0644]
WindowsPhone/MVVMTestApp/MVVMTestApp/MVVMTestApp.csproj.user [new file with mode: 0644]
WindowsPhone/MVVMTestApp/MVVMTestApp/MainPage.xaml [new file with mode: 0644]
WindowsPhone/MVVMTestApp/MVVMTestApp/MainPage.xaml.cs [new file with mode: 0644]
WindowsPhone/MVVMTestApp/MVVMTestApp/Model/Accomplishment.cs [new file with mode: 0644]
WindowsPhone/MVVMTestApp/MVVMTestApp/Properties/AppManifest.xml [new file with mode: 0644]
WindowsPhone/MVVMTestApp/MVVMTestApp/Properties/AssemblyInfo.cs [new file with mode: 0644]
WindowsPhone/MVVMTestApp/MVVMTestApp/Properties/WMAppManifest.xml [new file with mode: 0644]
WindowsPhone/MVVMTestApp/MVVMTestApp/Resources/AppResources.Designer.cs [new file with mode: 0644]
WindowsPhone/MVVMTestApp/MVVMTestApp/Resources/AppResources.resx [new file with mode: 0644]
WindowsPhone/MVVMTestApp/MVVMTestApp/StateUtilities.cs [new file with mode: 0644]
WindowsPhone/MVVMTestApp/MVVMTestApp/View/ItemView.xaml [new file with mode: 0644]
WindowsPhone/MVVMTestApp/MVVMTestApp/View/ItemView.xaml.cs [new file with mode: 0644]
WindowsPhone/MVVMTestApp/MVVMTestApp/View/LevelView.xaml [new file with mode: 0644]
WindowsPhone/MVVMTestApp/MVVMTestApp/View/LevelView.xaml.cs [new file with mode: 0644]
WindowsPhone/MVVMTestApp/MVVMTestApp/ViewModel/ViewModel.cs [new file with mode: 0644]
WindowsPhone/MVVMTestApp/MVVMTestApp/obj/Debug/App.g.cs [new file with mode: 0644]
WindowsPhone/MVVMTestApp/MVVMTestApp/obj/Debug/App.g.i.cs [new file with mode: 0644]
WindowsPhone/MVVMTestApp/MVVMTestApp/obj/Debug/DesignTimeResolveAssemblyReferences.cache [new file with mode: 0644]
WindowsPhone/MVVMTestApp/MVVMTestApp/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache [new file with mode: 0644]
WindowsPhone/MVVMTestApp/MVVMTestApp/obj/Debug/MVVMTestApp.Resources.AppResources.resources [new file with mode: 0644]
WindowsPhone/MVVMTestApp/MVVMTestApp/obj/Debug/MVVMTestApp.csproj.FileListAbsolute.txt [new file with mode: 0644]
WindowsPhone/MVVMTestApp/MVVMTestApp/obj/Debug/MVVMTestApp.csproj.GenerateResource.Cache [new file with mode: 0644]
WindowsPhone/MVVMTestApp/MVVMTestApp/obj/Debug/MVVMTestApp.dll [new file with mode: 0644]
WindowsPhone/MVVMTestApp/MVVMTestApp/obj/Debug/MVVMTestApp.g.resources [new file with mode: 0644]
WindowsPhone/MVVMTestApp/MVVMTestApp/obj/Debug/MVVMTestApp.pdb [new file with mode: 0644]
WindowsPhone/MVVMTestApp/MVVMTestApp/obj/Debug/MainPage.g.cs [new file with mode: 0644]
WindowsPhone/MVVMTestApp/MVVMTestApp/obj/Debug/MainPage.g.i.cs [new file with mode: 0644]
WindowsPhone/MVVMTestApp/MVVMTestApp/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs [new file with mode: 0644]
WindowsPhone/MVVMTestApp/MVVMTestApp/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs [new file with mode: 0644]
WindowsPhone/MVVMTestApp/MVVMTestApp/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs [new file with mode: 0644]
WindowsPhone/MVVMTestApp/MVVMTestApp/obj/Debug/View/ItemView.g.cs [new file with mode: 0644]
WindowsPhone/MVVMTestApp/MVVMTestApp/obj/Debug/View/ItemView.g.i.cs [new file with mode: 0644]
WindowsPhone/MVVMTestApp/MVVMTestApp/obj/Debug/View/LevelView.g.cs [new file with mode: 0644]
WindowsPhone/MVVMTestApp/MVVMTestApp/obj/Debug/View/LevelView.g.i.cs [new file with mode: 0644]
WindowsPhone/MVVMTestApp/MVVMTestApp/obj/Debug/XapCacheFile.xml [new file with mode: 0644]
WindowsPhone/MyFirstApp/MyFirstApp.v12.suo
WindowsPhone/MyFirstApp/MyFirstApp/Bin/Debug/MyFirstApp.dll
WindowsPhone/MyFirstApp/MyFirstApp/Bin/Debug/MyFirstApp.pdb
WindowsPhone/MyFirstApp/MyFirstApp/Bin/Debug/MyFirstApp_Debug_AnyCPU.xap
WindowsPhone/MyFirstApp/MyFirstApp/MyFirstApp.csproj.user
WindowsPhone/MyFirstApp/MyFirstApp/obj/Debug/MyFirstApp.dll
WindowsPhone/MyFirstApp/MyFirstApp/obj/Debug/MyFirstApp.pdb
WindowsPhone/MyFirstApp/MyFirstApp/obj/Debug/XapCacheFile.xml