-
Notifications
You must be signed in to change notification settings - Fork 2
/
RoslynDemo.sln
56 lines (56 loc) · 3.44 KB
/
RoslynDemo.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.22013.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DiagnosticAndCodeFix", "RoslynExtensionDemo\DiagnosticAndCodeFix\DiagnosticAndCodeFix.csproj", "{38730538-F7B8-4352-8358-BE3ED0CAC4BB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{655BDB3F-B5A1-43AA-A4A3-676FCF215563}"
ProjectSection(SolutionItems) = preProject
.nuget\packages.config = .nuget\packages.config
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RoslynExtensionDemo.Test", "RoslynExtensionDemo\RoslynExtensionDemo.Test\RoslynExtensionDemo.Test.csproj", "{5B272802-8821-412E-88C8-D3F3BFDCCEB7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CompilationDemo", "CompilationDemo\CompilationDemo.csproj", "{35673DE5-B6A8-485D-AE17-F9B47AC9F493}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FormattingDemo", "FormattingDemo\FormattingDemo.csproj", "{9783A3A2-F847-4BD3-AF6B-FA1506112B9E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleClassifierDemo", "ConsoleClassifierDemo\ConsoleClassifierDemo.csproj", "{A04037A2-5FF6-4D5B-8C51-04B82EBD8F0C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0DD882FB-0BE6-4085-85EF-36AE81BC7DCF}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{38730538-F7B8-4352-8358-BE3ED0CAC4BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{38730538-F7B8-4352-8358-BE3ED0CAC4BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{38730538-F7B8-4352-8358-BE3ED0CAC4BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{38730538-F7B8-4352-8358-BE3ED0CAC4BB}.Release|Any CPU.Build.0 = Release|Any CPU
{5B272802-8821-412E-88C8-D3F3BFDCCEB7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5B272802-8821-412E-88C8-D3F3BFDCCEB7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5B272802-8821-412E-88C8-D3F3BFDCCEB7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5B272802-8821-412E-88C8-D3F3BFDCCEB7}.Release|Any CPU.Build.0 = Release|Any CPU
{35673DE5-B6A8-485D-AE17-F9B47AC9F493}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{35673DE5-B6A8-485D-AE17-F9B47AC9F493}.Debug|Any CPU.Build.0 = Debug|Any CPU
{35673DE5-B6A8-485D-AE17-F9B47AC9F493}.Release|Any CPU.ActiveCfg = Release|Any CPU
{35673DE5-B6A8-485D-AE17-F9B47AC9F493}.Release|Any CPU.Build.0 = Release|Any CPU
{9783A3A2-F847-4BD3-AF6B-FA1506112B9E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9783A3A2-F847-4BD3-AF6B-FA1506112B9E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9783A3A2-F847-4BD3-AF6B-FA1506112B9E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9783A3A2-F847-4BD3-AF6B-FA1506112B9E}.Release|Any CPU.Build.0 = Release|Any CPU
{A04037A2-5FF6-4D5B-8C51-04B82EBD8F0C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A04037A2-5FF6-4D5B-8C51-04B82EBD8F0C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A04037A2-5FF6-4D5B-8C51-04B82EBD8F0C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A04037A2-5FF6-4D5B-8C51-04B82EBD8F0C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal