0% found this document useful (0 votes)
17 views36 pages

Gitbash

The document shows the steps taken to initialize a Git repository for a Web Forms project called Empresa. It initializes an empty Git repository, checks the status which shows untracked files, and then stages all files and folders for the initial commit. Warnings are shown for files that will have line endings replaced.

Uploaded by

marotti430
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
Download as txt, pdf, or txt
0% found this document useful (0 votes)
17 views36 pages

Gitbash

The document shows the steps taken to initialize a Git repository for a Web Forms project called Empresa. It initializes an empty Git repository, checks the status which shows untracked files, and then stages all files and folders for the initial commit. Warnings are shown for files that will have line endings replaced.

Uploaded by

marotti430
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1/ 36

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web

Forms/Empresa/Empresa
$ git init
Initialized empty Git repository in C:/Users/pedro/OneDrive/Área de
Trabalho/Códigos/C#/Web Forms/Empresa/Empresa/.git/

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (master)
$ git status
On branch master

No commits yet

Untracked files:
(use "git add <file>..." to include in what will be committed)
.vs/
Empresa.sln
Empresa/
packages/

nothing added to commit but untracked files present (use "git add" to track)

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (master)
$ git add .
warning: LF will be replaced by CRLF in Empresa/Content/bootstrap-theme.css.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in Empresa/Content/bootstrap-theme.min.css.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in Empresa/Content/bootstrap.css.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in Empresa/Content/bootstrap.min.css.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in Empresa/Scripts/bootstrap.js.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in Empresa/Scripts/bootstrap.min.js.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in Empresa/Scripts/jquery-3.4.1.js.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in Empresa/Scripts/jquery-3.4.1.min.js.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in Empresa/Scripts/jquery-3.4.1.slim.js.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in Empresa/Scripts/jquery-3.4.1.slim.min.js.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in Empresa/Scripts/modernizr-2.8.3.js.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in Empresa/Web.Debug.config.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in Empresa/Web.Release.config.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in Empresa/Web.config.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in Empresa/bin/Empresa.dll.config.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in Empresa/fonts/glyphicons-halflings-
regular.svg.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in
packages/Modernizr.2.8.3/Content/Scripts/modernizr-2.8.3.js.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in
packages/bootstrap.3.4.1/content/Content/bootstrap-theme.css.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in
packages/bootstrap.3.4.1/content/Content/bootstrap-theme.min.css.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in
packages/bootstrap.3.4.1/content/Content/bootstrap.css.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in
packages/bootstrap.3.4.1/content/Content/bootstrap.min.css.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in
packages/bootstrap.3.4.1/content/Scripts/bootstrap.js.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in
packages/bootstrap.3.4.1/content/Scripts/bootstrap.min.js.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in
packages/bootstrap.3.4.1/content/fonts/glyphicons-halflings-regular.svg.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in
packages/bootstrap.3.4.1/contentFiles/Content/bootstrap-theme.css.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in
packages/bootstrap.3.4.1/contentFiles/Content/bootstrap-theme.min.css.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in
packages/bootstrap.3.4.1/contentFiles/Content/bootstrap.css.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in
packages/bootstrap.3.4.1/contentFiles/Content/bootstrap.min.css.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in
packages/bootstrap.3.4.1/contentFiles/Scripts/bootstrap.js.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in
packages/bootstrap.3.4.1/contentFiles/Scripts/bootstrap.min.js.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in
packages/bootstrap.3.4.1/contentFiles/fonts/glyphicons-halflings-regular.svg.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in
packages/jQuery.3.4.1/Content/Scripts/jquery-3.4.1.js.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in
packages/jQuery.3.4.1/Content/Scripts/jquery-3.4.1.min.js.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in
packages/jQuery.3.4.1/Content/Scripts/jquery-3.4.1.slim.js.
The file will have its original line endings in your working directory
warning: LF will be replaced by CRLF in
packages/jQuery.3.4.1/Content/Scripts/jquery-3.4.1.slim.min.js.
The file will have its original line endings in your working directory

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (master)
$ git status
On branch master

No commits yet

