This commit is contained in:
Jonathon Marolf 2017-11-16 13:53:39 -08:00
Родитель ca4facfd43
Коммит 644b7dd663
16 изменённых файлов: 44 добавлений и 13 удалений

Просмотреть файл

@ -1,4 +1,6 @@
Imports System.IO
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
Imports System.IO
Imports System.Text
Imports Microsoft.Build.Framework
Imports Microsoft.Build.Utilities

Просмотреть файл

@ -1,4 +1,6 @@
using EnvDTE;
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using EnvDTE;
using VSLangProj;
public class RoslynSDKAnalyzerTemplateWizard : RoslynSDKChildTemplateWizard

Просмотреть файл

@ -1,4 +1,6 @@
using System;
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using System.Reflection;
using EnvDTE;

Просмотреть файл

@ -1,4 +1,6 @@
using System.Collections.Generic;
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System.Collections.Generic;
using EnvDTE;
using Microsoft.VisualStudio.TemplateWizard;

Просмотреть файл

@ -1,4 +1,6 @@
using System.Collections.Generic;
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System.Collections.Generic;
using EnvDTE;
using Microsoft.VisualStudio.TemplateWizard;

Просмотреть файл

@ -1,4 +1,6 @@
using System.Collections.Generic;
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System.Collections.Generic;
using EnvDTE;
using Microsoft.VisualStudio.TemplateWizard;

Просмотреть файл

@ -1,4 +1,6 @@
using EnvDTE;
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using EnvDTE;
using VSLangProj;
public class RoslynSDKTestTemplateWizard : RoslynSDKChildTemplateWizard

Просмотреть файл

@ -1,4 +1,6 @@
using EnvDTE;
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using EnvDTE;
public class RoslynSDKVsixTemplateWizardSecondProject : RoslynSDKTestTemplateWizard
{

Просмотреть файл

@ -1,4 +1,6 @@
using EnvDTE;
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using EnvDTE;
public class RoslynSDKVsixTemplateWizardThirdProject : RoslynSDKTestTemplateWizard
{

Просмотреть файл

@ -1,3 +1,5 @@
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
namespace Roslyn.SyntaxVisualizer.Extension

Просмотреть файл

@ -1,4 +1,6 @@
using System;
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using Microsoft.VisualStudio;
using Microsoft.VisualStudio.Editor;
using Microsoft.VisualStudio.Shell;

Просмотреть файл

@ -1,3 +1,5 @@
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
namespace Roslyn.SyntaxVisualizer.Extension
{
internal static class PkgCmdIDList

Просмотреть файл

@ -1,3 +1,4 @@
<!-- Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. -->
<UserControl x:Class="Roslyn.SyntaxVisualizer.Extension.SyntaxVisualizerContainer"
x:ClassModifier="internal"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"

Просмотреть файл

@ -1,4 +1,6 @@
using System;
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.IO;
using System.Runtime.InteropServices;
using System.Windows;

Просмотреть файл

@ -1,4 +1,6 @@
using System;
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.ComponentModel.Design;
using System.Diagnostics;
using System.Globalization;

Просмотреть файл

@ -1,4 +1,6 @@
using System;
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Runtime.InteropServices;
using Microsoft.VisualStudio.Shell;