|
1 | 1 |
|
2 | 2 | Microsoft Visual Studio Solution File, Format Version 12.00
|
3 |
| -# Visual Studio 15 |
4 |
| -VisualStudioVersion = 15.0.26228.9 |
| 3 | +# Visual Studio Version 16 |
| 4 | +VisualStudioVersion = 16.0.30503.244 |
5 | 5 | MinimumVisualStudioVersion = 10.0.40219.1
|
6 |
| -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HtmlGenerator", "src\HtmlGenerator\HtmlGenerator.csproj", "{3CB763A5-A0C0-46B0-AEF5-020E731253C2}" |
| 6 | +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HtmlGenerator", "src\HtmlGenerator\HtmlGenerator.csproj", "{3CB763A5-A0C0-46B0-AEF5-020E731253C2}" |
7 | 7 | EndProject
|
8 | 8 | Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BuildLogParser", "src\BuildLogParser\BuildLogParser.csproj", "{57002F26-8D15-4CF7-A53D-61AE8CC5E836}"
|
9 | 9 | EndProject
|
10 | 10 | Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Common", "src\Common\Common.csproj", "{F13CD277-E86B-4BC6-9E93-39ED055A46DB}"
|
11 | 11 | EndProject
|
12 |
| -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GitGlyph", "src\GitGlyph\GitGlyph.csproj", "{810A96AB-58EB-4403-9A1E-964F85958E62}" |
| 12 | +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GitGlyph", "src\GitGlyph\GitGlyph.csproj", "{810A96AB-58EB-4403-9A1E-964F85958E62}" |
13 | 13 | EndProject
|
14 | 14 | Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MEF", "src\MEF\MEF.csproj", "{E3411353-9F6B-4FB2-874E-106BF4896462}"
|
15 | 15 | EndProject
|
16 | 16 | Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SourceIndexServer", "src\SourceIndexServer\SourceIndexServer.csproj", "{018CE264-C76D-4448-BB0A-89A25F1088A2}"
|
17 | 17 | EndProject
|
18 | 18 | Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HtmlGenerator.Tests", "src\HtmlGenerator.Tests\HtmlGenerator.Tests.csproj", "{4EDEE974-055C-455E-866F-4BDCB734CB59}"
|
19 | 19 | EndProject
|
20 |
| -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SourceIndexServer.Tests", "src\SourceIndexServer.Tests\SourceIndexServer.Tests.csproj", "{37B5A89F-5436-45BE-B782-C476086A6AF8}" |
| 20 | +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SourceIndexServer.Tests", "src\SourceIndexServer.Tests\SourceIndexServer.Tests.csproj", "{37B5A89F-5436-45BE-B782-C476086A6AF8}" |
| 21 | +EndProject |
| 22 | +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BinLogParser", "src\BinLogParser\BinLogParser.csproj", "{4EF5052C-7D88-49C6-B940-5190CECD070D}" |
| 23 | +EndProject |
| 24 | +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BinLogToSln", "src\BinLogToSln\BinLogToSln.csproj", "{E73D1784-F1BC-4F01-B68E-03623CFBFB8E}" |
21 | 25 | EndProject
|
22 | 26 | Global
|
23 | 27 | GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
@@ -57,8 +61,19 @@ Global
|
57 | 61 | {37B5A89F-5436-45BE-B782-C476086A6AF8}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
58 | 62 | {37B5A89F-5436-45BE-B782-C476086A6AF8}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
59 | 63 | {37B5A89F-5436-45BE-B782-C476086A6AF8}.Release|Any CPU.Build.0 = Release|Any CPU
|
| 64 | + {4EF5052C-7D88-49C6-B940-5190CECD070D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 65 | + {4EF5052C-7D88-49C6-B940-5190CECD070D}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 66 | + {4EF5052C-7D88-49C6-B940-5190CECD070D}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 67 | + {4EF5052C-7D88-49C6-B940-5190CECD070D}.Release|Any CPU.Build.0 = Release|Any CPU |
| 68 | + {E73D1784-F1BC-4F01-B68E-03623CFBFB8E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 69 | + {E73D1784-F1BC-4F01-B68E-03623CFBFB8E}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 70 | + {E73D1784-F1BC-4F01-B68E-03623CFBFB8E}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 71 | + {E73D1784-F1BC-4F01-B68E-03623CFBFB8E}.Release|Any CPU.Build.0 = Release|Any CPU |
60 | 72 | EndGlobalSection
|
61 | 73 | GlobalSection(SolutionProperties) = preSolution
|
62 | 74 | HideSolutionNode = FALSE
|
63 | 75 | EndGlobalSection
|
| 76 | + GlobalSection(ExtensibilityGlobals) = postSolution |
| 77 | + SolutionGuid = {AEF73422-12DC-438A-BB7C-A7652A235284} |
| 78 | + EndGlobalSection |
64 | 79 | EndGlobal
|
0 commit comments