Changes to be committed:
(use "git rm --cached <file>..." to unstage)
new file: .vs/Empresa/FileContentIndex/f26f6904-f1e3-423c-a336-
6f83b310cb3c.vsidx
new file: .vs/Empresa/FileContentIndex/read.lock
new file: .vs/Empresa/config/applicationhost.config
new file: .vs/Empresa/v17/.suo
new file: Empresa.sln
new file: Empresa/About.aspx
new file: Empresa/About.aspx.cs
new file: Empresa/About.aspx.designer.cs
new file: Empresa/App_Start/BundleConfig.cs
new file: Empresa/App_Start/RouteConfig.cs
new file: Empresa/Bundle.config
new file: Empresa/Classes/Produto.cs
new file: Empresa/Contact.aspx
new file: Empresa/Contact.aspx.cs
new file: Empresa/Contact.aspx.designer.cs
new file: Empresa/Content/Site.css
new file: Empresa/Content/bootstrap-theme.css
new file: Empresa/Content/bootstrap-theme.css.map
new file: Empresa/Content/bootstrap-theme.min.css
new file: Empresa/Content/bootstrap-theme.min.css.map
new file: Empresa/Content/bootstrap.css
new file: Empresa/Content/bootstrap.css.map
new file: Empresa/Content/bootstrap.min.css
new file: Empresa/Content/bootstrap.min.css.map
new file: Empresa/Default.aspx
new file: Empresa/Default.aspx.cs
new file: Empresa/Default.aspx.designer.cs
new file: Empresa/Empresa.csproj
new file: Empresa/Empresa.csproj.user
new file: Empresa/Global.asax
new file: Empresa/Global.asax.cs
new file: Empresa/Negocio/Produto.cs
new file: Empresa/Produto/CadastrarProduto.aspx
new file: Empresa/Produto/CadastrarProduto.aspx.cs
new file: Empresa/Produto/CadastrarProduto.aspx.designer.cs
new file: Empresa/Produto/EditarProduto.aspx
new file: Empresa/Produto/EditarProduto.aspx.cs
new file: Empresa/Produto/EditarProduto.aspx.designer.cs
new file: Empresa/Produto/PesquisarProduto1.aspx
new file: Empresa/Produto/PesquisarProduto1.aspx.cs
new file: Empresa/Produto/PesquisarProduto1.aspx.designer.cs
new file: Empresa/Properties/AssemblyInfo.cs
new file: Empresa/Scripts/WebForms/DetailsView.js
new file: Empresa/Scripts/WebForms/Focus.js
new file: Empresa/Scripts/WebForms/GridView.js
new file: Empresa/Scripts/WebForms/MSAjax/MicrosoftAjax.js
new file:
Empresa/Scripts/WebForms/MSAjax/MicrosoftAjaxApplicationServices.js
new file: Empresa/Scripts/WebForms/MSAjax/MicrosoftAjaxComponentModel.js
new file: Empresa/Scripts/WebForms/MSAjax/MicrosoftAjaxCore.js
new file: Empresa/Scripts/WebForms/MSAjax/MicrosoftAjaxGlobalization.js
new file: Empresa/Scripts/WebForms/MSAjax/MicrosoftAjaxHistory.js
new file: Empresa/Scripts/WebForms/MSAjax/MicrosoftAjaxNetwork.js
new file: Empresa/Scripts/WebForms/MSAjax/MicrosoftAjaxSerialization.js
new file: Empresa/Scripts/WebForms/MSAjax/MicrosoftAjaxTimer.js
new file: Empresa/Scripts/WebForms/MSAjax/MicrosoftAjaxWebForms.js
new file: Empresa/Scripts/WebForms/MSAjax/MicrosoftAjaxWebServices.js
new file: Empresa/Scripts/WebForms/Menu.js
new file: Empresa/Scripts/WebForms/MenuStandards.js
new file: Empresa/Scripts/WebForms/SmartNav.js
new file: Empresa/Scripts/WebForms/TreeView.js
new file: Empresa/Scripts/WebForms/WebForms.js
new file: Empresa/Scripts/WebForms/WebParts.js
new file: Empresa/Scripts/WebForms/WebUIValidation.js
new file: Empresa/Scripts/bootstrap.js
new file: Empresa/Scripts/bootstrap.min.js
new file: Empresa/Scripts/jquery-3.4.1.intellisense.js
new file: Empresa/Scripts/jquery-3.4.1.js
new file: Empresa/Scripts/jquery-3.4.1.min.js
new file: Empresa/Scripts/jquery-3.4.1.min.map
new file: Empresa/Scripts/jquery-3.4.1.slim.js
new file: Empresa/Scripts/jquery-3.4.1.slim.min.js
new file: Empresa/Scripts/jquery-3.4.1.slim.min.map
new file: Empresa/Scripts/modernizr-2.8.3.js
new file: Empresa/Site.Master
new file: Empresa/Site.Master.cs
new file: Empresa/Site.Master.designer.cs
new file: Empresa/Site.Mobile.Master
new file: Empresa/Site.Mobile.Master.cs
new file: Empresa/Site.Mobile.Master.designer.cs
new file: Empresa/ViewSwitcher.ascx
new file: Empresa/ViewSwitcher.ascx.cs
new file: Empresa/ViewSwitcher.ascx.designer.cs
new file: Empresa/Web.Debug.config
new file: Empresa/Web.Release.config
new file: Empresa/Web.config
new file: Empresa/bin/Antlr3.Runtime.dll
new file: Empresa/bin/Antlr3.Runtime.pdb
new file: Empresa/bin/AspNet.ScriptManager.bootstrap.dll
new file: Empresa/bin/AspNet.ScriptManager.jQuery.dll
new file: Empresa/bin/BouncyCastle.Crypto.dll
new file: Empresa/bin/Empresa.dll
new file: Empresa/bin/Empresa.dll.config
new file: Empresa/bin/Empresa.pdb
new file: Empresa/bin/Google.Protobuf.dll
new file: Empresa/bin/K4os.Compression.LZ4.Streams.dll
new file: Empresa/bin/K4os.Compression.LZ4.dll
new file: Empresa/bin/K4os.Hash.xxHash.dll
new file: Empresa/bin/Microsoft.AspNet.FriendlyUrls.dll
new file: Empresa/bin/Microsoft.AspNet.FriendlyUrls.xml
new file: Empresa/bin/Microsoft.AspNet.Web.Optimization.WebForms.dll
new file:
Empresa/bin/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll
new file:
Empresa/bin/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xml
new file: Empresa/bin/Microsoft.ScriptManager.MSAjax.dll
new file: Empresa/bin/Microsoft.ScriptManager.WebForms.dll
new file: Empresa/bin/Microsoft.Web.Infrastructure.dll
new file: Empresa/bin/MySql.Data.dll
new file: Empresa/bin/MySql.Data.xml
new file: Empresa/bin/Newtonsoft.Json.dll
new file: Empresa/bin/Newtonsoft.Json.xml
new file: Empresa/bin/System.Buffers.dll
new file: Empresa/bin/System.Memory.dll
new file: Empresa/bin/System.Web.Optimization.dll
new file: Empresa/bin/System.Web.Optimization.xml
new file: Empresa/bin/Ubiety.Dns.Core.dll
new file: Empresa/bin/WebGrease.dll
new file: Empresa/bin/ZstdNet.dll
new file: Empresa/bin/pt-br/Microsoft.AspNet.FriendlyUrls.resources.dll
new file: Empresa/bin/pt-br/System.Web.Optimization.resources.dll
new file: Empresa/bin/roslyn/Microsoft.Build.Tasks.CodeAnalysis.dll
new file: Empresa/bin/roslyn/Microsoft.CSharp.Core.targets
new file: Empresa/bin/roslyn/Microsoft.CodeAnalysis.CSharp.Scripting.dll
new file: Empresa/bin/roslyn/Microsoft.CodeAnalysis.CSharp.dll
new file: Empresa/bin/roslyn/Microsoft.CodeAnalysis.Scripting.dll
new file: Empresa/bin/roslyn/Microsoft.CodeAnalysis.VisualBasic.dll
new file: Empresa/bin/roslyn/Microsoft.CodeAnalysis.dll
new file: Empresa/bin/roslyn/Microsoft.DiaSymReader.Native.amd64.dll
new file: Empresa/bin/roslyn/Microsoft.DiaSymReader.Native.x86.dll
new file: Empresa/bin/roslyn/Microsoft.Managed.Core.targets
new file: Empresa/bin/roslyn/Microsoft.VisualBasic.Core.targets
new file: Empresa/bin/roslyn/Microsoft.Win32.Primitives.dll
new file: Empresa/bin/roslyn/System.AppContext.dll
new file: Empresa/bin/roslyn/System.Collections.Immutable.dll
new file: Empresa/bin/roslyn/System.Console.dll
new file: Empresa/bin/roslyn/System.Diagnostics.DiagnosticSource.dll
new file: Empresa/bin/roslyn/System.Diagnostics.FileVersionInfo.dll
new file: Empresa/bin/roslyn/System.Diagnostics.StackTrace.dll
new file: Empresa/bin/roslyn/System.Globalization.Calendars.dll
new file: Empresa/bin/roslyn/System.IO.Compression.ZipFile.dll
new file: Empresa/bin/roslyn/System.IO.Compression.dll
new file: Empresa/bin/roslyn/System.IO.FileSystem.Primitives.dll
new file: Empresa/bin/roslyn/System.IO.FileSystem.dll
new file: Empresa/bin/roslyn/System.Net.Http.dll
new file: Empresa/bin/roslyn/System.Net.Sockets.dll
new file: Empresa/bin/roslyn/System.Reflection.Metadata.dll
new file:
Empresa/bin/roslyn/System.Runtime.InteropServices.RuntimeInformation.dll
new file: Empresa/bin/roslyn/System.Security.Cryptography.Algorithms.dll
new file: Empresa/bin/roslyn/System.Security.Cryptography.Encoding.dll
new file: Empresa/bin/roslyn/System.Security.Cryptography.Primitives.dll
new file:
Empresa/bin/roslyn/System.Security.Cryptography.X509Certificates.dll
new file: Empresa/bin/roslyn/System.Text.Encoding.CodePages.dll
new file: Empresa/bin/roslyn/System.Threading.Tasks.Extensions.dll
new file: Empresa/bin/roslyn/System.ValueTuple.dll
new file: Empresa/bin/roslyn/System.Xml.ReaderWriter.dll
new file: Empresa/bin/roslyn/System.Xml.XPath.XDocument.dll
new file: Empresa/bin/roslyn/System.Xml.XPath.dll
new file: Empresa/bin/roslyn/System.Xml.XmlDocument.dll
new file: Empresa/bin/roslyn/VBCSCompiler.exe
new file: Empresa/bin/roslyn/VBCSCompiler.exe.config
new file: Empresa/bin/roslyn/csc.exe
new file: Empresa/bin/roslyn/csc.exe.config
new file: Empresa/bin/roslyn/csc.rsp
new file: Empresa/bin/roslyn/csi.exe
new file: Empresa/bin/roslyn/csi.exe.config
new file: Empresa/bin/roslyn/csi.rsp
new file: Empresa/bin/roslyn/vbc.exe
new file: Empresa/bin/roslyn/vbc.exe.config
new file: Empresa/bin/roslyn/vbc.rsp
new file: Empresa/favicon.ico
new file: Empresa/fonts/glyphicons-halflings-regular.eot
new file: Empresa/fonts/glyphicons-halflings-regular.svg
new file: Empresa/fonts/glyphicons-halflings-regular.ttf
new file: Empresa/fonts/glyphicons-halflings-regular.woff
new file: Empresa/fonts/glyphicons-halflings-regular.woff2
new file:
Empresa/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs
new file: Empresa/obj/Debug/DesignTimeResolveAssemblyReferences.cache
new file:
Empresa/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
new file: Empresa/obj/Debug/Empresa.csproj.AssemblyReference.cache
new file: Empresa/obj/Debug/Empresa.csproj.CopyComplete
new file: Empresa/obj/Debug/Empresa.csproj.CoreCompileInputs.cache
new file: Empresa/obj/Debug/Empresa.csproj.FileListAbsolute.txt
new file: Empresa/obj/Debug/Empresa.dll
new file: Empresa/obj/Debug/Empresa.pdb
new file: Empresa/packages.config
new file: packages/Antlr.3.5.0.2/.signature.p7s
new file: packages/Antlr.3.5.0.2/Antlr.3.5.0.2.nupkg
new file: packages/Antlr.3.5.0.2/lib/Antlr3.Runtime.dll
new file: packages/Antlr.3.5.0.2/lib/Antlr3.Runtime.pdb
new file: packages/AspNet.ScriptManager.bootstrap.3.4.1/.signature.p7s
new file:
packages/AspNet.ScriptManager.bootstrap.3.4.1/AspNet.ScriptManager.bootstrap.3.4.1.
nupkg
new file:
packages/AspNet.ScriptManager.bootstrap.3.4.1/lib/net40/AspNet.ScriptManager.bootst
rap.dll
new file:
packages/AspNet.ScriptManager.bootstrap.3.4.1/lib/net45/AspNet.ScriptManager.bootst
rap.dll
new file: packages/AspNet.ScriptManager.jQuery.3.4.1/.signature.p7s
new file:
packages/AspNet.ScriptManager.jQuery.3.4.1/AspNet.ScriptManager.jQuery.3.4.1.nupkg
new file:
packages/AspNet.ScriptManager.jQuery.3.4.1/lib/net40/AspNet.ScriptManager.jQuery.dl
l
new file:
packages/AspNet.ScriptManager.jQuery.3.4.1/lib/net45/AspNet.ScriptManager.jQuery.dl
l
new file: packages/Microsoft.AspNet.FriendlyUrls.1.0.2/.signature.p7s
new file:
packages/Microsoft.AspNet.FriendlyUrls.1.0.2/Content/App_Start/RouteConfig.cs.pp
new file:
packages/Microsoft.AspNet.FriendlyUrls.1.0.2/Content/Site.Mobile.Master.cs.pp
new file:
packages/Microsoft.AspNet.FriendlyUrls.1.0.2/Content/Site.Mobile.Master.designer.cs
.pp
new file:
packages/Microsoft.AspNet.FriendlyUrls.1.0.2/Content/Site.Mobile.Master.pp
new file:
packages/Microsoft.AspNet.FriendlyUrls.1.0.2/Content/ViewSwitcher.ascx.cs.pp
new file:
packages/Microsoft.AspNet.FriendlyUrls.1.0.2/Content/ViewSwitcher.ascx.designer.cs.
pp
new file:
packages/Microsoft.AspNet.FriendlyUrls.1.0.2/Content/ViewSwitcher.ascx.pp
new file:
packages/Microsoft.AspNet.FriendlyUrls.1.0.2/Microsoft.AspNet.FriendlyUrls.1.0.2.nu
pkg
new file: packages/Microsoft.AspNet.FriendlyUrls.1.0.2/readme.txt
new file:
packages/Microsoft.AspNet.FriendlyUrls.Core.1.0.2/.signature.p7s
new file:
packages/Microsoft.AspNet.FriendlyUrls.Core.1.0.2/Microsoft.AspNet.FriendlyUrls.Cor
e.1.0.2.nupkg
new file:
packages/Microsoft.AspNet.FriendlyUrls.Core.1.0.2/lib/net40/Microsoft.AspNet.Friend
lyUrls.dll
new file:
packages/Microsoft.AspNet.FriendlyUrls.Core.1.0.2/lib/net40/Microsoft.AspNet.Friend
lyUrls.xml
new file: packages/Microsoft.AspNet.FriendlyUrls.Core.1.0.2/lib/net40/pt-
br/Microsoft.AspNet.FriendlyUrls.resources.dll
new file: packages/Microsoft.AspNet.FriendlyUrls.Core.1.0.2/lib/net40/pt-
br/Microsoft.AspNet.FriendlyUrls.xml
new file:
packages/Microsoft.AspNet.FriendlyUrls.Core.1.0.2/lib/net45/Microsoft.AspNet.Friend
lyUrls.dll
new file:
packages/Microsoft.AspNet.FriendlyUrls.Core.1.0.2/lib/net45/Microsoft.AspNet.Friend
lyUrls.xml
new file: packages/Microsoft.AspNet.FriendlyUrls.Core.1.0.2/lib/net45/pt-
br/Microsoft.AspNet.FriendlyUrls.resources.dll
new file: packages/Microsoft.AspNet.FriendlyUrls.Core.1.0.2/lib/net45/pt-
br/Microsoft.AspNet.FriendlyUrls.xml
new file: packages/Microsoft.AspNet.FriendlyUrls.Core.pt-
br.1.0.2/.signature.p7s
new file:
packages/Microsoft.AspNet.FriendlyUrls.Core.pt-br.1.0.2/Microsoft.AspNet.FriendlyUr
ls.Core.pt-br.1.0.2.nupkg
new file:
packages/Microsoft.AspNet.FriendlyUrls.Core.pt-br.1.0.2/lib/net40/pt-br/
Microsoft.AspNet.FriendlyUrls.resources.dll
new file:
packages/Microsoft.AspNet.FriendlyUrls.Core.pt-br.1.0.2/lib/net40/pt-br/
Microsoft.AspNet.FriendlyUrls.xml
new file:
packages/Microsoft.AspNet.FriendlyUrls.Core.pt-br.1.0.2/lib/net45/pt-br/
Microsoft.AspNet.FriendlyUrls.resources.dll
new file:
packages/Microsoft.AspNet.FriendlyUrls.Core.pt-br.1.0.2/lib/net45/pt-br/
Microsoft.AspNet.FriendlyUrls.xml
new file:
packages/Microsoft.AspNet.ScriptManager.MSAjax.5.0.0/.signature.p7s
new file:
packages/Microsoft.AspNet.ScriptManager.MSAjax.5.0.0/Microsoft.AspNet.ScriptManager
.MSAjax.5.0.0.nupkg
new file:
packages/Microsoft.AspNet.ScriptManager.MSAjax.5.0.0/content/Scripts/WebForms/
MSAjax/MicrosoftAjax.js
new file:
packages/Microsoft.AspNet.ScriptManager.MSAjax.5.0.0/content/Scripts/WebForms/
MSAjax/MicrosoftAjaxApplicationServices.js
new file:
packages/Microsoft.AspNet.ScriptManager.MSAjax.5.0.0/content/Scripts/WebForms/
MSAjax/MicrosoftAjaxComponentModel.js
new file:
packages/Microsoft.AspNet.ScriptManager.MSAjax.5.0.0/content/Scripts/WebForms/
MSAjax/MicrosoftAjaxCore.js
new file:
packages/Microsoft.AspNet.ScriptManager.MSAjax.5.0.0/content/Scripts/WebForms/
MSAjax/MicrosoftAjaxGlobalization.js
new file:
packages/Microsoft.AspNet.ScriptManager.MSAjax.5.0.0/content/Scripts/WebForms/
MSAjax/MicrosoftAjaxHistory.js
new file:
packages/Microsoft.AspNet.ScriptManager.MSAjax.5.0.0/content/Scripts/WebForms/
MSAjax/MicrosoftAjaxNetwork.js
new file:
packages/Microsoft.AspNet.ScriptManager.MSAjax.5.0.0/content/Scripts/WebForms/
MSAjax/MicrosoftAjaxSerialization.js
new file:
packages/Microsoft.AspNet.ScriptManager.MSAjax.5.0.0/content/Scripts/WebForms/
MSAjax/MicrosoftAjaxTimer.js
new file:
packages/Microsoft.AspNet.ScriptManager.MSAjax.5.0.0/content/Scripts/WebForms/
MSAjax/MicrosoftAjaxWebForms.js
new file:
packages/Microsoft.AspNet.ScriptManager.MSAjax.5.0.0/content/Scripts/WebForms/
MSAjax/MicrosoftAjaxWebServices.js
new file:
packages/Microsoft.AspNet.ScriptManager.MSAjax.5.0.0/lib/net45/Microsoft.ScriptMana
ger.MSAjax.dll
new file:
packages/Microsoft.AspNet.ScriptManager.WebForms.5.0.0/.signature.p7s
new file:
packages/Microsoft.AspNet.ScriptManager.WebForms.5.0.0/Microsoft.AspNet.ScriptManag
er.WebForms.5.0.0.nupkg
new file:
packages/Microsoft.AspNet.ScriptManager.WebForms.5.0.0/content/Scripts/WebForms/
DetailsView.js
new file:
packages/Microsoft.AspNet.ScriptManager.WebForms.5.0.0/content/Scripts/WebForms/
Focus.js
new file:
packages/Microsoft.AspNet.ScriptManager.WebForms.5.0.0/content/Scripts/WebForms/
GridView.js
new file:
packages/Microsoft.AspNet.ScriptManager.WebForms.5.0.0/content/Scripts/WebForms/
Menu.js
new file:
packages/Microsoft.AspNet.ScriptManager.WebForms.5.0.0/content/Scripts/WebForms/
MenuStandards.js
new file:
packages/Microsoft.AspNet.ScriptManager.WebForms.5.0.0/content/Scripts/WebForms/
SmartNav.js
new file:
packages/Microsoft.AspNet.ScriptManager.WebForms.5.0.0/content/Scripts/WebForms/
TreeView.js
new file:
packages/Microsoft.AspNet.ScriptManager.WebForms.5.0.0/content/Scripts/WebForms/
WebForms.js
new file:
packages/Microsoft.AspNet.ScriptManager.WebForms.5.0.0/content/Scripts/WebForms/
WebParts.js
new file:
packages/Microsoft.AspNet.ScriptManager.WebForms.5.0.0/content/Scripts/WebForms/
WebUIValidation.js
new file:
packages/Microsoft.AspNet.ScriptManager.WebForms.5.0.0/lib/net45/Microsoft.ScriptMa
nager.WebForms.dll
new file: packages/Microsoft.AspNet.Web.Optimization.1.1.3/.signature.p7s
new file:
packages/Microsoft.AspNet.Web.Optimization.1.1.3/Microsoft.AspNet.Web.Optimization.
1.1.3.nupkg
new file:
packages/Microsoft.AspNet.Web.Optimization.1.1.3/lib/net40/System.Web.Optimization.
dll
new file: packages/Microsoft.AspNet.Web.Optimization.1.1.3/lib/net40/pt-
br/System.Web.Optimization.resources.dll
new file:
packages/Microsoft.AspNet.Web.Optimization.1.1.3/lib/net40/system.web.optimization.
xml
new file:
packages/Microsoft.AspNet.Web.Optimization.WebForms.1.1.3/.signature.p7s
new file:
packages/Microsoft.AspNet.Web.Optimization.WebForms.1.1.3/Microsoft.AspNet.Web.Opti
mization.WebForms.1.1.3.nupkg
new file:
packages/Microsoft.AspNet.Web.Optimization.WebForms.1.1.3/content/
web.config.transform
new file:
packages/Microsoft.AspNet.Web.Optimization.WebForms.1.1.3/lib/net45/
Microsoft.AspNet.Web.Optimization.WebForms.dll
new file: packages/Microsoft.AspNet.Web.Optimization.pt-
br.1.1.3/.signature.p7s
new file:
packages/Microsoft.AspNet.Web.Optimization.pt-br.1.1.3/Microsoft.AspNet.Web.Optimiz
ation.pt-br.1.1.3.nupkg
new file:
packages/Microsoft.AspNet.Web.Optimization.pt-br.1.1.3/lib/net40/pt-br/
System.Web.Optimization.resources.dll
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/.signature.p7s
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/
Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1.nupkg
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/build/net45/
Microsoft.CodeDom.Providers.DotNetCompilerPlatform.Extensions.props
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/build/net45/
Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/build/net46/
Microsoft.CodeDom.Providers.DotNetCompilerPlatform.Extensions.props
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/build/net46/
Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/content/net45/
app.config.install.xdt
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/content/net45/
app.config.uninstall.xdt
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/content/net45/
web.config.install.xdt
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/content/net45/
web.config.uninstall.xdt
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/content/net46/
app.config.install.xdt
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/content/net46/
app.config.uninstall.xdt
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/content/net46/
web.config.install.xdt
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/content/net46/
web.config.uninstall.xdt
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/lib/net45/
Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/lib/net45/
Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xml
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/
Microsoft.Build.Tasks.CodeAnalysis.dll
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/
Microsoft.CSharp.Core.targets
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/
Microsoft.CodeAnalysis.CSharp.Scripting.dll
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/
Microsoft.CodeAnalysis.CSharp.dll
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/
Microsoft.CodeAnalysis.Scripting.dll
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/
Microsoft.CodeAnalysis.VisualBasic.dll
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/
Microsoft.CodeAnalysis.dll
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/
Microsoft.DiaSymReader.Native.amd64.dll
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/
Microsoft.DiaSymReader.Native.x86.dll
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/
Microsoft.VisualBasic.Core.targets
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/
System.AppContext.dll
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/
System.Collections.Immutable.dll
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/
System.Diagnostics.StackTrace.dll
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/
System.IO.FileSystem.Primitives.dll
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/
System.IO.FileSystem.dll
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/
System.Reflection.Metadata.dll
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/
VBCSCompiler.exe
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/
VBCSCompiler.exe.config
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/
csc.exe
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/
csc.exe.config
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/
csc.rsp
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/
csi.exe
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/
csi.rsp
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/
vbc.exe
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/
vbc.exe.config
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/
vbc.rsp
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/Microsoft.Build.Tasks.CodeAnalysis.dll
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/Microsoft.CSharp.Core.targets
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/Microsoft.CodeAnalysis.CSharp.Scripting.dll
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/Microsoft.CodeAnalysis.CSharp.dll
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/Microsoft.CodeAnalysis.Scripting.dll
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/Microsoft.CodeAnalysis.VisualBasic.dll
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/Microsoft.CodeAnalysis.dll
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/Microsoft.DiaSymReader.Native.amd64.dll
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/Microsoft.DiaSymReader.Native.x86.dll
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/Microsoft.Managed.Core.targets
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/Microsoft.VisualBasic.Core.targets
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/Microsoft.Win32.Primitives.dll
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/System.AppContext.dll
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/System.Collections.Immutable.dll
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/System.Console.dll
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/System.Diagnostics.DiagnosticSource.dll
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/System.Diagnostics.FileVersionInfo.dll
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/System.Diagnostics.StackTrace.dll
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/System.Globalization.Calendars.dll
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/System.IO.Compression.ZipFile.dll
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/System.IO.Compression.dll
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/System.IO.FileSystem.Primitives.dll
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/System.IO.FileSystem.dll
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/System.Net.Http.dll
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/System.Net.Sockets.dll
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/System.Reflection.Metadata.dll
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/System.Runtime.InteropServices.RuntimeInformation.dll
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/System.Security.Cryptography.Algorithms.dll
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/System.Security.Cryptography.Encoding.dll
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/System.Security.Cryptography.Primitives.dll
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/System.Security.Cryptography.X509Certificates.dll
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/System.Text.Encoding.CodePages.dll
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/System.Threading.Tasks.Extensions.dll
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/System.ValueTuple.dll
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/System.Xml.ReaderWriter.dll
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/System.Xml.XPath.XDocument.dll
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/System.Xml.XPath.dll
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/System.Xml.XmlDocument.dll
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/VBCSCompiler.exe
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/VBCSCompiler.exe.config
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/csc.exe
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/csc.exe.config
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/csc.rsp
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/csi.exe
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/csi.exe.config
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/csi.rsp
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/vbc.exe
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/vbc.exe.config
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/vbc.rsp
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/net45/
install.ps1
new file:
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/net45/
uninstall.ps1
new file: packages/Microsoft.Web.Infrastructure.1.0.0.0/.signature.p7s
new file:
packages/Microsoft.Web.Infrastructure.1.0.0.0/Microsoft.Web.Infrastructure.1.0.0.0.
nupkg
new file:
packages/Microsoft.Web.Infrastructure.1.0.0.0/lib/net40/Microsoft.Web.Infrastructur
e.dll
new file: packages/Modernizr.2.8.3/.signature.p7s
new file: packages/Modernizr.2.8.3/Content/Scripts/modernizr-2.8.3.js
new file: packages/Modernizr.2.8.3/Modernizr.2.8.3.nupkg
new file: packages/Modernizr.2.8.3/Tools/common.ps1
new file: packages/Modernizr.2.8.3/Tools/install.ps1
new file: packages/Modernizr.2.8.3/Tools/uninstall.ps1
new file: packages/Newtonsoft.Json.12.0.2/.signature.p7s
new file: packages/Newtonsoft.Json.12.0.2/LICENSE.md
new file: packages/Newtonsoft.Json.12.0.2/Newtonsoft.Json.12.0.2.nupkg
new file: packages/Newtonsoft.Json.12.0.2/lib/net20/Newtonsoft.Json.dll
new file: packages/Newtonsoft.Json.12.0.2/lib/net20/Newtonsoft.Json.xml
new file: packages/Newtonsoft.Json.12.0.2/lib/net35/Newtonsoft.Json.dll
new file: packages/Newtonsoft.Json.12.0.2/lib/net35/Newtonsoft.Json.xml
new file: packages/Newtonsoft.Json.12.0.2/lib/net40/Newtonsoft.Json.dll
new file: packages/Newtonsoft.Json.12.0.2/lib/net40/Newtonsoft.Json.xml
new file: packages/Newtonsoft.Json.12.0.2/lib/net45/Newtonsoft.Json.dll
new file: packages/Newtonsoft.Json.12.0.2/lib/net45/Newtonsoft.Json.xml
new file:
packages/Newtonsoft.Json.12.0.2/lib/netstandard1.0/Newtonsoft.Json.dll
new file:
packages/Newtonsoft.Json.12.0.2/lib/netstandard1.0/Newtonsoft.Json.xml
new file:
packages/Newtonsoft.Json.12.0.2/lib/netstandard1.3/Newtonsoft.Json.dll
new file:
packages/Newtonsoft.Json.12.0.2/lib/netstandard1.3/Newtonsoft.Json.xml
new file:
packages/Newtonsoft.Json.12.0.2/lib/netstandard2.0/Newtonsoft.Json.dll
new file:
packages/Newtonsoft.Json.12.0.2/lib/netstandard2.0/Newtonsoft.Json.xml
new file: packages/Newtonsoft.Json.12.0.2/lib/portable-
net40+sl5+win8+wp8+wpa81/Newtonsoft.Json.dll
new file: packages/Newtonsoft.Json.12.0.2/lib/portable-
net40+sl5+win8+wp8+wpa81/Newtonsoft.Json.xml
new file: packages/Newtonsoft.Json.12.0.2/lib/portable-
net45+win8+wp8+wpa81/Newtonsoft.Json.dll
new file: packages/Newtonsoft.Json.12.0.2/lib/portable-
net45+win8+wp8+wpa81/Newtonsoft.Json.xml
new file: packages/WebGrease.1.6.0/.signature.p7s
new file: packages/WebGrease.1.6.0/WebGrease.1.6.0.nupkg
new file: packages/WebGrease.1.6.0/lib/WebGrease.dll
new file: packages/WebGrease.1.6.0/tools/WG.EXE
new file: packages/bootstrap.3.4.1/.signature.p7s
new file: packages/bootstrap.3.4.1/LICENSE.txt
new file: packages/bootstrap.3.4.1/bootstrap.3.4.1.nupkg
new file: packages/bootstrap.3.4.1/content/Content/bootstrap-theme.css
new file: packages/bootstrap.3.4.1/content/Content/bootstrap-
theme.css.map
new file: packages/bootstrap.3.4.1/content/Content/bootstrap-
theme.min.css
new file: packages/bootstrap.3.4.1/content/Content/bootstrap-
theme.min.css.map
new file: packages/bootstrap.3.4.1/content/Content/bootstrap.css
new file: packages/bootstrap.3.4.1/content/Content/bootstrap.css.map
new file: packages/bootstrap.3.4.1/content/Content/bootstrap.min.css
new file: packages/bootstrap.3.4.1/content/Content/bootstrap.min.css.map
new file: packages/bootstrap.3.4.1/content/Scripts/bootstrap.js
new file: packages/bootstrap.3.4.1/content/Scripts/bootstrap.min.js
new file: packages/bootstrap.3.4.1/content/fonts/glyphicons-halflings-
regular.eot
new file: packages/bootstrap.3.4.1/content/fonts/glyphicons-halflings-
regular.svg
new file: packages/bootstrap.3.4.1/content/fonts/glyphicons-halflings-
regular.ttf
new file: packages/bootstrap.3.4.1/content/fonts/glyphicons-halflings-
regular.woff
new file: packages/bootstrap.3.4.1/content/fonts/glyphicons-halflings-
regular.woff2
new file: packages/bootstrap.3.4.1/contentFiles/Content/bootstrap-
theme.css
new file: packages/bootstrap.3.4.1/contentFiles/Content/bootstrap-
theme.css.map
new file: packages/bootstrap.3.4.1/contentFiles/Content/bootstrap-
theme.min.css
new file: packages/bootstrap.3.4.1/contentFiles/Content/bootstrap-
theme.min.css.map
new file: packages/bootstrap.3.4.1/contentFiles/Content/bootstrap.css
new file: packages/bootstrap.3.4.1/contentFiles/Content/bootstrap.css.map
new file: packages/bootstrap.3.4.1/contentFiles/Content/bootstrap.min.css
new file:
packages/bootstrap.3.4.1/contentFiles/Content/bootstrap.min.css.map
new file: packages/bootstrap.3.4.1/contentFiles/Scripts/bootstrap.js
new file: packages/bootstrap.3.4.1/contentFiles/Scripts/bootstrap.min.js
new file: packages/bootstrap.3.4.1/contentFiles/fonts/glyphicons-
halflings-regular.eot
new file: packages/bootstrap.3.4.1/contentFiles/fonts/glyphicons-
halflings-regular.svg
new file: packages/bootstrap.3.4.1/contentFiles/fonts/glyphicons-
halflings-regular.ttf
new file: packages/bootstrap.3.4.1/contentFiles/fonts/glyphicons-
halflings-regular.woff
new file: packages/bootstrap.3.4.1/contentFiles/fonts/glyphicons-
halflings-regular.woff2
new file: packages/jQuery.3.4.1/.signature.p7s
new file: packages/jQuery.3.4.1/Content/Scripts/jquery-3.4.1-vsdoc.js
new file: packages/jQuery.3.4.1/Content/Scripts/jquery-3.4.1.js
new file: packages/jQuery.3.4.1/Content/Scripts/jquery-3.4.1.min.js
new file: packages/jQuery.3.4.1/Content/Scripts/jquery-3.4.1.min.map
new file: packages/jQuery.3.4.1/Content/Scripts/jquery-3.4.1.slim.js
new file: packages/jQuery.3.4.1/Content/Scripts/jquery-3.4.1.slim.min.js
new file: packages/jQuery.3.4.1/Content/Scripts/jquery-3.4.1.slim.min.map
new file: packages/jQuery.3.4.1/Tools/common.ps1
new file: packages/jQuery.3.4.1/Tools/install.ps1
new file: packages/jQuery.3.4.1/Tools/jquery-3.4.1.intellisense.js
new file: packages/jQuery.3.4.1/Tools/uninstall.ps1
new file: packages/jQuery.3.4.1/jQuery.3.4.1.nupkg

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (master)
$ git commit -m "commit inicial"
[master (root-commit) cc24c3e] commit inicial
433 files changed, 224062 insertions(+)
create mode 100644 .vs/Empresa/FileContentIndex/f26f6904-f1e3-423c-a336-
6f83b310cb3c.vsidx
create mode 100644 .vs/Empresa/FileContentIndex/read.lock
create mode 100644 .vs/Empresa/config/applicationhost.config
create mode 100644 .vs/Empresa/v17/.suo
create mode 100644 Empresa.sln
create mode 100644 Empresa/About.aspx
create mode 100644 Empresa/About.aspx.cs
create mode 100644 Empresa/About.aspx.designer.cs
create mode 100644 Empresa/App_Start/BundleConfig.cs
create mode 100644 Empresa/App_Start/RouteConfig.cs
create mode 100644 Empresa/Bundle.config
create mode 100644 Empresa/Classes/Produto.cs
create mode 100644 Empresa/Contact.aspx
create mode 100644 Empresa/Contact.aspx.cs
create mode 100644 Empresa/Contact.aspx.designer.cs
create mode 100644 Empresa/Content/Site.css
create mode 100644 Empresa/Content/bootstrap-theme.css
create mode 100644 Empresa/Content/bootstrap-theme.css.map
create mode 100644 Empresa/Content/bootstrap-theme.min.css
create mode 100644 Empresa/Content/bootstrap-theme.min.css.map
create mode 100644 Empresa/Content/bootstrap.css
create mode 100644 Empresa/Content/bootstrap.css.map
create mode 100644 Empresa/Content/bootstrap.min.css
create mode 100644 Empresa/Content/bootstrap.min.css.map
create mode 100644 Empresa/Default.aspx
create mode 100644 Empresa/Default.aspx.cs
create mode 100644 Empresa/Default.aspx.designer.cs
create mode 100644 Empresa/Empresa.csproj
create mode 100644 Empresa/Empresa.csproj.user
create mode 100644 Empresa/Global.asax
create mode 100644 Empresa/Global.asax.cs
create mode 100644 Empresa/Negocio/Produto.cs
create mode 100644 Empresa/Produto/CadastrarProduto.aspx
create mode 100644 Empresa/Produto/CadastrarProduto.aspx.cs
create mode 100644 Empresa/Produto/CadastrarProduto.aspx.designer.cs
create mode 100644 Empresa/Produto/EditarProduto.aspx
create mode 100644 Empresa/Produto/EditarProduto.aspx.cs
create mode 100644 Empresa/Produto/EditarProduto.aspx.designer.cs
create mode 100644 Empresa/Produto/PesquisarProduto1.aspx
create mode 100644 Empresa/Produto/PesquisarProduto1.aspx.cs
create mode 100644 Empresa/Produto/PesquisarProduto1.aspx.designer.cs
create mode 100644 Empresa/Properties/AssemblyInfo.cs
create mode 100644 Empresa/Scripts/WebForms/DetailsView.js
create mode 100644 Empresa/Scripts/WebForms/Focus.js
create mode 100644 Empresa/Scripts/WebForms/GridView.js
create mode 100644 Empresa/Scripts/WebForms/MSAjax/MicrosoftAjax.js
create mode 100644
Empresa/Scripts/WebForms/MSAjax/MicrosoftAjaxApplicationServices.js
create mode 100644 Empresa/Scripts/WebForms/MSAjax/MicrosoftAjaxComponentModel.js
create mode 100644 Empresa/Scripts/WebForms/MSAjax/MicrosoftAjaxCore.js
create mode 100644 Empresa/Scripts/WebForms/MSAjax/MicrosoftAjaxGlobalization.js
create mode 100644 Empresa/Scripts/WebForms/MSAjax/MicrosoftAjaxHistory.js
create mode 100644 Empresa/Scripts/WebForms/MSAjax/MicrosoftAjaxNetwork.js
create mode 100644 Empresa/Scripts/WebForms/MSAjax/MicrosoftAjaxSerialization.js
create mode 100644 Empresa/Scripts/WebForms/MSAjax/MicrosoftAjaxTimer.js
create mode 100644 Empresa/Scripts/WebForms/MSAjax/MicrosoftAjaxWebForms.js
create mode 100644 Empresa/Scripts/WebForms/MSAjax/MicrosoftAjaxWebServices.js
create mode 100644 Empresa/Scripts/WebForms/Menu.js
create mode 100644 Empresa/Scripts/WebForms/MenuStandards.js
create mode 100644 Empresa/Scripts/WebForms/SmartNav.js
create mode 100644 Empresa/Scripts/WebForms/TreeView.js
create mode 100644 Empresa/Scripts/WebForms/WebForms.js
create mode 100644 Empresa/Scripts/WebForms/WebParts.js
create mode 100644 Empresa/Scripts/WebForms/WebUIValidation.js
create mode 100644 Empresa/Scripts/bootstrap.js
create mode 100644 Empresa/Scripts/bootstrap.min.js
create mode 100644 Empresa/Scripts/jquery-3.4.1.intellisense.js
create mode 100644 Empresa/Scripts/jquery-3.4.1.js
create mode 100644 Empresa/Scripts/jquery-3.4.1.min.js
create mode 100644 Empresa/Scripts/jquery-3.4.1.min.map
create mode 100644 Empresa/Scripts/jquery-3.4.1.slim.js
create mode 100644 Empresa/Scripts/jquery-3.4.1.slim.min.js
create mode 100644 Empresa/Scripts/jquery-3.4.1.slim.min.map
create mode 100644 Empresa/Scripts/modernizr-2.8.3.js
create mode 100644 Empresa/Site.Master
create mode 100644 Empresa/Site.Master.cs
create mode 100644 Empresa/Site.Master.designer.cs
create mode 100644 Empresa/Site.Mobile.Master
create mode 100644 Empresa/Site.Mobile.Master.cs
create mode 100644 Empresa/Site.Mobile.Master.designer.cs
create mode 100644 Empresa/ViewSwitcher.ascx
create mode 100644 Empresa/ViewSwitcher.ascx.cs
create mode 100644 Empresa/ViewSwitcher.ascx.designer.cs
create mode 100644 Empresa/Web.Debug.config
create mode 100644 Empresa/Web.Release.config
create mode 100644 Empresa/Web.config
create mode 100644 Empresa/bin/Antlr3.Runtime.dll
create mode 100644 Empresa/bin/Antlr3.Runtime.pdb
create mode 100644 Empresa/bin/AspNet.ScriptManager.bootstrap.dll
create mode 100644 Empresa/bin/AspNet.ScriptManager.jQuery.dll
create mode 100644 Empresa/bin/BouncyCastle.Crypto.dll
create mode 100644 Empresa/bin/Empresa.dll
create mode 100644 Empresa/bin/Empresa.dll.config
create mode 100644 Empresa/bin/Empresa.pdb
create mode 100644 Empresa/bin/Google.Protobuf.dll
create mode 100644 Empresa/bin/K4os.Compression.LZ4.Streams.dll
create mode 100644 Empresa/bin/K4os.Compression.LZ4.dll
create mode 100644 Empresa/bin/K4os.Hash.xxHash.dll
create mode 100644 Empresa/bin/Microsoft.AspNet.FriendlyUrls.dll
create mode 100644 Empresa/bin/Microsoft.AspNet.FriendlyUrls.xml
create mode 100644 Empresa/bin/Microsoft.AspNet.Web.Optimization.WebForms.dll
create mode 100644
Empresa/bin/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll
create mode 100644
Empresa/bin/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xml
create mode 100644 Empresa/bin/Microsoft.ScriptManager.MSAjax.dll
create mode 100644 Empresa/bin/Microsoft.ScriptManager.WebForms.dll
create mode 100644 Empresa/bin/Microsoft.Web.Infrastructure.dll
create mode 100644 Empresa/bin/MySql.Data.dll
create mode 100644 Empresa/bin/MySql.Data.xml
create mode 100644 Empresa/bin/Newtonsoft.Json.dll
create mode 100644 Empresa/bin/Newtonsoft.Json.xml
create mode 100644 Empresa/bin/System.Buffers.dll
create mode 100644 Empresa/bin/System.Memory.dll
create mode 100644 Empresa/bin/System.Web.Optimization.dll
create mode 100644 Empresa/bin/System.Web.Optimization.xml
create mode 100644 Empresa/bin/Ubiety.Dns.Core.dll
create mode 100644 Empresa/bin/WebGrease.dll
create mode 100644 Empresa/bin/ZstdNet.dll
create mode 100644 Empresa/bin/pt-br/Microsoft.AspNet.FriendlyUrls.resources.dll
create mode 100644 Empresa/bin/pt-br/System.Web.Optimization.resources.dll
create mode 100644 Empresa/bin/roslyn/Microsoft.Build.Tasks.CodeAnalysis.dll
create mode 100644 Empresa/bin/roslyn/Microsoft.CSharp.Core.targets
create mode 100644 Empresa/bin/roslyn/Microsoft.CodeAnalysis.CSharp.Scripting.dll
create mode 100644 Empresa/bin/roslyn/Microsoft.CodeAnalysis.CSharp.dll
create mode 100644 Empresa/bin/roslyn/Microsoft.CodeAnalysis.Scripting.dll
create mode 100644 Empresa/bin/roslyn/Microsoft.CodeAnalysis.VisualBasic.dll
create mode 100644 Empresa/bin/roslyn/Microsoft.CodeAnalysis.dll
create mode 100644 Empresa/bin/roslyn/Microsoft.DiaSymReader.Native.amd64.dll
create mode 100644 Empresa/bin/roslyn/Microsoft.DiaSymReader.Native.x86.dll
create mode 100644 Empresa/bin/roslyn/Microsoft.Managed.Core.targets
create mode 100644 Empresa/bin/roslyn/Microsoft.VisualBasic.Core.targets
create mode 100644 Empresa/bin/roslyn/Microsoft.Win32.Primitives.dll
create mode 100644 Empresa/bin/roslyn/System.AppContext.dll
create mode 100644 Empresa/bin/roslyn/System.Collections.Immutable.dll
create mode 100644 Empresa/bin/roslyn/System.Console.dll
create mode 100644 Empresa/bin/roslyn/System.Diagnostics.DiagnosticSource.dll
create mode 100644 Empresa/bin/roslyn/System.Diagnostics.FileVersionInfo.dll
create mode 100644 Empresa/bin/roslyn/System.Diagnostics.StackTrace.dll
create mode 100644 Empresa/bin/roslyn/System.Globalization.Calendars.dll
create mode 100644 Empresa/bin/roslyn/System.IO.Compression.ZipFile.dll
create mode 100644 Empresa/bin/roslyn/System.IO.Compression.dll
create mode 100644 Empresa/bin/roslyn/System.IO.FileSystem.Primitives.dll
create mode 100644 Empresa/bin/roslyn/System.IO.FileSystem.dll
create mode 100644 Empresa/bin/roslyn/System.Net.Http.dll
create mode 100644 Empresa/bin/roslyn/System.Net.Sockets.dll
create mode 100644 Empresa/bin/roslyn/System.Reflection.Metadata.dll
create mode 100644
Empresa/bin/roslyn/System.Runtime.InteropServices.RuntimeInformation.dll
create mode 100644 Empresa/bin/roslyn/System.Security.Cryptography.Algorithms.dll
create mode 100644 Empresa/bin/roslyn/System.Security.Cryptography.Encoding.dll
create mode 100644 Empresa/bin/roslyn/System.Security.Cryptography.Primitives.dll
create mode 100644
Empresa/bin/roslyn/System.Security.Cryptography.X509Certificates.dll
create mode 100644 Empresa/bin/roslyn/System.Text.Encoding.CodePages.dll
create mode 100644 Empresa/bin/roslyn/System.Threading.Tasks.Extensions.dll
create mode 100644 Empresa/bin/roslyn/System.ValueTuple.dll
create mode 100644 Empresa/bin/roslyn/System.Xml.ReaderWriter.dll
create mode 100644 Empresa/bin/roslyn/System.Xml.XPath.XDocument.dll
create mode 100644 Empresa/bin/roslyn/System.Xml.XPath.dll
create mode 100644 Empresa/bin/roslyn/System.Xml.XmlDocument.dll
create mode 100644 Empresa/bin/roslyn/VBCSCompiler.exe
create mode 100644 Empresa/bin/roslyn/VBCSCompiler.exe.config
create mode 100644 Empresa/bin/roslyn/csc.exe
create mode 100644 Empresa/bin/roslyn/csc.exe.config
create mode 100644 Empresa/bin/roslyn/csc.rsp
create mode 100644 Empresa/bin/roslyn/csi.exe
create mode 100644 Empresa/bin/roslyn/csi.exe.config
create mode 100644 Empresa/bin/roslyn/csi.rsp
create mode 100644 Empresa/bin/roslyn/vbc.exe
create mode 100644 Empresa/bin/roslyn/vbc.exe.config
create mode 100644 Empresa/bin/roslyn/vbc.rsp
create mode 100644 Empresa/favicon.ico
create mode 100644 Empresa/fonts/glyphicons-halflings-regular.eot
create mode 100644 Empresa/fonts/glyphicons-halflings-regular.svg
create mode 100644 Empresa/fonts/glyphicons-halflings-regular.ttf
create mode 100644 Empresa/fonts/glyphicons-halflings-regular.woff
create mode 100644 Empresa/fonts/glyphicons-halflings-regular.woff2
create mode 100644
Empresa/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs
create mode 100644 Empresa/obj/Debug/DesignTimeResolveAssemblyReferences.cache
create mode 100644
Empresa/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
create mode 100644 Empresa/obj/Debug/Empresa.csproj.AssemblyReference.cache
create mode 100644 Empresa/obj/Debug/Empresa.csproj.CopyComplete
create mode 100644 Empresa/obj/Debug/Empresa.csproj.CoreCompileInputs.cache
create mode 100644 Empresa/obj/Debug/Empresa.csproj.FileListAbsolute.txt
create mode 100644 Empresa/obj/Debug/Empresa.dll
create mode 100644 Empresa/obj/Debug/Empresa.pdb
create mode 100644 Empresa/packages.config
create mode 100644 packages/Antlr.3.5.0.2/.signature.p7s
create mode 100644 packages/Antlr.3.5.0.2/Antlr.3.5.0.2.nupkg
create mode 100644 packages/Antlr.3.5.0.2/lib/Antlr3.Runtime.dll
create mode 100644 packages/Antlr.3.5.0.2/lib/Antlr3.Runtime.pdb
create mode 100644 packages/AspNet.ScriptManager.bootstrap.3.4.1/.signature.p7s
create mode 100644
packages/AspNet.ScriptManager.bootstrap.3.4.1/AspNet.ScriptManager.bootstrap.3.4.1.
nupkg
create mode 100644
packages/AspNet.ScriptManager.bootstrap.3.4.1/lib/net40/AspNet.ScriptManager.bootst
rap.dll
create mode 100644
packages/AspNet.ScriptManager.bootstrap.3.4.1/lib/net45/AspNet.ScriptManager.bootst
rap.dll
create mode 100644 packages/AspNet.ScriptManager.jQuery.3.4.1/.signature.p7s
create mode 100644
packages/AspNet.ScriptManager.jQuery.3.4.1/AspNet.ScriptManager.jQuery.3.4.1.nupkg
create mode 100644
packages/AspNet.ScriptManager.jQuery.3.4.1/lib/net40/AspNet.ScriptManager.jQuery.dl
l
create mode 100644
packages/AspNet.ScriptManager.jQuery.3.4.1/lib/net45/AspNet.ScriptManager.jQuery.dl
l
create mode 100644 packages/Microsoft.AspNet.FriendlyUrls.1.0.2/.signature.p7s
create mode 100644
packages/Microsoft.AspNet.FriendlyUrls.1.0.2/Content/App_Start/RouteConfig.cs.pp
create mode 100644
packages/Microsoft.AspNet.FriendlyUrls.1.0.2/Content/Site.Mobile.Master.cs.pp
create mode 100644
packages/Microsoft.AspNet.FriendlyUrls.1.0.2/Content/Site.Mobile.Master.designer.cs
.pp
create mode 100644
packages/Microsoft.AspNet.FriendlyUrls.1.0.2/Content/Site.Mobile.Master.pp
create mode 100644
packages/Microsoft.AspNet.FriendlyUrls.1.0.2/Content/ViewSwitcher.ascx.cs.pp
create mode 100644
packages/Microsoft.AspNet.FriendlyUrls.1.0.2/Content/ViewSwitcher.ascx.designer.cs.
pp
create mode 100644
packages/Microsoft.AspNet.FriendlyUrls.1.0.2/Content/ViewSwitcher.ascx.pp
create mode 100644
packages/Microsoft.AspNet.FriendlyUrls.1.0.2/Microsoft.AspNet.FriendlyUrls.1.0.2.nu
pkg
create mode 100644 packages/Microsoft.AspNet.FriendlyUrls.1.0.2/readme.txt
create mode 100644
packages/Microsoft.AspNet.FriendlyUrls.Core.1.0.2/.signature.p7s
create mode 100644
packages/Microsoft.AspNet.FriendlyUrls.Core.1.0.2/Microsoft.AspNet.FriendlyUrls.Cor
e.1.0.2.nupkg
create mode 100644
packages/Microsoft.AspNet.FriendlyUrls.Core.1.0.2/lib/net40/Microsoft.AspNet.Friend
lyUrls.dll
create mode 100644
packages/Microsoft.AspNet.FriendlyUrls.Core.1.0.2/lib/net40/Microsoft.AspNet.Friend
lyUrls.xml
create mode 100644 packages/Microsoft.AspNet.FriendlyUrls.Core.1.0.2/lib/net40/pt-
br/Microsoft.AspNet.FriendlyUrls.resources.dll
create mode 100644 packages/Microsoft.AspNet.FriendlyUrls.Core.1.0.2/lib/net40/pt-
br/Microsoft.AspNet.FriendlyUrls.xml
create mode 100644
packages/Microsoft.AspNet.FriendlyUrls.Core.1.0.2/lib/net45/Microsoft.AspNet.Friend
lyUrls.dll
create mode 100644
packages/Microsoft.AspNet.FriendlyUrls.Core.1.0.2/lib/net45/Microsoft.AspNet.Friend
lyUrls.xml
create mode 100644 packages/Microsoft.AspNet.FriendlyUrls.Core.1.0.2/lib/net45/pt-
br/Microsoft.AspNet.FriendlyUrls.resources.dll
create mode 100644 packages/Microsoft.AspNet.FriendlyUrls.Core.1.0.2/lib/net45/pt-
br/Microsoft.AspNet.FriendlyUrls.xml
create mode 100644 packages/Microsoft.AspNet.FriendlyUrls.Core.pt-
br.1.0.2/.signature.p7s
create mode 100644
packages/Microsoft.AspNet.FriendlyUrls.Core.pt-br.1.0.2/Microsoft.AspNet.FriendlyUr
ls.Core.pt-br.1.0.2.nupkg
create mode 100644
packages/Microsoft.AspNet.FriendlyUrls.Core.pt-br.1.0.2/lib/net40/pt-br/
Microsoft.AspNet.FriendlyUrls.resources.dll
create mode 100644
packages/Microsoft.AspNet.FriendlyUrls.Core.pt-br.1.0.2/lib/net40/pt-br/
Microsoft.AspNet.FriendlyUrls.xml
create mode 100644
packages/Microsoft.AspNet.FriendlyUrls.Core.pt-br.1.0.2/lib/net45/pt-br/
Microsoft.AspNet.FriendlyUrls.resources.dll
create mode 100644
packages/Microsoft.AspNet.FriendlyUrls.Core.pt-br.1.0.2/lib/net45/pt-br/
Microsoft.AspNet.FriendlyUrls.xml
create mode 100644
packages/Microsoft.AspNet.ScriptManager.MSAjax.5.0.0/.signature.p7s
create mode 100644
packages/Microsoft.AspNet.ScriptManager.MSAjax.5.0.0/Microsoft.AspNet.ScriptManager
.MSAjax.5.0.0.nupkg
create mode 100644
packages/Microsoft.AspNet.ScriptManager.MSAjax.5.0.0/content/Scripts/WebForms/
MSAjax/MicrosoftAjax.js
create mode 100644
packages/Microsoft.AspNet.ScriptManager.MSAjax.5.0.0/content/Scripts/WebForms/
MSAjax/MicrosoftAjaxApplicationServices.js
create mode 100644
packages/Microsoft.AspNet.ScriptManager.MSAjax.5.0.0/content/Scripts/WebForms/
MSAjax/MicrosoftAjaxComponentModel.js
create mode 100644
packages/Microsoft.AspNet.ScriptManager.MSAjax.5.0.0/content/Scripts/WebForms/
MSAjax/MicrosoftAjaxCore.js
create mode 100644
packages/Microsoft.AspNet.ScriptManager.MSAjax.5.0.0/content/Scripts/WebForms/
MSAjax/MicrosoftAjaxGlobalization.js
create mode 100644
packages/Microsoft.AspNet.ScriptManager.MSAjax.5.0.0/content/Scripts/WebForms/
MSAjax/MicrosoftAjaxHistory.js
create mode 100644
packages/Microsoft.AspNet.ScriptManager.MSAjax.5.0.0/content/Scripts/WebForms/
MSAjax/MicrosoftAjaxNetwork.js
create mode 100644
packages/Microsoft.AspNet.ScriptManager.MSAjax.5.0.0/content/Scripts/WebForms/
MSAjax/MicrosoftAjaxSerialization.js
create mode 100644
packages/Microsoft.AspNet.ScriptManager.MSAjax.5.0.0/content/Scripts/WebForms/
MSAjax/MicrosoftAjaxTimer.js
create mode 100644
packages/Microsoft.AspNet.ScriptManager.MSAjax.5.0.0/content/Scripts/WebForms/
MSAjax/MicrosoftAjaxWebForms.js
create mode 100644
packages/Microsoft.AspNet.ScriptManager.MSAjax.5.0.0/content/Scripts/WebForms/
MSAjax/MicrosoftAjaxWebServices.js
create mode 100644
packages/Microsoft.AspNet.ScriptManager.MSAjax.5.0.0/lib/net45/Microsoft.ScriptMana
ger.MSAjax.dll
create mode 100644
packages/Microsoft.AspNet.ScriptManager.WebForms.5.0.0/.signature.p7s
create mode 100644
packages/Microsoft.AspNet.ScriptManager.WebForms.5.0.0/Microsoft.AspNet.ScriptManag
er.WebForms.5.0.0.nupkg
create mode 100644
packages/Microsoft.AspNet.ScriptManager.WebForms.5.0.0/content/Scripts/WebForms/
DetailsView.js
create mode 100644
packages/Microsoft.AspNet.ScriptManager.WebForms.5.0.0/content/Scripts/WebForms/
Focus.js
create mode 100644
packages/Microsoft.AspNet.ScriptManager.WebForms.5.0.0/content/Scripts/WebForms/
GridView.js
create mode 100644
packages/Microsoft.AspNet.ScriptManager.WebForms.5.0.0/content/Scripts/WebForms/
Menu.js
create mode 100644
packages/Microsoft.AspNet.ScriptManager.WebForms.5.0.0/content/Scripts/WebForms/
MenuStandards.js
create mode 100644
packages/Microsoft.AspNet.ScriptManager.WebForms.5.0.0/content/Scripts/WebForms/
SmartNav.js
create mode 100644
packages/Microsoft.AspNet.ScriptManager.WebForms.5.0.0/content/Scripts/WebForms/
TreeView.js
create mode 100644
packages/Microsoft.AspNet.ScriptManager.WebForms.5.0.0/content/Scripts/WebForms/
WebForms.js
create mode 100644
packages/Microsoft.AspNet.ScriptManager.WebForms.5.0.0/content/Scripts/WebForms/
WebParts.js
create mode 100644
packages/Microsoft.AspNet.ScriptManager.WebForms.5.0.0/content/Scripts/WebForms/
WebUIValidation.js
create mode 100644
packages/Microsoft.AspNet.ScriptManager.WebForms.5.0.0/lib/net45/Microsoft.ScriptMa
nager.WebForms.dll
create mode 100644 packages/Microsoft.AspNet.Web.Optimization.1.1.3/.signature.p7s
create mode 100644
packages/Microsoft.AspNet.Web.Optimization.1.1.3/Microsoft.AspNet.Web.Optimization.
1.1.3.nupkg
create mode 100644
packages/Microsoft.AspNet.Web.Optimization.1.1.3/lib/net40/System.Web.Optimization.
dll
create mode 100644 packages/Microsoft.AspNet.Web.Optimization.1.1.3/lib/net40/pt-
br/System.Web.Optimization.resources.dll
create mode 100644
packages/Microsoft.AspNet.Web.Optimization.1.1.3/lib/net40/system.web.optimization.
xml
create mode 100644
packages/Microsoft.AspNet.Web.Optimization.WebForms.1.1.3/.signature.p7s
create mode 100644
packages/Microsoft.AspNet.Web.Optimization.WebForms.1.1.3/Microsoft.AspNet.Web.Opti
mization.WebForms.1.1.3.nupkg
create mode 100644
packages/Microsoft.AspNet.Web.Optimization.WebForms.1.1.3/content/
web.config.transform
create mode 100644
packages/Microsoft.AspNet.Web.Optimization.WebForms.1.1.3/lib/net45/
Microsoft.AspNet.Web.Optimization.WebForms.dll
create mode 100644 packages/Microsoft.AspNet.Web.Optimization.pt-
br.1.1.3/.signature.p7s
create mode 100644
packages/Microsoft.AspNet.Web.Optimization.pt-br.1.1.3/Microsoft.AspNet.Web.Optimiz
ation.pt-br.1.1.3.nupkg
create mode 100644
packages/Microsoft.AspNet.Web.Optimization.pt-br.1.1.3/lib/net40/pt-br/
System.Web.Optimization.resources.dll
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/.signature.p7s
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/
Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1.nupkg
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/build/net45/
Microsoft.CodeDom.Providers.DotNetCompilerPlatform.Extensions.props
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/build/net45/
Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/build/net46/
Microsoft.CodeDom.Providers.DotNetCompilerPlatform.Extensions.props
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/build/net46/
Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/content/net45/
app.config.install.xdt
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/content/net45/
app.config.uninstall.xdt
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/content/net45/
web.config.install.xdt
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/content/net45/
web.config.uninstall.xdt
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/content/net46/
app.config.install.xdt
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/content/net46/
app.config.uninstall.xdt
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/content/net46/
web.config.install.xdt
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/content/net46/
web.config.uninstall.xdt
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/lib/net45/
Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/lib/net45/
Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xml
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/
Microsoft.Build.Tasks.CodeAnalysis.dll
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/
Microsoft.CSharp.Core.targets
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/
Microsoft.CodeAnalysis.CSharp.Scripting.dll
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/
Microsoft.CodeAnalysis.CSharp.dll
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/
Microsoft.CodeAnalysis.Scripting.dll
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/
Microsoft.CodeAnalysis.VisualBasic.dll
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/
Microsoft.CodeAnalysis.dll
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/
Microsoft.DiaSymReader.Native.amd64.dll
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/
Microsoft.DiaSymReader.Native.x86.dll
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/
Microsoft.VisualBasic.Core.targets
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/
System.AppContext.dll
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/
System.Collections.Immutable.dll
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/
System.Diagnostics.StackTrace.dll
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/
System.IO.FileSystem.Primitives.dll
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/
System.IO.FileSystem.dll
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/
System.Reflection.Metadata.dll
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/
VBCSCompiler.exe
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/
VBCSCompiler.exe.config
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/
csc.exe
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/
csc.exe.config
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/
csc.rsp
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/
csi.exe
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/
csi.rsp
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/
vbc.exe
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/
vbc.exe.config
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/Roslyn45/
vbc.rsp
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/Microsoft.Build.Tasks.CodeAnalysis.dll
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/Microsoft.CSharp.Core.targets
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/Microsoft.CodeAnalysis.CSharp.Scripting.dll
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/Microsoft.CodeAnalysis.CSharp.dll
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/Microsoft.CodeAnalysis.Scripting.dll
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/Microsoft.CodeAnalysis.VisualBasic.dll
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/Microsoft.CodeAnalysis.dll
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/Microsoft.DiaSymReader.Native.amd64.dll
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/Microsoft.DiaSymReader.Native.x86.dll
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/Microsoft.Managed.Core.targets
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/Microsoft.VisualBasic.Core.targets
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/Microsoft.Win32.Primitives.dll
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/System.AppContext.dll
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/System.Collections.Immutable.dll
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/System.Console.dll
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/System.Diagnostics.DiagnosticSource.dll
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/System.Diagnostics.FileVersionInfo.dll
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/System.Diagnostics.StackTrace.dll
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/System.Globalization.Calendars.dll
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/System.IO.Compression.ZipFile.dll
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/System.IO.Compression.dll
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/System.IO.FileSystem.Primitives.dll
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/System.IO.FileSystem.dll
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/System.Net.Http.dll
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/System.Net.Sockets.dll
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/System.Reflection.Metadata.dll
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/System.Runtime.InteropServices.RuntimeInformation.dll
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/System.Security.Cryptography.Algorithms.dll
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/System.Security.Cryptography.Encoding.dll
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/System.Security.Cryptography.Primitives.dll
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/System.Security.Cryptography.X509Certificates.dll
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/System.Text.Encoding.CodePages.dll
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/System.Threading.Tasks.Extensions.dll
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/System.ValueTuple.dll
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/System.Xml.ReaderWriter.dll
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/System.Xml.XPath.XDocument.dll
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/System.Xml.XPath.dll
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/System.Xml.XmlDocument.dll
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/VBCSCompiler.exe
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/VBCSCompiler.exe.config
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/csc.exe
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/csc.exe.config
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/csc.rsp
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/csi.exe
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/csi.exe.config
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/csi.rsp
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/vbc.exe
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/vbc.exe.config
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/
RoslynLatest/vbc.rsp
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/net45/
install.ps1
create mode 100644
packages/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1/tools/net45/
uninstall.ps1
create mode 100644 packages/Microsoft.Web.Infrastructure.1.0.0.0/.signature.p7s
create mode 100644
packages/Microsoft.Web.Infrastructure.1.0.0.0/Microsoft.Web.Infrastructure.1.0.0.0.
nupkg
create mode 100644
packages/Microsoft.Web.Infrastructure.1.0.0.0/lib/net40/Microsoft.Web.Infrastructur
e.dll
create mode 100644 packages/Modernizr.2.8.3/.signature.p7s
create mode 100644 packages/Modernizr.2.8.3/Content/Scripts/modernizr-2.8.3.js
create mode 100644 packages/Modernizr.2.8.3/Modernizr.2.8.3.nupkg
create mode 100644 packages/Modernizr.2.8.3/Tools/common.ps1
create mode 100644 packages/Modernizr.2.8.3/Tools/install.ps1
create mode 100644 packages/Modernizr.2.8.3/Tools/uninstall.ps1
create mode 100644 packages/Newtonsoft.Json.12.0.2/.signature.p7s
create mode 100644 packages/Newtonsoft.Json.12.0.2/LICENSE.md
create mode 100644 packages/Newtonsoft.Json.12.0.2/Newtonsoft.Json.12.0.2.nupkg
create mode 100644 packages/Newtonsoft.Json.12.0.2/lib/net20/Newtonsoft.Json.dll
create mode 100644 packages/Newtonsoft.Json.12.0.2/lib/net20/Newtonsoft.Json.xml
create mode 100644 packages/Newtonsoft.Json.12.0.2/lib/net35/Newtonsoft.Json.dll
create mode 100644 packages/Newtonsoft.Json.12.0.2/lib/net35/Newtonsoft.Json.xml
create mode 100644 packages/Newtonsoft.Json.12.0.2/lib/net40/Newtonsoft.Json.dll
create mode 100644 packages/Newtonsoft.Json.12.0.2/lib/net40/Newtonsoft.Json.xml
create mode 100644 packages/Newtonsoft.Json.12.0.2/lib/net45/Newtonsoft.Json.dll
create mode 100644 packages/Newtonsoft.Json.12.0.2/lib/net45/Newtonsoft.Json.xml
create mode 100644
packages/Newtonsoft.Json.12.0.2/lib/netstandard1.0/Newtonsoft.Json.dll
create mode 100644
packages/Newtonsoft.Json.12.0.2/lib/netstandard1.0/Newtonsoft.Json.xml
create mode 100644
packages/Newtonsoft.Json.12.0.2/lib/netstandard1.3/Newtonsoft.Json.dll
create mode 100644
packages/Newtonsoft.Json.12.0.2/lib/netstandard1.3/Newtonsoft.Json.xml
create mode 100644
packages/Newtonsoft.Json.12.0.2/lib/netstandard2.0/Newtonsoft.Json.dll
create mode 100644
packages/Newtonsoft.Json.12.0.2/lib/netstandard2.0/Newtonsoft.Json.xml
create mode 100644 packages/Newtonsoft.Json.12.0.2/lib/portable-
net40+sl5+win8+wp8+wpa81/Newtonsoft.Json.dll
create mode 100644 packages/Newtonsoft.Json.12.0.2/lib/portable-
net40+sl5+win8+wp8+wpa81/Newtonsoft.Json.xml
create mode 100644 packages/Newtonsoft.Json.12.0.2/lib/portable-
net45+win8+wp8+wpa81/Newtonsoft.Json.dll
create mode 100644 packages/Newtonsoft.Json.12.0.2/lib/portable-
net45+win8+wp8+wpa81/Newtonsoft.Json.xml
create mode 100644 packages/WebGrease.1.6.0/.signature.p7s
create mode 100644 packages/WebGrease.1.6.0/WebGrease.1.6.0.nupkg
create mode 100644 packages/WebGrease.1.6.0/lib/WebGrease.dll
create mode 100644 packages/WebGrease.1.6.0/tools/WG.EXE
create mode 100644 packages/bootstrap.3.4.1/.signature.p7s
create mode 100644 packages/bootstrap.3.4.1/LICENSE.txt
create mode 100644 packages/bootstrap.3.4.1/bootstrap.3.4.1.nupkg
create mode 100644 packages/bootstrap.3.4.1/content/Content/bootstrap-theme.css
create mode 100644 packages/bootstrap.3.4.1/content/Content/bootstrap-
theme.css.map
create mode 100644 packages/bootstrap.3.4.1/content/Content/bootstrap-
theme.min.css
create mode 100644 packages/bootstrap.3.4.1/content/Content/bootstrap-
theme.min.css.map
create mode 100644 packages/bootstrap.3.4.1/content/Content/bootstrap.css
create mode 100644 packages/bootstrap.3.4.1/content/Content/bootstrap.css.map
create mode 100644 packages/bootstrap.3.4.1/content/Content/bootstrap.min.css
create mode 100644 packages/bootstrap.3.4.1/content/Content/bootstrap.min.css.map
create mode 100644 packages/bootstrap.3.4.1/content/Scripts/bootstrap.js
create mode 100644 packages/bootstrap.3.4.1/content/Scripts/bootstrap.min.js
create mode 100644 packages/bootstrap.3.4.1/content/fonts/glyphicons-halflings-
regular.eot
create mode 100644 packages/bootstrap.3.4.1/content/fonts/glyphicons-halflings-
regular.svg
create mode 100644 packages/bootstrap.3.4.1/content/fonts/glyphicons-halflings-
regular.ttf
create mode 100644 packages/bootstrap.3.4.1/content/fonts/glyphicons-halflings-
regular.woff
create mode 100644 packages/bootstrap.3.4.1/content/fonts/glyphicons-halflings-
regular.woff2
create mode 100644 packages/bootstrap.3.4.1/contentFiles/Content/bootstrap-
theme.css
create mode 100644 packages/bootstrap.3.4.1/contentFiles/Content/bootstrap-
theme.css.map
create mode 100644 packages/bootstrap.3.4.1/contentFiles/Content/bootstrap-
theme.min.css
create mode 100644 packages/bootstrap.3.4.1/contentFiles/Content/bootstrap-
theme.min.css.map
create mode 100644 packages/bootstrap.3.4.1/contentFiles/Content/bootstrap.css
create mode 100644 packages/bootstrap.3.4.1/contentFiles/Content/bootstrap.css.map
create mode 100644 packages/bootstrap.3.4.1/contentFiles/Content/bootstrap.min.css
create mode 100644
packages/bootstrap.3.4.1/contentFiles/Content/bootstrap.min.css.map
create mode 100644 packages/bootstrap.3.4.1/contentFiles/Scripts/bootstrap.js
create mode 100644 packages/bootstrap.3.4.1/contentFiles/Scripts/bootstrap.min.js
create mode 100644 packages/bootstrap.3.4.1/contentFiles/fonts/glyphicons-
halflings-regular.eot
create mode 100644 packages/bootstrap.3.4.1/contentFiles/fonts/glyphicons-
halflings-regular.svg
create mode 100644 packages/bootstrap.3.4.1/contentFiles/fonts/glyphicons-
halflings-regular.ttf
create mode 100644 packages/bootstrap.3.4.1/contentFiles/fonts/glyphicons-
halflings-regular.woff
create mode 100644 packages/bootstrap.3.4.1/contentFiles/fonts/glyphicons-
halflings-regular.woff2
create mode 100644 packages/jQuery.3.4.1/.signature.p7s
create mode 100644 packages/jQuery.3.4.1/Content/Scripts/jquery-3.4.1-vsdoc.js
create mode 100644 packages/jQuery.3.4.1/Content/Scripts/jquery-3.4.1.js
create mode 100644 packages/jQuery.3.4.1/Content/Scripts/jquery-3.4.1.min.js
create mode 100644 packages/jQuery.3.4.1/Content/Scripts/jquery-3.4.1.min.map
create mode 100644 packages/jQuery.3.4.1/Content/Scripts/jquery-3.4.1.slim.js
create mode 100644 packages/jQuery.3.4.1/Content/Scripts/jquery-3.4.1.slim.min.js
create mode 100644 packages/jQuery.3.4.1/Content/Scripts/jquery-3.4.1.slim.min.map
create mode 100644 packages/jQuery.3.4.1/Tools/common.ps1
create mode 100644 packages/jQuery.3.4.1/Tools/install.ps1
create mode 100644 packages/jQuery.3.4.1/Tools/jquery-3.4.1.intellisense.js
create mode 100644 packages/jQuery.3.4.1/Tools/uninstall.ps1
create mode 100644 packages/jQuery.3.4.1/jQuery.3.4.1.nupkg

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (master)
$ git push
fatal: No configured push destination.
Either specify the URL from the command-line or configure a remote repository using

