gitee for visualstudio 源码
Gitee.VisualStudio├── GiteeVS.sln
├── LICENSE
├── ResetEnvironment.cmd
├── appveyor.yml
├── docs
│ ├── build.md
│ └── images
│ └── option.gif
├── lib
│ ├── 14.0
│ │ ├── Microsoft.TeamFoundation.Client.dll
│ │ ├── Microsoft.TeamFoundation.Common.dll
│ │ ├── Microsoft.TeamFoundation.Controls.dll
│ │ ├── Microsoft.TeamFoundation.Git.Client.dll
│ │ ├── Microsoft.TeamFoundation.Git.Controls.dll
│ │ └── Microsoft.TeamFoundation.Git.Provider.dll
│ ├── 15.0
│ │ ├── Microsoft.TeamFoundation.Client.dll
│ │ ├── Microsoft.TeamFoundation.Common.dll
│ │ ├── Microsoft.TeamFoundation.Controls.dll
│ │ ├── Microsoft.TeamFoundation.Git.Client.dll
│ │ ├── Microsoft.TeamFoundation.Git.Controls.dll
│ │ └── Microsoft.TeamFoundation.Git.Provider.dll
│ └── 16.0
│ ├── Microsoft.TeamFoundation.Client.dll
│ ├── Microsoft.TeamFoundation.Common.dll
│ ├── Microsoft.TeamFoundation.Controls.dll
│ ├── Microsoft.TeamFoundation.Git.Client.dll
│ ├── Microsoft.TeamFoundation.Git.Controls.dll
│ └── Microsoft.TeamFoundation.Git.Provider.dll
├── nuget.config
└── src
├── Gitee.API.Sandbox
│ ├── Gitee.Api.Sandbox.csproj
│ └── Program.cs
├── Gitee.Api
│ ├── ApiPartials.cs
│ ├── Dto
│ │ ├── CreateRepo.cs
│ │ ├── Gists.cs
│ │ ├── GiteeApiException.cs
│ │ ├── Repo.cs
│ │ └── TokenDto.cs
│ ├── Gitee.Api.csproj
│ ├── Nswag.nswag
│ ├── SDK.cs
│ └── Session.cs
├── Gitee.Api.Test
│ ├── Gitee.Api.Test.csproj
│ └── UnitTest1.cs
├── Gitee.TeamFoundation.14
│ ├── Colors.cs
│ ├── Connect
│ │ ├── GiteeConnectSection.cs
│ │ └── GiteeInvitationSection.cs
│ ├── Gitee.TeamFoundation.14.csproj
│ ├── Home
│ │ ├── AttachmentsNavigationItem.cs
│ │ ├── GiteeHomeSection.cs
│ │ ├── GiteeNavigationItem.cs
│ │ ├── IssuesNavigationItem.cs
│ │ ├── PullRequestsNavigationItem.cs
│ │ ├── StatisticsNavigationItem.cs
│ │ └── WikiNavigationItem.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── Resources
│ │ └── logo.png
│ ├── Services
│ │ ├── Registry.cs
│ │ └── TeamExplorerServices.cs
│ ├── Settings.cs
│ ├── Sync
│ │ └── GiteePublishSection.cs
│ ├── ViewModels
│ │ ├── ConnectSectionViewModel.cs
│ │ └── PublishSectionViewModel.cs
│ └── Views
│ ├── ConnectSectionView.xaml
│ ├── ConnectSectionView.xaml.cs
│ ├── PublishSectionView.xaml
│ └── PublishSectionView.xaml.cs
├── Gitee.TeamFoundation.15
│ ├── Gitee.TeamFoundation.15.csproj
│ └── Properties
│ └── AssemblyInfo.cs
├── Gitee.TeamFoundation.16
│ ├── Gitee.TeamFoundation.16.csproj
│ └── Properties
│ └── AssemblyInfo.cs
├── Gitee.VisualStudio
│ ├── Gitee.VisualStudio.csproj
│ ├── GiteePackage.cs
│ ├── Helpers
│ │ ├── CredentialType.cs
│ │ ├── NativeMethods.cs
│ │ ├── OutputWindowHelper.cs
│ │ ├── PersistenceType.cs
│ │ └── SecureStringHelper.cs
│ ├── LICENSE.txt
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── Resources
│ │ ├── default_org_avatar.png
│ │ ├── default_user_avatar.png
│ │ ├── gitignores
│ │ │ ├── Actionscript
│ │ │ ├── Ada
│ │ │ ├── Agda
│ │ │ ├── Android
│ │ │ ├── AppEngine
│ │ │ ├── AppceleratorTitanium
│ │ │ ├── ArchLinuxPackages
│ │ │ ├── Autotools
│ │ │ ├── C
│ │ │ ├── C
│ │ │ ├── CFWheels
│ │ │ ├── CMake
│ │ │ ├── CUDA
│ │ │ ├── CakePHP
│ │ │ ├── ChefCookbook
│ │ │ ├── Clojure
│ │ │ ├── CodeIgniter
│ │ │ ├── CommonLisp
│ │ │ ├── Composer
│ │ │ ├── Concrete5
│ │ │ ├── Coq
│ │ │ ├── CraftCMS
│ │ │ ├── D
│ │ │ ├── DM
│ │ │ ├── Dart
│ │ │ ├── Delphi
│ │ │ ├── Drupal
│ │ │ ├── EPiServer
│ │ │ ├── Eagle
│ │ │ ├── Elisp
│ │ │ ├── Elixir
│ │ │ ├── Elm
│ │ │ ├── Erlang
│ │ │ ├── ExpressionEngine
│ │ │ ├── ExtJs
│ │ │ ├── Fancy
│ │ │ ├── Finale
│ │ │ ├── ForceDotCom
│ │ │ ├── Fortran
│ │ │ ├── FuelPHP
│ │ │ ├── GWT
│ │ │ ├── Gcov
│ │ │ ├── GitBook
│ │ │ ├── Go
│ │ │ ├── Gradle
│ │ │ ├── Grails
│ │ │ ├── Haskell
│ │ │ ├── IGORPro
│ │ │ ├── Idris
│ │ │ ├── Java
│ │ │ ├── Jboss
│ │ │ ├── Jekyll
│ │ │ ├── Joomla
│ │ │ ├── Julia
│ │ │ ├── KiCad
│ │ │ ├── Kohana
│ │ │ ├── LabVIEW
│ │ │ ├── Laravel
│ │ │ ├── Leiningen
│ │ │ ├── LemonStand
│ │ │ ├── Lilypond
│ │ │ ├── Lithium
│ │ │ ├── Lua
│ │ │ ├── Magento
│ │ │ ├── Maven
│ │ │ ├── Mercury
│ │ │ ├── MetaProgrammingSystem
│ │ │ ├── Nanoc
│ │ │ ├── Nim
│ │ │ ├── Node
│ │ │ ├── OCaml
│ │ │ ├── Objective-C
│ │ │ ├── Opa
│ │ │ ├── OpenCart
│ │ │ ├── OracleForms
│ │ │ ├── Packer
│ │ │ ├── Perl
│ │ │ ├── Phalcon
│ │ │ ├── PlayFramework
│ │ │ ├── Plone
│ │ │ ├── Prestashop
│ │ │ ├── Processing
│ │ │ ├── Python
│ │ │ ├── Qooxdoo
│ │ │ ├── Qt
│ │ │ ├── R
│ │ │ ├── ROS
│ │ │ ├── Rails
│ │ │ ├── RhodesRhomobile
│ │ │ ├── Ruby
│ │ │ ├── Rust
│ │ │ ├── SCons
│ │ │ ├── Sass
│ │ │ ├── Scala
│ │ │ ├── Scheme
│ │ │ ├── Scrivener
│ │ │ ├── Sdcc
│ │ │ ├── SeamGen
│ │ │ ├── SketchUp
│ │ │ ├── Smalltalk
│ │ │ ├── Stella
│ │ │ ├── SugarCRM
│ │ │ ├── Swift
│ │ │ ├── Symfony
│ │ │ ├── SymphonyCMS
│ │ │ ├── TeX
│ │ │ ├── Terraform
│ │ │ ├── Textpattern
│ │ │ ├── TurboGears2
│ │ │ ├── Typo3
│ │ │ ├── Umbraco
│ │ │ ├── Unity
│ │ │ ├── UnrealEngine
│ │ │ ├── VVVV
│ │ │ ├── VisualStudio
│ │ │ ├── Waf
│ │ │ ├── WordPress
│ │ │ ├── Xojo
│ │ │ ├── Yeoman
│ │ │ ├── Yii
│ │ │ ├── ZendFramework
│ │ │ ├── Zephir
│ │ │ └── index
│ │ ├── licenses
│ │ │ ├── Affero GPL
│ │ │ ├── Apache License 2.0
│ │ │ ├── Artistic License 2.0
│ │ │ ├── BSD (3-Clause) License
│ │ │ ├── BSD 2-clause License
│ │ │ ├── Eclipse Public License 1.0
│ │ │ ├── GPL v2
│ │ │ ├── GPL v3
│ │ │ ├── LGPL v2.1
│ │ │ ├── LGPL v3
│ │ │ ├── MIT License
│ │ │ ├── Mozilla Public License 2.0
│ │ │ ├── WTFPL
│ │ │ ├── Zlib
│ │ │ └── index
│ │ ├── logo_128x128.png
│ │ ├── logo_32x32@2x.png
│ │ └── preview_200x200.png
│ ├── Services
│ │ ├── Credential.cs
│ │ ├── GitAnalysis.cs
│ │ ├── GitService.cs
│ │ ├── Messenger.cs
│ │ ├── ShellService.cs
│ │ ├── Storage.cs
│ │ ├── ViewFactory.cs
│ │ └── WebService.cs
│ ├── VSCommandTable.cs
│ ├── VSCommandTable.vsct
│ ├── app.config
│ ├── source.extension.cs
│ ├── source.extension.ico
│ ├── source.extension.resx
│ └── source.extension.vsixmanifest
├── Gitee.VisualStudio.Shared
│ ├── Assets
│ │ └── Controls.xaml
│ ├── Controls
│ │ ├── BusyIndicator.cs
│ │ ├── BusyIndicator.xaml
│ │ ├── IconedTextBox.cs
│ │ ├── IconedTextBox.xaml
│ │ └── Octicons
│ │ ├── Octicon.cs
│ │ ├── OcticonImage.cs
│ │ ├── OcticonImage.xaml
│ │ ├── OcticonPath.cs
│ │ ├── OcticonPaths.Designer.cs
│ │ └── OcticonPaths.resx
│ ├── Dialog.cs
│ ├── Extensions.collections.cs
│ ├── Gitee.VisualStudio.Shared.csproj
│ ├── Helpers
│ │ ├── Behaviors
│ │ │ └── RepositionPopupBehavior.cs
│ │ ├── Bindable.cs
│ │ ├── Commands
│ │ │ ├── DelegateCommand.cs
│ │ │ └── WeakEventHandlerManager.cs
│ │ ├── ThreadingHelper.cs
│ │ └── Validatable.cs
│ ├── IDialog.cs
│ ├── IGitService.cs
│ ├── IMessenger.cs
│ ├── IServiceProviderExtensions.cs
│ ├── IShellService.cs
│ ├── IStorage.cs
│ ├── ITeamExplorerServices.cs
│ ├── IUIProvider.cs
│ ├── IViewFactory.cs
│ ├── IWebService.cs
│ ├── NotificationAwareObject.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── Repository.cs
│ ├── SharedResources.cs
│ ├── Strings.Designer.cs
│ ├── Strings.resx
│ ├── Strings.zh-Hans.resx
│ ├── Themes
│ │ └── Generic.xaml
│ ├── ViewTypes.cs
│ └── app.config
├── Gitee.VisualStudio.UI
│ ├── Gitee.VisualStudio.UI.csproj
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ └── Resources.resx
│ ├── Resources
│ │ └── images
│ │ ├── github.png
│ │ ├── logo.png
│ │ ├── logo_gitee_light_cn_with_domain_name.png
│ │ ├── osc.png
│ │ ├── password.png
│ │ ├── qq.png
│ │ ├── user.png
│ │ ├── weibo.png
│ │ └── windows.png
│ ├── ViewModels
│ │ ├── CloneViewModel.cs
│ │ ├── CreateSnippetViewModel.cs
│ │ ├── CreateViewModel.cs
│ │ ├── LoginViewModel.cs
│ │ └── ProjectViewModel.cs
│ ├── Views
│ │ ├── CloneView.xaml
│ │ ├── CloneView.xaml.cs
│ │ ├── CreateSnippetView.xaml
│ │ ├── CreateSnippetView.xaml.cs
│ │ ├── CreateView.xaml
│ │ ├── CreateView.xaml.cs
│ │ ├── LoginView.xaml
│ │ └── LoginView.xaml.cs
│ └── app.config
└── common
├── Key.snk
├── SDKConfig.cs.Template
└── SolutionInfo.cs
47 directories, 303 files
评论