keep removing pre gitignore cached files
authorGustavo Martin <gu.martinm@gmail.com>
Tue, 11 Feb 2014 06:46:52 +0000 (07:46 +0100)
committerGustavo Martin <gu.martinm@gmail.com>
Tue, 11 Feb 2014 06:46:52 +0000 (07:46 +0100)
15 files changed:
WindowsPhone/MyFirstApp/MyFirstApp/obj/Debug/App.g.cs [deleted file]
WindowsPhone/MyFirstApp/MyFirstApp/obj/Debug/App.g.i.cs [deleted file]
WindowsPhone/MyFirstApp/MyFirstApp/obj/Debug/DesignTimeResolveAssemblyReferences.cache [deleted file]
WindowsPhone/MyFirstApp/MyFirstApp/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache [deleted file]
WindowsPhone/MyFirstApp/MyFirstApp/obj/Debug/MainPage.g.cs [deleted file]
WindowsPhone/MyFirstApp/MyFirstApp/obj/Debug/MainPage.g.i.cs [deleted file]
WindowsPhone/MyFirstApp/MyFirstApp/obj/Debug/MyFirstApp.Resources.AppResources.resources [deleted file]
WindowsPhone/MyFirstApp/MyFirstApp/obj/Debug/MyFirstApp.csproj.FileListAbsolute.txt [deleted file]
WindowsPhone/MyFirstApp/MyFirstApp/obj/Debug/MyFirstApp.csproj.GenerateResource.Cache [deleted file]
WindowsPhone/MyFirstApp/MyFirstApp/obj/Debug/MyFirstApp.dll [deleted file]
WindowsPhone/MyFirstApp/MyFirstApp/obj/Debug/MyFirstApp.g.resources [deleted file]
WindowsPhone/MyFirstApp/MyFirstApp/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs [deleted file]
WindowsPhone/MyFirstApp/MyFirstApp/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs [deleted file]
WindowsPhone/MyFirstApp/MyFirstApp/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs [deleted file]
WindowsPhone/MyFirstApp/MyFirstApp/obj/Debug/XapCacheFile.xml [deleted file]

