C# Windows Phone: My first Application
authorGustavo Martin <gu.martinm@gmail.com>
Wed, 1 Jan 2014 23:17:38 +0000 (00:17 +0100)
committerGustavo Martin <gu.martinm@gmail.com>
Wed, 1 Jan 2014 23:17:38 +0000 (00:17 +0100)
commit2195a314ce879a03b993199ff94e9d205b2ecd2e
tree9fdec446a11a6532c285c811692ad425c9583a27
parentd8b768e72607ffba7cf37da122b51f43597f5507
C# Windows Phone: My first Application
49 files changed:
CSharpInDepth/Chapter10/Chapter10.v12.suo
WindowsPhone/MyFirstApp/MyFirstApp.sln [new file with mode: 0644]
WindowsPhone/MyFirstApp/MyFirstApp.v12.suo [new file with mode: 0644]
WindowsPhone/MyFirstApp/MyFirstApp/App.xaml [new file with mode: 0644]
WindowsPhone/MyFirstApp/MyFirstApp/App.xaml.cs [new file with mode: 0644]
WindowsPhone/MyFirstApp/MyFirstApp/Assets/AlignmentGrid.png [new file with mode: 0644]
WindowsPhone/MyFirstApp/MyFirstApp/Assets/ApplicationIcon.png [new file with mode: 0644]
WindowsPhone/MyFirstApp/MyFirstApp/Assets/Tiles/FlipCycleTileLarge.png [new file with mode: 0644]
WindowsPhone/MyFirstApp/MyFirstApp/Assets/Tiles/FlipCycleTileMedium.png [new file with mode: 0644]
WindowsPhone/MyFirstApp/MyFirstApp/Assets/Tiles/FlipCycleTileSmall.png [new file with mode: 0644]
WindowsPhone/MyFirstApp/MyFirstApp/Assets/Tiles/IconicTileMediumLarge.png [new file with mode: 0644]
WindowsPhone/MyFirstApp/MyFirstApp/Assets/Tiles/IconicTileSmall.png [new file with mode: 0644]
WindowsPhone/MyFirstApp/MyFirstApp/Bin/Debug/AppManifest.xaml [new file with mode: 0644]
WindowsPhone/MyFirstApp/MyFirstApp/Bin/Debug/Assets/ApplicationIcon.png [new file with mode: 0644]
WindowsPhone/MyFirstApp/MyFirstApp/Bin/Debug/Assets/Tiles/FlipCycleTileLarge.png [new file with mode: 0644]
WindowsPhone/MyFirstApp/MyFirstApp/Bin/Debug/Assets/Tiles/FlipCycleTileMedium.png [new file with mode: 0644]
WindowsPhone/MyFirstApp/MyFirstApp/Bin/Debug/Assets/Tiles/FlipCycleTileSmall.png [new file with mode: 0644]
WindowsPhone/MyFirstApp/MyFirstApp/Bin/Debug/Assets/Tiles/IconicTileMediumLarge.png [new file with mode: 0644]
WindowsPhone/MyFirstApp/MyFirstApp/Bin/Debug/Assets/Tiles/IconicTileSmall.png [new file with mode: 0644]
WindowsPhone/MyFirstApp/MyFirstApp/Bin/Debug/MyFirstApp.dll [new file with mode: 0644]
WindowsPhone/MyFirstApp/MyFirstApp/Bin/Debug/MyFirstApp.pdb [new file with mode: 0644]
WindowsPhone/MyFirstApp/MyFirstApp/Bin/Debug/MyFirstApp_Debug_AnyCPU.xap [new file with mode: 0644]
WindowsPhone/MyFirstApp/MyFirstApp/Bin/Debug/Properties/WMAppManifest.xml [new file with mode: 0644]
WindowsPhone/MyFirstApp/MyFirstApp/LocalizedStrings.cs [new file with mode: 0644]
WindowsPhone/MyFirstApp/MyFirstApp/MainPage.xaml [new file with mode: 0644]
WindowsPhone/MyFirstApp/MyFirstApp/MainPage.xaml.cs [new file with mode: 0644]
WindowsPhone/MyFirstApp/MyFirstApp/MyFirstApp.csproj [new file with mode: 0644]
WindowsPhone/MyFirstApp/MyFirstApp/MyFirstApp.csproj.user [new file with mode: 0644]
WindowsPhone/MyFirstApp/MyFirstApp/Properties/AppManifest.xml [new file with mode: 0644]
WindowsPhone/MyFirstApp/MyFirstApp/Properties/AssemblyInfo.cs [new file with mode: 0644]
WindowsPhone/MyFirstApp/MyFirstApp/Properties/WMAppManifest.xml [new file with mode: 0644]
WindowsPhone/MyFirstApp/MyFirstApp/Resources/AppResources.Designer.cs [new file with mode: 0644]
WindowsPhone/MyFirstApp/MyFirstApp/Resources/AppResources.resx [new file with mode: 0644]
WindowsPhone/MyFirstApp/MyFirstApp/obj/Debug/App.g.cs [new file with mode: 0644]
WindowsPhone/MyFirstApp/MyFirstApp/obj/Debug/App.g.i.cs [new file with mode: 0644]
WindowsPhone/MyFirstApp/MyFirstApp/obj/Debug/DesignTimeResolveAssemblyReferences.cache [new file with mode: 0644]
WindowsPhone/MyFirstApp/MyFirstApp/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache [new file with mode: 0644]
WindowsPhone/MyFirstApp/MyFirstApp/obj/Debug/MainPage.g.cs [new file with mode: 0644]
WindowsPhone/MyFirstApp/MyFirstApp/obj/Debug/MainPage.g.i.cs [new file with mode: 0644]
WindowsPhone/MyFirstApp/MyFirstApp/obj/Debug/MyFirstApp.Resources.AppResources.resources [new file with mode: 0644]
WindowsPhone/MyFirstApp/MyFirstApp/obj/Debug/MyFirstApp.csproj.FileListAbsolute.txt [new file with mode: 0644]
WindowsPhone/MyFirstApp/MyFirstApp/obj/Debug/MyFirstApp.csproj.GenerateResource.Cache [new file with mode: 0644]
WindowsPhone/MyFirstApp/MyFirstApp/obj/Debug/MyFirstApp.dll [new file with mode: 0644]
WindowsPhone/MyFirstApp/MyFirstApp/obj/Debug/MyFirstApp.g.resources [new file with mode: 0644]
WindowsPhone/MyFirstApp/MyFirstApp/obj/Debug/MyFirstApp.pdb [new file with mode: 0644]
WindowsPhone/MyFirstApp/MyFirstApp/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs [new file with mode: 0644]
WindowsPhone/MyFirstApp/MyFirstApp/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs [new file with mode: 0644]
WindowsPhone/MyFirstApp/MyFirstApp/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs [new file with mode: 0644]
WindowsPhone/MyFirstApp/MyFirstApp/obj/Debug/XapCacheFile.xml [new file with mode: 0644]