-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathCommunity.VisualStudio.VSCT.sln
43 lines (43 loc) · 2.05 KB
/
Community.VisualStudio.VSCT.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31025.218
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FA535B9B-4A8A-4FBE-B5D6-3BC973BDF495}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
appveyor.yml = appveyor.yml
src\Directory.Build.Props = src\Directory.Build.Props
src\Directory.Build.Targets = src\Directory.Build.Targets
icon.png = icon.png
LICENSE.txt = LICENSE.txt
nuget.config = nuget.config
ReadMe.md = ReadMe.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Community.VisualStudio.VSCT", "src\Community.VisualStudio.VSCT\Community.VisualStudio.VSCT.csproj", "{1BD1FA82-C81D-4543-9B61-104025CF94DE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VSSDK.TestExtension", "test\VSSDK.TestExtension\VSSDK.TestExtension.csproj", "{7F36F7DF-119E-4175-B1FA-C723EE10BD9B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1BD1FA82-C81D-4543-9B61-104025CF94DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1BD1FA82-C81D-4543-9B61-104025CF94DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1BD1FA82-C81D-4543-9B61-104025CF94DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1BD1FA82-C81D-4543-9B61-104025CF94DE}.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
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {19E10897-B312-496C-96E4-A662AF044B03}
EndGlobalSection
EndGlobal