-
Notifications
You must be signed in to change notification settings - Fork 1
/
ReSharper.ExportAnnotations.sln
69 lines (69 loc) · 3.5 KB
/
ReSharper.ExportAnnotations.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "- Documentation", "- Documentation", "{8790FE96-7716-4B83-AEC2-6EBEDFC4419D}"
ProjectSection(SolutionItems) = preProject
CHANGELOG.md = CHANGELOG.md
LICENSE = LICENSE
README.md = README.md
THIRD-PARTY-NOTICES = THIRD-PARTY-NOTICES
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "- Configuration", "- Configuration", "{46B5153B-C518-4A48-BF6B-39989F54BB59}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.globalconfig = .globalconfig
Common.props = Common.props
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
Directory.Packages.props = Directory.Packages.props
global.json = global.json
stylecop.json = stylecop.json
VERSION = VERSION
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ReSharper.ExportAnnotations.Core", "src\ReSharper.ExportAnnotations.Core\ReSharper.ExportAnnotations.Core.csproj", "{3C74FF39-BD1B-4DE9-9B98-E0051AADE118}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ReSharper.ExportAnnotations.Task", "src\ReSharper.ExportAnnotations.Task\ReSharper.ExportAnnotations.Task.csproj", "{3632F524-E9CC-4841-9F44-68F092C17973}"
ProjectSection(ProjectDependencies) = postProject
{032990EB-9A2F-472E-8A3E-AF540AAA0AC2} = {032990EB-9A2F-472E-8A3E-AF540AAA0AC2}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExportAnnotations", "src\ExportAnnotations\ExportAnnotations.csproj", "{032990EB-9A2F-472E-8A3E-AF540AAA0AC2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "- Local build", "- Local build", "{4F0A3CF4-F505-4D07-A1AE-2C0A1E341E8E}"
ProjectSection(SolutionItems) = preProject
build-config.cmd = build-config.cmd
build.cmd = build.cmd
.config\dotnet-tools.json = .config\dotnet-tools.json
global.json = global.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3C74FF39-BD1B-4DE9-9B98-E0051AADE118}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3C74FF39-BD1B-4DE9-9B98-E0051AADE118}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3C74FF39-BD1B-4DE9-9B98-E0051AADE118}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3C74FF39-BD1B-4DE9-9B98-E0051AADE118}.Release|Any CPU.Build.0 = Release|Any CPU
{3632F524-E9CC-4841-9F44-68F092C17973}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3632F524-E9CC-4841-9F44-68F092C17973}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3632F524-E9CC-4841-9F44-68F092C17973}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3632F524-E9CC-4841-9F44-68F092C17973}.Release|Any CPU.Build.0 = Release|Any CPU
{032990EB-9A2F-472E-8A3E-AF540AAA0AC2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{032990EB-9A2F-472E-8A3E-AF540AAA0AC2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{032990EB-9A2F-472E-8A3E-AF540AAA0AC2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{032990EB-9A2F-472E-8A3E-AF540AAA0AC2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {79026CCC-2B02-4EDF-90C7-E25646EF436E}
EndGlobalSection
EndGlobal