forked from VsixCommunity/Community.VisualStudio.Toolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCommunity.VisualStudio.Toolkit.sln
72 lines (72 loc) · 5.01 KB
/
Community.VisualStudio.Toolkit.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31512.422
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Community.VisualStudio.Toolkit.16.0", "src\Community.VisualStudio.Toolkit.16.0\Community.VisualStudio.Toolkit.16.0.csproj", "{38DC82EA-91D6-4360-B76C-995708EE43A3}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Community.VisualStudio.Toolkit.Shared", "src\Community.VisualStudio.Toolkit.Shared\Community.VisualStudio.Toolkit.Shared.shproj", "{5EC463AC-24CB-443E-9FF9-91B7ECB1F822}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Community.VisualStudio.Toolkit.15.0", "src\Community.VisualStudio.Toolkit.15.0\Community.VisualStudio.Toolkit.15.0.csproj", "{A9E80C7B-8ED1-4D7B-B1F3-575FD70001BA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{04B6A6A3-DDE9-44E3-9F95-329655236728}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
appveyor.yml = appveyor.yml
src\AssemblyInfo.cs = src\AssemblyInfo.cs
src\Common.props = src\Common.props
src\Community.VisualStudio.Toolkit.props = src\Community.VisualStudio.Toolkit.props
src\Community.VisualStudio.Toolkit.targets = src\Community.VisualStudio.Toolkit.targets
src\GenerateKnownCommands.ps1 = src\GenerateKnownCommands.ps1
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VSSDK.TestExtension", "test\VSSDK.TestExtension\VSSDK.TestExtension.csproj", "{7F36F7DF-119E-4175-B1FA-C723EE10BD9B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Community.VisualStudio.Toolkit.14.0", "src\Community.VisualStudio.Toolkit.14.0\Community.VisualStudio.Toolkit.14.0.csproj", "{86209D58-39B0-4D96-AA71-FF0D009E627A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Community.VisualStudio.Toolkit.17.0", "src\Community.VisualStudio.Toolkit.17.0\Community.VisualStudio.Toolkit.17.0.csproj", "{D000C76D-4D0F-48F9-B5AB-5696C92CC7BD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Community.VisualStudio.Toolkit.UnitTests", "src\Community.VisualStudio.Toolkit.UnitTests\Community.VisualStudio.Toolkit.UnitTests.csproj", "{39738FD8-2E70-4B0F-BD16-4B034FEB5B2E}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
src\Community.VisualStudio.Toolkit.Shared\VSSDK.Helpers.Shared.projitems*{39738fd8-2e70-4b0f-bd16-4b034feb5b2e}*SharedItemsImports = 5
src\Community.VisualStudio.Toolkit.Shared\VSSDK.Helpers.Shared.projitems*{5ec463ac-24cb-443e-9ff9-91b7ecb1f822}*SharedItemsImports = 13
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{38DC82EA-91D6-4360-B76C-995708EE43A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{38DC82EA-91D6-4360-B76C-995708EE43A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{38DC82EA-91D6-4360-B76C-995708EE43A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{38DC82EA-91D6-4360-B76C-995708EE43A3}.Release|Any CPU.Build.0 = Release|Any CPU
{A9E80C7B-8ED1-4D7B-B1F3-575FD70001BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A9E80C7B-8ED1-4D7B-B1F3-575FD70001BA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A9E80C7B-8ED1-4D7B-B1F3-575FD70001BA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A9E80C7B-8ED1-4D7B-B1F3-575FD70001BA}.Release|Any CPU.Build.0 = Release|Any CPU
{7F36F7DF-119E-4175-B1FA-C723EE10BD9B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7F36F7DF-119E-4175-B1FA-C723EE10BD9B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7F36F7DF-119E-4175-B1FA-C723EE10BD9B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7F36F7DF-119E-4175-B1FA-C723EE10BD9B}.Release|Any CPU.Build.0 = Release|Any CPU
{86209D58-39B0-4D96-AA71-FF0D009E627A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{86209D58-39B0-4D96-AA71-FF0D009E627A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{86209D58-39B0-4D96-AA71-FF0D009E627A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{86209D58-39B0-4D96-AA71-FF0D009E627A}.Release|Any CPU.Build.0 = Release|Any CPU
{D000C76D-4D0F-48F9-B5AB-5696C92CC7BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D000C76D-4D0F-48F9-B5AB-5696C92CC7BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D000C76D-4D0F-48F9-B5AB-5696C92CC7BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D000C76D-4D0F-48F9-B5AB-5696C92CC7BD}.Release|Any CPU.Build.0 = Release|Any CPU
{39738FD8-2E70-4B0F-BD16-4B034FEB5B2E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{39738FD8-2E70-4B0F-BD16-4B034FEB5B2E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{39738FD8-2E70-4B0F-BD16-4B034FEB5B2E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{39738FD8-2E70-4B0F-BD16-4B034FEB5B2E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E0DD67C0-2617-498C-81F0-A5E4FF5831F1}
EndGlobalSection
EndGlobal