From: Gustavo Martin Date: Tue, 11 Feb 2014 06:46:52 +0000 (+0100) Subject: keep removing pre gitignore cached files X-Git-Url: https://git.gumartinm.name/?a=commitdiff_plain;h=748b1630a0eb0de161d87b6df5ec8d0afe2c7112;p=CSharpForFun%2F.git keep removing pre gitignore cached files --- diff --git a/WindowsPhone/MyFirstApp/MyFirstApp/obj/Debug/App.g.cs b/WindowsPhone/MyFirstApp/MyFirstApp/obj/Debug/App.g.cs deleted file mode 100644 index 78019df..0000000 --- a/WindowsPhone/MyFirstApp/MyFirstApp/obj/Debug/App.g.cs +++ /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" -//------------------------------------------------------------------------------ -// -// 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. -// -//------------------------------------------------------------------------------ - -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; - - /// - /// InitializeComponent - /// - [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 index 1b289d1..0000000 --- a/WindowsPhone/MyFirstApp/MyFirstApp/obj/Debug/App.g.i.cs +++ /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" -//------------------------------------------------------------------------------ -// -// 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. -// -//------------------------------------------------------------------------------ - -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; - - /// - /// InitializeComponent - /// - [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 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 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 index b4de6a3..0000000 --- a/WindowsPhone/MyFirstApp/MyFirstApp/obj/Debug/MainPage.g.cs +++ /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" -//------------------------------------------------------------------------------ -// -// 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. -// -//------------------------------------------------------------------------------ - -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; - - /// - /// InitializeComponent - /// - [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 index 705ef76..0000000 --- a/WindowsPhone/MyFirstApp/MyFirstApp/obj/Debug/MainPage.g.i.cs +++ /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" -//------------------------------------------------------------------------------ -// -// 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. -// -//------------------------------------------------------------------------------ - -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; - - /// - /// InitializeComponent - /// - [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 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 index 6e969a3..0000000 --- a/WindowsPhone/MyFirstApp/MyFirstApp/obj/Debug/MyFirstApp.csproj.FileListAbsolute.txt +++ /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 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 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 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 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 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 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 index ebdc03a..0000000 --- a/WindowsPhone/MyFirstApp/MyFirstApp/obj/Debug/XapCacheFile.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file