diff --git a/WindowsPhone/MyFirstApp/MyFirstApp/obj/Debug/App.g.cs b/WindowsPhone/MyFirstApp/MyFirstApp/obj/Debug/App.g.cs
deleted file mode 100644 (file)
index 78019df..0000000
+++ /dev/null
@@ -1,53 +0,0 @@
-#pragma checksum "C:\Users\Gustavo\Source\Repos\CSharpForFun\WindowsPhone\MyFirstApp\MyFirstApp\App.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "48B2EC919F87E79EB0813EB15C471818"
-//------------------------------------------------------------------------------
-// <auto-generated>
-//     This code was generated by a tool.
-//     Runtime Version:4.0.30319.34003
-//
-//     Changes to this file may cause incorrect behavior and will be lost if
-//     the code is regenerated.
-// </auto-generated>
-//------------------------------------------------------------------------------
-
-using System;
-using System.Windows;
-using System.Windows.Automation;
-using System.Windows.Automation.Peers;
-using System.Windows.Automation.Provider;
-using System.Windows.Controls;
-using System.Windows.Controls.Primitives;
-using System.Windows.Data;
-using System.Windows.Documents;
-using System.Windows.Ink;
-using System.Windows.Input;
-using System.Windows.Interop;
-using System.Windows.Markup;
-using System.Windows.Media;
-using System.Windows.Media.Animation;
-using System.Windows.Media.Imaging;
-using System.Windows.Resources;
-using System.Windows.Shapes;
-using System.Windows.Threading;
-
-
-namespace MyFirstApp {
-    
-    
-    public partial class App : System.Windows.Application {
-        
-        private bool _contentLoaded;
-        
-        /// <summary>
-        /// InitializeComponent
-        /// </summary>
-        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
-        public void InitializeComponent() {
-            if (_contentLoaded) {
-                return;
-            }
-            _contentLoaded = true;
-            System.Windows.Application.LoadComponent(this, new System.Uri("/MyFirstApp;component/App.xaml", System.UriKind.Relative));
-        }
-    }
-}
-
diff --git a/WindowsPhone/MyFirstApp/MyFirstApp/obj/Debug/App.g.i.cs b/WindowsPhone/MyFirstApp/MyFirstApp/obj/Debug/App.g.i.cs
deleted file mode 100644 (file)
index 1b289d1..0000000
+++ /dev/null
@@ -1,53 +0,0 @@
-#pragma checksum "C:\Users\Gustavo\Source\Repos\CSharpForFun\WindowsPhone\MyFirstApp\MyFirstApp\App.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "888D45511FB3524062ECC6CE5D07E05E"
-//------------------------------------------------------------------------------
-// <auto-generated>
-//     This code was generated by a tool.
-//     Runtime Version:4.0.30319.34003
-//
-//     Changes to this file may cause incorrect behavior and will be lost if
-//     the code is regenerated.
-// </auto-generated>
-//------------------------------------------------------------------------------
-
-using System;
-using System.Windows;
-using System.Windows.Automation;
-using System.Windows.Automation.Peers;
-using System.Windows.Automation.Provider;
-using System.Windows.Controls;
-using System.Windows.Controls.Primitives;
-using System.Windows.Data;
-using System.Windows.Documents;
-using System.Windows.Ink;
-using System.Windows.Input;
-using System.Windows.Interop;
-using System.Windows.Markup;
-using System.Windows.Media;
-using System.Windows.Media.Animation;
-using System.Windows.Media.Imaging;
-using System.Windows.Resources;
-using System.Windows.Shapes;
-using System.Windows.Threading;
-
-
-namespace MyFirstApp {
-    
-    
-    public partial class App : System.Windows.Application {
-        
-        private bool _contentLoaded;
-        
-        /// <summary>
-        /// InitializeComponent
-        /// </summary>
-        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
-        public void InitializeComponent() {
-            if (_contentLoaded) {
-                return;
-            }
-            _contentLoaded = true;
-            System.Windows.Application.LoadComponent(this, new System.Uri("/MyFirstApp;component/App.xaml", System.UriKind.Relative));
-        }
-    }
-}
-
diff --git a/WindowsPhone/MyFirstApp/MyFirstApp/obj/Debug/DesignTimeResolveAssemblyReferences.cache b/WindowsPhone/MyFirstApp/MyFirstApp/obj/Debug/DesignTimeResolveAssemblyReferences.cache
deleted file mode 100644 (file)
index 1fd6338..0000000
Binary files a/WindowsPhone/MyFirstApp/MyFirstApp/obj/Debug/DesignTimeResolveAssemblyReferences.cache and /dev/null differ
diff --git a/WindowsPhone/MyFirstApp/MyFirstApp/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/WindowsPhone/MyFirstApp/MyFirstApp/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
deleted file mode 100644 (file)
index a878ac6..0000000
Binary files a/WindowsPhone/MyFirstApp/MyFirstApp/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache and /dev/null differ
diff --git a/WindowsPhone/MyFirstApp/MyFirstApp/obj/Debug/MainPage.g.cs b/WindowsPhone/MyFirstApp/MyFirstApp/obj/Debug/MainPage.g.cs
deleted file mode 100644 (file)
index b4de6a3..0000000
+++ /dev/null
@@ -1,75 +0,0 @@
-#pragma checksum "C:\Users\Gustavo\Source\Repos\CSharpForFun\WindowsPhone\MyFirstApp\MyFirstApp\MainPage.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "917619FA51AA30576685B9AFC320ED47"
-//------------------------------------------------------------------------------
-// <auto-generated>
-//     This code was generated by a tool.
-//     Runtime Version:4.0.30319.34003
-//
-//     Changes to this file may cause incorrect behavior and will be lost if
-//     the code is regenerated.
-// </auto-generated>
-//------------------------------------------------------------------------------
-
-using Microsoft.Phone.Controls;
-using System;
-using System.Windows;
-using System.Windows.Automation;
-using System.Windows.Automation.Peers;
-using System.Windows.Automation.Provider;
-using System.Windows.Controls;
-using System.Windows.Controls.Primitives;
-using System.Windows.Data;
-using System.Windows.Documents;
-using System.Windows.Ink;
-using System.Windows.Input;
-using System.Windows.Interop;
-using System.Windows.Markup;
-using System.Windows.Media;
-using System.Windows.Media.Animation;
-using System.Windows.Media.Imaging;
-using System.Windows.Resources;
-using System.Windows.Shapes;
-using System.Windows.Threading;
-
-
-namespace MyFirstApp {
-    
-    
-    public partial class MainPage : Microsoft.Phone.Controls.PhoneApplicationPage {
-        
-        internal System.Windows.Controls.Grid LayoutRoot;
-        
-        internal System.Windows.Controls.StackPanel TitlePanel;
-        
-        internal System.Windows.Controls.TextBlock ApplicationTitle;
-        
-        internal System.Windows.Controls.Button Go;
-        
-        internal System.Windows.Controls.TextBox URL;
-        
-        internal System.Windows.Controls.Grid ContentPanel;
-        
-        internal Microsoft.Phone.Controls.WebBrowser MiniBrowser;
-        
-        private bool _contentLoaded;
-        
-        /// <summary>
-        /// InitializeComponent
-        /// </summary>
-        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
-        public void InitializeComponent() {
-            if (_contentLoaded) {
-                return;
-            }
-            _contentLoaded = true;
-            System.Windows.Application.LoadComponent(this, new System.Uri("/MyFirstApp;component/MainPage.xaml", System.UriKind.Relative));
-            this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
-            this.TitlePanel = ((System.Windows.Controls.StackPanel)(this.FindName("TitlePanel")));
-            this.ApplicationTitle = ((System.Windows.Controls.TextBlock)(this.FindName("ApplicationTitle")));
-            this.Go = ((System.Windows.Controls.Button)(this.FindName("Go")));
-            this.URL = ((System.Windows.Controls.TextBox)(this.FindName("URL")));
-            this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
-            this.MiniBrowser = ((Microsoft.Phone.Controls.WebBrowser)(this.FindName("MiniBrowser")));
-        }
-    }
-}
-
diff --git a/WindowsPhone/MyFirstApp/MyFirstApp/obj/Debug/MainPage.g.i.cs b/WindowsPhone/MyFirstApp/MyFirstApp/obj/Debug/MainPage.g.i.cs
deleted file mode 100644 (file)
index 705ef76..0000000
+++ /dev/null
@@ -1,75 +0,0 @@
-#pragma checksum "C:\Users\Gustavo\Source\Repos\CSharpForFun\WindowsPhone\MyFirstApp\MyFirstApp\MainPage.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "017D4551B00F106CE4A0CC4EEA3FF991"
-//------------------------------------------------------------------------------
-// <auto-generated>
-//     This code was generated by a tool.
-//     Runtime Version:4.0.30319.34003
-//
-//     Changes to this file may cause incorrect behavior and will be lost if
-//     the code is regenerated.
-// </auto-generated>
-//------------------------------------------------------------------------------
-
-using Microsoft.Phone.Controls;
-using System;
-using System.Windows;
-using System.Windows.Automation;
-using System.Windows.Automation.Peers;
-using System.Windows.Automation.Provider;
-using System.Windows.Controls;
-using System.Windows.Controls.Primitives;
-using System.Windows.Data;
-using System.Windows.Documents;
-using System.Windows.Ink;
-using System.Windows.Input;
-using System.Windows.Interop;
-using System.Windows.Markup;
-using System.Windows.Media;
-using System.Windows.Media.Animation;
-using System.Windows.Media.Imaging;
-using System.Windows.Resources;
-using System.Windows.Shapes;
-using System.Windows.Threading;
-
-
-namespace MyFirstApp {
-    
-    
-    public partial class MainPage : Microsoft.Phone.Controls.PhoneApplicationPage {
-        
-        internal System.Windows.Controls.Grid LayoutRoot;
-        
-        internal System.Windows.Controls.StackPanel TitlePanel;
-        
-        internal System.Windows.Controls.TextBlock ApplicationTitle;
-        
-        internal System.Windows.Controls.Button Go;
-        
-        internal System.Windows.Controls.TextBox URL;
-        
-        internal System.Windows.Controls.Grid ContentPanel;
-        
-        internal Microsoft.Phone.Controls.WebBrowser MiniBrowser;
-        
-        private bool _contentLoaded;
-        
-        /// <summary>
-        /// InitializeComponent
-        /// </summary>
-        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
-        public void InitializeComponent() {
-            if (_contentLoaded) {
-                return;
-            }
-            _contentLoaded = true;
-            System.Windows.Application.LoadComponent(this, new System.Uri("/MyFirstApp;component/MainPage.xaml", System.UriKind.Relative));
-            this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
-            this.TitlePanel = ((System.Windows.Controls.StackPanel)(this.FindName("TitlePanel")));
-            this.ApplicationTitle = ((System.Windows.Controls.TextBlock)(this.FindName("ApplicationTitle")));
-            this.Go = ((System.Windows.Controls.Button)(this.FindName("Go")));
-            this.URL = ((System.Windows.Controls.TextBox)(this.FindName("URL")));
-            this.ContentPanel = ((System.Windows.Controls.Grid)(this.FindName("ContentPanel")));
-            this.MiniBrowser = ((Microsoft.Phone.Controls.WebBrowser)(this.FindName("MiniBrowser")));
-        }
-    }
-}
-
diff --git a/WindowsPhone/MyFirstApp/MyFirstApp/obj/Debug/MyFirstApp.Resources.AppResources.resources b/WindowsPhone/MyFirstApp/MyFirstApp/obj/Debug/MyFirstApp.Resources.AppResources.resources
deleted file mode 100644 (file)
index 47be633..0000000
Binary files a/WindowsPhone/MyFirstApp/MyFirstApp/obj/Debug/MyFirstApp.Resources.AppResources.resources and /dev/null differ
diff --git a/WindowsPhone/MyFirstApp/MyFirstApp/obj/Debug/MyFirstApp.csproj.FileListAbsolute.txt b/WindowsPhone/MyFirstApp/MyFirstApp/obj/Debug/MyFirstApp.csproj.FileListAbsolute.txt
deleted file mode 100644 (file)
index 6e969a3..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-C:\Users\Gustavo\Source\Repos\CSharpForFun\WindowsPhone\MyFirstApp\MyFirstApp\Bin\Debug\Assets\ApplicationIcon.png
-C:\Users\Gustavo\Source\Repos\CSharpForFun\WindowsPhone\MyFirstApp\MyFirstApp\Bin\Debug\Assets\Tiles\FlipCycleTileLarge.png
-C:\Users\Gustavo\Source\Repos\CSharpForFun\WindowsPhone\MyFirstApp\MyFirstApp\Bin\Debug\Assets\Tiles\FlipCycleTileMedium.png
-C:\Users\Gustavo\Source\Repos\CSharpForFun\WindowsPhone\MyFirstApp\MyFirstApp\Bin\Debug\Assets\Tiles\FlipCycleTileSmall.png
-C:\Users\Gustavo\Source\Repos\CSharpForFun\WindowsPhone\MyFirstApp\MyFirstApp\Bin\Debug\Assets\Tiles\IconicTileMediumLarge.png
-C:\Users\Gustavo\Source\Repos\CSharpForFun\WindowsPhone\MyFirstApp\MyFirstApp\Bin\Debug\Assets\Tiles\IconicTileSmall.png
-C:\Users\Gustavo\Source\Repos\CSharpForFun\WindowsPhone\MyFirstApp\MyFirstApp\Bin\Debug\MyFirstApp.dll
-C:\Users\Gustavo\Source\Repos\CSharpForFun\WindowsPhone\MyFirstApp\MyFirstApp\Bin\Debug\MyFirstApp.pdb
-C:\Users\Gustavo\Source\Repos\CSharpForFun\WindowsPhone\MyFirstApp\MyFirstApp\Bin\Debug\AppManifest.xaml
-C:\Users\Gustavo\Source\Repos\CSharpForFun\WindowsPhone\MyFirstApp\MyFirstApp\Bin\Debug\Properties\WMAppManifest.xml
-C:\Users\Gustavo\Source\Repos\CSharpForFun\WindowsPhone\MyFirstApp\MyFirstApp\Bin\Debug\MyFirstApp_Debug_AnyCPU.xap
-C:\Users\Gustavo\Source\Repos\CSharpForFun\WindowsPhone\MyFirstApp\MyFirstApp\obj\Debug\App.g.cs
-C:\Users\Gustavo\Source\Repos\CSharpForFun\WindowsPhone\MyFirstApp\MyFirstApp\obj\Debug\MainPage.g.cs
-C:\Users\Gustavo\Source\Repos\CSharpForFun\WindowsPhone\MyFirstApp\MyFirstApp\obj\Debug\MyFirstApp.g.resources
-C:\Users\Gustavo\Source\Repos\CSharpForFun\WindowsPhone\MyFirstApp\MyFirstApp\obj\Debug\MyFirstApp.Resources.AppResources.resources
-C:\Users\Gustavo\Source\Repos\CSharpForFun\WindowsPhone\MyFirstApp\MyFirstApp\obj\Debug\MyFirstApp.csproj.GenerateResource.Cache
-C:\Users\Gustavo\Source\Repos\CSharpForFun\WindowsPhone\MyFirstApp\MyFirstApp\obj\Debug\MyFirstApp.dll
-C:\Users\Gustavo\Source\Repos\CSharpForFun\WindowsPhone\MyFirstApp\MyFirstApp\obj\Debug\MyFirstApp.pdb
-C:\Users\Gustavo\Source\Repos\CSharpForFun\WindowsPhone\MyFirstApp\MyFirstApp\obj\Debug\XapCacheFile.xml
diff --git a/WindowsPhone/MyFirstApp/MyFirstApp/obj/Debug/MyFirstApp.csproj.GenerateResource.Cache b/WindowsPhone/MyFirstApp/MyFirstApp/obj/Debug/MyFirstApp.csproj.GenerateResource.Cache
deleted file mode 100644 (file)
index 2852712..0000000
Binary files a/WindowsPhone/MyFirstApp/MyFirstApp/obj/Debug/MyFirstApp.csproj.GenerateResource.Cache and /dev/null differ
diff --git a/WindowsPhone/MyFirstApp/MyFirstApp/obj/Debug/MyFirstApp.dll b/WindowsPhone/MyFirstApp/MyFirstApp/obj/Debug/MyFirstApp.dll
deleted file mode 100644 (file)
index 945d969..0000000
Binary files a/WindowsPhone/MyFirstApp/MyFirstApp/obj/Debug/MyFirstApp.dll and /dev/null differ
diff --git a/WindowsPhone/MyFirstApp/MyFirstApp/obj/Debug/MyFirstApp.g.resources b/WindowsPhone/MyFirstApp/MyFirstApp/obj/Debug/MyFirstApp.g.resources
deleted file mode 100644 (file)
index 1ea80d1..0000000
Binary files a/WindowsPhone/MyFirstApp/MyFirstApp/obj/Debug/MyFirstApp.g.resources and /dev/null differ
diff --git a/WindowsPhone/MyFirstApp/MyFirstApp/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs b/WindowsPhone/MyFirstApp/MyFirstApp/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/WindowsPhone/MyFirstApp/MyFirstApp/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs b/WindowsPhone/MyFirstApp/MyFirstApp/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/WindowsPhone/MyFirstApp/MyFirstApp/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs b/WindowsPhone/MyFirstApp/MyFirstApp/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/WindowsPhone/MyFirstApp/MyFirstApp/obj/Debug/XapCacheFile.xml b/WindowsPhone/MyFirstApp/MyFirstApp/obj/Debug/XapCacheFile.xml
deleted file mode 100644 (file)
index ebdc03a..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-<xapCache source="C:\Users\Gustavo\Source\Repos\CSharpForFun\WindowsPhone\MyFirstApp\MyFirstApp\Bin\Debug\MyFirstApp_Debug_AnyCPU.xap" wasSigned="False" wasTritonized="False" certificateThumbprint="" TimeStampUrl="" signKeyFile="" signKeyPassword="" lastWriteTime="03/01/2014 0:28:06">
-  <file source="C:\Users\Gustavo\Source\Repos\CSharpForFun\WindowsPhone\MyFirstApp\MyFirstApp\obj\Debug\MyFirstApp.dll" archivePath="MyFirstApp.dll" lastWriteTime="03/01/2014 0:28:05" />
-  <file source="C:\Users\Gustavo\Source\Repos\CSharpForFun\WindowsPhone\MyFirstApp\MyFirstApp\Assets\AlignmentGrid.png" archivePath="Assets\AlignmentGrid.png" lastWriteTime="01/01/2014 23:27:21" />
-  <file source="C:\Users\Gustavo\Source\Repos\CSharpForFun\WindowsPhone\MyFirstApp\MyFirstApp\Assets\Tiles\FlipCycleTileLarge.png" archivePath="Assets\Tiles\FlipCycleTileLarge.png" lastWriteTime="01/01/2014 23:27:21" />
-  <file source="C:\Users\Gustavo\Source\Repos\CSharpForFun\WindowsPhone\MyFirstApp\MyFirstApp\Assets\Tiles\FlipCycleTileSmall.png" archivePath="Assets\Tiles\FlipCycleTileSmall.png" lastWriteTime="01/01/2014 23:27:21" />
-  <file source="C:\Users\Gustavo\Source\Repos\CSharpForFun\WindowsPhone\MyFirstApp\MyFirstApp\Assets\Tiles\IconicTileMediumLarge.png" archivePath="Assets\Tiles\IconicTileMediumLarge.png" lastWriteTime="01/01/2014 23:27:21" />
-  <file source="C:\Users\Gustavo\Source\Repos\CSharpForFun\WindowsPhone\MyFirstApp\MyFirstApp\Assets\Tiles\IconicTileSmall.png" archivePath="Assets\Tiles\IconicTileSmall.png" lastWriteTime="01/01/2014 23:27:21" />
-  <file source="C:\Users\Gustavo\Source\Repos\CSharpForFun\WindowsPhone\MyFirstApp\MyFirstApp\Bin\Debug\AppManifest.xaml" archivePath="AppManifest.xaml" lastWriteTime="01/01/2014 23:27:28" />
-  <file source="C:\Users\Gustavo\Source\Repos\CSharpForFun\WindowsPhone\MyFirstApp\MyFirstApp\Bin\Debug\Assets\ApplicationIcon.png" archivePath="Assets\ApplicationIcon.png" lastWriteTime="01/01/2014 23:27:21" />
-  <file source="C:\Users\Gustavo\Source\Repos\CSharpForFun\WindowsPhone\MyFirstApp\MyFirstApp\Bin\Debug\Assets\Tiles\FlipCycleTileMedium.png" archivePath="Assets\Tiles\FlipCycleTileMedium.png" lastWriteTime="01/01/2014 23:27:21" />
-  <file source="C:\Users\Gustavo\Source\Repos\CSharpForFun\WindowsPhone\MyFirstApp\MyFirstApp\Bin\Debug\Properties\WMAppManifest.xml" archivePath="WMAppManifest.xml" lastWriteTime="01/01/2014 23:27:29" />
-</xapCache>
\ No newline at end of file