-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathFormatDocComments.sln
More file actions
57 lines (57 loc) · 3.67 KB
/
FormatDocComments.sln
File metadata and controls
57 lines (57 loc) · 3.67 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32519.379
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0B3B8B21-E9FA-4B2E-8EBD-3DF4B3C0BD75}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "FormatDocComments", "FormatDocComments\FormatDocComments.shproj", "{E7596ED2-A2BC-4A9F-8DD2-DD6CD8C3AE5B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FormatDocComments.Tests", "FormatDocComments.Tests\FormatDocComments.Tests.csproj", "{2B04B9EE-E11D-4A5D-B4A4-7B0A7277388D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FormatDocComments.Vsix.2017", "FormatDocComments.Vsix.2017\FormatDocComments.Vsix.2017.csproj", "{F2E271DB-4914-4F0B-9884-C8A77264133E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FormatDocComments.Vsix.2019", "FormatDocComments.Vsix.2019\FormatDocComments.Vsix.2019.csproj", "{CF0A766E-A156-4653-AC74-55120C6EF1F4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FormatDocComments.Vsix.2022", "FormatDocComments.Vsix.2022\FormatDocComments.Vsix.2022.csproj", "{18812A97-F255-48AB-ADBD-8F8C6CBADC5B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2B04B9EE-E11D-4A5D-B4A4-7B0A7277388D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B04B9EE-E11D-4A5D-B4A4-7B0A7277388D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B04B9EE-E11D-4A5D-B4A4-7B0A7277388D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B04B9EE-E11D-4A5D-B4A4-7B0A7277388D}.Release|Any CPU.Build.0 = Release|Any CPU
{F2E271DB-4914-4F0B-9884-C8A77264133E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F2E271DB-4914-4F0B-9884-C8A77264133E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F2E271DB-4914-4F0B-9884-C8A77264133E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F2E271DB-4914-4F0B-9884-C8A77264133E}.Release|Any CPU.Build.0 = Release|Any CPU
{CF0A766E-A156-4653-AC74-55120C6EF1F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF0A766E-A156-4653-AC74-55120C6EF1F4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF0A766E-A156-4653-AC74-55120C6EF1F4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF0A766E-A156-4653-AC74-55120C6EF1F4}.Release|Any CPU.Build.0 = Release|Any CPU
{18812A97-F255-48AB-ADBD-8F8C6CBADC5B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{18812A97-F255-48AB-ADBD-8F8C6CBADC5B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{18812A97-F255-48AB-ADBD-8F8C6CBADC5B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{18812A97-F255-48AB-ADBD-8F8C6CBADC5B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D2576DD8-59D5-4DEB-AE6B-9DE0FF15A2A6}
EndGlobalSection
GlobalSection(SharedMSBuildProjectFiles) = preSolution
FormatDocComments\FormatDocComments.projitems*{18812a97-f255-48ab-adbd-8f8c6cbadc5b}*SharedItemsImports = 5
FormatDocComments\FormatDocComments.projitems*{cf0a766e-a156-4653-ac74-55120c6ef1f4}*SharedItemsImports = 5
FormatDocComments\FormatDocComments.projitems*{e7596ed2-a2bc-4a9f-8dd2-dd6cd8c3ae5b}*SharedItemsImports = 13
FormatDocComments\FormatDocComments.projitems*{f2e271db-4914-4f0b-9884-c8a77264133e}*SharedItemsImports = 5
EndGlobalSection
EndGlobal