git remote add <name> <url>

and then push using the remote name

git push <name>

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (master)
$ git remote add origin https://github.com/PedroPro212/Crud_Html-Css-Csharp-MySql-
Javascript

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (master)
$ git push
fatal: The current branch master has no upstream branch.
To push the current branch and set the remote as upstream, use
git push --set-upstream origin master

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (master)
$ ^C

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (master)
$ git push --set-upstream origin master
Enumerating objects: 399, done.
Counting objects: 100% (399/399), done.
Delta compression using up to 8 threads
Compressing objects: 100% (369/369), done.
Writing objects: 100% (399/399), 35.74 MiB | 3.87 MiB/s, done.
Total 399 (delta 116), reused 0 (delta 0), pack-reused 0
remote: Resolving deltas: 100% (116/116), done.
remote:
remote: Create a pull request for 'master' on GitHub by visiting:
remote: https://github.com/PedroPro212/Crud_Html-Css-Csharp-MySql-Javascript/
pull/new/master
remote:
To https://github.com/PedroPro212/Crud_Html-Css-Csharp-MySql-Javascript
* [new branch] master -> master
branch 'master' set up to track 'origin/master'.

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (master)
$ git status
On branch master
Your branch is up to date with 'origin/master'.

Changes not staged for commit:


(use "git add/rm <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
deleted: .vs/Empresa/FileContentIndex/f26f6904-f1e3-423c-a336-
6f83b310cb3c.vsidx
modified: .vs/Empresa/v17/.suo
modified: Empresa/Negocio/Produto.cs
modified: Empresa/Produto/PesquisarProduto1.aspx
modified: Empresa/bin/Empresa.dll
modified: Empresa/bin/Empresa.pdb
modified: Empresa/obj/Debug/Empresa.dll
modified: Empresa/obj/Debug/Empresa.pdb

Untracked files:
(use "git add <file>..." to include in what will be committed)
.vs/Empresa/FileContentIndex/3b1caf88-60b1-42b0-bf9e-f4be9e19dfe3.vsidx

no changes added to commit (use "git add" and/or "git commit -a")

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (master)
$ git add .

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (master)
$ git status
On branch master
Your branch is up to date with 'origin/master'.

Changes to be committed:
(use "git restore --staged <file>..." to unstage)
renamed: .vs/Empresa/FileContentIndex/f26f6904-f1e3-423c-a336-
6f83b310cb3c.vsidx -> .vs/Empresa/FileContentIndex/3b1caf88-60b1-42b0-bf9e-
f4be9e19dfe3.vsidx
modified: .vs/Empresa/v17/.suo
modified: Empresa/Negocio/Produto.cs
modified: Empresa/Produto/PesquisarProduto1.aspx
modified: Empresa/bin/Empresa.dll
modified: Empresa/bin/Empresa.pdb
modified: Empresa/obj/Debug/Empresa.dll
modified: Empresa/obj/Debug/Empresa.pdb

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (master)
$ git commit -m "Versão dois"
[master 7f7de13] Versão dois
8 files changed, 18 insertions(+), 16 deletions(-)
rename .vs/Empresa/FileContentIndex/{f26f6904-f1e3-423c-a336-6f83b310cb3c.vsidx =>
3b1caf88-60b1-42b0-bf9e-f4be9e19dfe3.vsidx} (64%)

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (master)
$ git push
Enumerating objects: 34, done.
Counting objects: 100% (34/34), done.
Delta compression using up to 8 threads
Compressing objects: 100% (14/14), done.
Writing objects: 100% (18/18), 376.39 KiB | 1.61 MiB/s, done.
Total 18 (delta 9), reused 0 (delta 0), pack-reused 0
remote: Resolving deltas: 100% (9/9), completed with 9 local objects.
To https://github.com/PedroPro212/Crud_Html-Css-Csharp-MySql-Javascript
cc24c3e..7f7de13 master -> master

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (master)
$ git reflog
7f7de13 (HEAD -> master, origin/master) HEAD@{0}: commit: Versão dois
cc24c3e HEAD@{1}: commit (initial): commit inicial

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (master)
$ git reset --hard cc24c3e
Unlink of file '.vs/Empresa/FileContentIndex/3b1caf88-60b1-42b0-bf9e-
f4be9e19dfe3.vsidx' failed. Should I try again? (y/n) y
Updating files: 100% (9/9), done.
HEAD is now at cc24c3e commit inicial

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (master)
$ git reflog
cc24c3e (HEAD -> master) HEAD@{0}: reset: moving to cc24c3e
7f7de13 (origin/master) HEAD@{1}: commit: Versão dois
cc24c3e (HEAD -> master) HEAD@{2}: commit (initial): commit inicial

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (master)
$ git reset --hard 7f7de13
HEAD is now at 7f7de13 Versão dois

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (master)
$ git branch
* master

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (master)
$ git branch dev

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (master)
$ git branch
dev
* master

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (master)
$ git checkout dev
Switched to branch 'dev'

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (dev)
$ git branch
* dev
master

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (dev)
$ git status
On branch dev
nothing to commit, working tree clean

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (dev)
$ git status
On branch dev
Changes not staged for commit:
(use "git add/rm <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
deleted: .vs/Empresa/FileContentIndex/3b1caf88-60b1-42b0-bf9e-
f4be9e19dfe3.vsidx
modified: .vs/Empresa/v17/.suo
modified: Empresa/Produto/PesquisarProduto1.aspx

Untracked files:
(use "git add <file>..." to include in what will be committed)
.vs/Empresa/FileContentIndex/d38a6bae-2bd4-4cdd-9972-75fee04d8e31.vsidx

no changes added to commit (use "git add" and/or "git commit -a")

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (dev)
$ git add .

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (dev)
$ git commit -m "Alterando nome busca"
[dev 7164cc4] Alterando nome busca
3 files changed, 1 insertion(+), 1 deletion(-)
rename .vs/Empresa/FileContentIndex/{3b1caf88-60b1-42b0-bf9e-f4be9e19dfe3.vsidx =>
d38a6bae-2bd4-4cdd-9972-75fee04d8e31.vsidx} (70%)
rewrite .vs/Empresa/v17/.suo (62%)

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (dev)
$ git status
On branch dev
nothing to commit, working tree clean

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (dev)
$ git push
fatal: The current branch dev has no upstream branch.
To push the current branch and set the remote as upstream, use

git push --set-upstream origin dev

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (dev)
$ git push --set-upstream origin dev
Enumerating objects: 20, done.
Counting objects: 100% (20/20), done.
Delta compression using up to 8 threads
Compressing objects: 100% (9/9), done.
Writing objects: 100% (11/11), 374.48 KiB | 2.13 MiB/s, done.
Total 11 (delta 4), reused 0 (delta 0), pack-reused 0
remote: Resolving deltas: 100% (4/4), completed with 4 local objects.
remote:
remote: Create a pull request for 'dev' on GitHub by visiting:
remote: https://github.com/PedroPro212/Crud_Html-Css-Csharp-MySql-Javascript/
pull/new/dev
remote:
To https://github.com/PedroPro212/Crud_Html-Css-Csharp-MySql-Javascript
* [new branch] dev -> dev
branch 'dev' set up to track 'origin/dev'.

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (dev)
$ git branch
* dev
master

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (dev)
$ git checkout master
Switched to branch 'master'
Your branch is up to date with 'origin/master'.

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (master)
$ git merge dev
Updating 7f7de13..7164cc4
Fast-forward
... => d38a6bae-2bd4-4cdd-9972-75fee04d8e31.vsidx} | Bin 1352062 -> 1352058 bytes
.vs/Empresa/v17/.suo | Bin 103424 -> 102912 bytes
Empresa/Produto/PesquisarProduto1.aspx | 2 +-
3 files changed, 1 insertion(+), 1 deletion(-)
rename .vs/Empresa/FileContentIndex/{3b1caf88-60b1-42b0-bf9e-f4be9e19dfe3.vsidx =>
d38a6bae-2bd4-4cdd-9972-75fee04d8e31.vsidx} (70%)

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (master)
$ git push
Total 0 (delta 0), reused 0 (delta 0), pack-reused 0
To https://github.com/PedroPro212/Crud_Html-Css-Csharp-MySql-Javascript
7f7de13..7164cc4 master -> master

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (master)
$ git pull
remote: Enumerating objects: 3, done.
remote: Counting objects: 100% (3/3), done.
remote: Total 3 (delta 0), reused 0 (delta 0), pack-reused 0
Unpacking objects: 100% (3/3), 627 bytes | 31.00 KiB/s, done.
From https://github.com/PedroPro212/Crud_Html-Css-Csharp-MySql-Javascript
* [new branch] main -> origin/main
Already up to date.

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (master)
$ git merge dev
Already up to date.

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (master)
$ git pull
Already up to date.

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (master)
$ git ckeckout -b sistema-de-login master
git: 'ckeckout' is not a git command. See 'git --help'.

The most similar command is


checkout

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (master)
$ git checkout -b sistema-de-login master
Switched to a new branch 'sistema-de-login'

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (sistema-de-login)
$ git branch
dev
master
* sistema-de-login

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (sistema-de-login)
$ git status
On branch sistema-de-login
Untracked files:
(use "git add <file>..." to include in what will be committed)
SistemaLogin.txt

nothing added to commit but untracked files present (use "git add" to track)

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (sistema-de-login)
$ git add .

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (sistema-de-login)
$ git status
On branch sistema-de-login
Changes to be committed:
(use "git restore --staged <file>..." to unstage)
new file: SistemaLogin.txt

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (sistema-de-login)
$ git commit -b "Login"
error: unknown switch `b'
usage: git commit [<options>] [--] <pathspec>...

-q, --quiet suppress summary after successful commit


-v, --verbose show diff in commit message template

Commit message options


-F, --file <file> read message from file
--author <author> override author for commit
--date <date> override date for commit
-m, --message <message>
commit message
-c, --reedit-message <commit>
reuse and edit message from specified commit
-C, --reuse-message <commit>
reuse message from specified commit
--fixup [(amend|reword):]commit
use autosquash formatted message to fixup or amend/reword
specified commit
--squash <commit> use autosquash formatted message to squash specified
commit
--reset-author the commit is authored by me now (used with -C/-c/--
amend)
--trailer <trailer> add custom trailer(s)
-s, --signoff add a Signed-off-by trailer
-t, --template <file>
use specified template file
-e, --edit force edit of commit
--cleanup <mode> how to strip spaces and #comments from message
--status include status in commit message template
-S, --gpg-sign[=<key-id>]
GPG sign commit

Commit contents options


-a, --all commit all changed files
-i, --include add specified files to index for commit
--interactive interactively add files
-p, --patch interactively add changes
-o, --only commit only specified files
-n, --no-verify bypass pre-commit and commit-msg hooks
--dry-run show what would be committed
--short show status concisely
--branch show branch information
--ahead-behind compute full ahead/behind values
--porcelain machine-readable output
--long show status in long format (default)
-z, --null terminate entries with NUL
--amend amend previous commit
--no-post-rewrite bypass post-rewrite hook
-u, --untracked-files[=<mode>]
show untracked files, optional modes: all, normal, no.
(Default: all)
--pathspec-from-file <file>
read pathspec from file
--pathspec-file-nul with --pathspec-from-file, pathspec elements are
separated with NUL character

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (sistema-de-login)
$ git chechout master
git: 'chechout' is not a git command. See 'git --help'.

The most similar command is


checkout

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (sistema-de-login)
$ git checkout master
Switched to branch 'master'
A SistemaLogin.txt
Your branch is up to date with 'origin/master'.

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (master)
$ git pull
Already up to date.

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (master)
$ git merge sistemas-de-login
merge: sistemas-de-login - not something we can merge

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (master)
$ git merge sistema-de-login
Already up to date.

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (master)
$ git push
Everything up-to-date

pedro@LaptopPedro MINGW64 ~/OneDrive/Área de Trabalho/Códigos/C#/Web


Forms/Empresa/Empresa (master)
$

You might also like