|
1 | 1 |
|
2 | 2 | Microsoft Visual Studio Solution File, Format Version 12.00
|
3 |
| -# Visual Studio Version 16 |
4 |
| -VisualStudioVersion = 16.0.30711.63 |
| 3 | +# Visual Studio Version 17 |
| 4 | +VisualStudioVersion = 17.2.32616.157 |
5 | 5 | MinimumVisualStudioVersion = 10.0.40219.1
|
6 | 6 | Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DesignPatternsLibrary", "DesignPatternsLibrary\DesignPatternsLibrary.csproj", "{60C3B7E4-E290-47F4-A3C0-4F9505DE926F}"
|
7 | 7 | EndProject
|
@@ -141,6 +141,10 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Specification", "Specificat
|
141 | 141 | EndProject
|
142 | 142 | Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProductSpecification", "AdditionalPatterns\Specification\ProductSpecification\ProductSpecification.csproj", "{82AC53EE-D473-4826-9443-133BED0C830C}"
|
143 | 143 | EndProject
|
| 144 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "FluentInterface", "FluentInterface", "{6CBEFB1A-4A1D-4F1E-8878-C6AE19444596}" |
| 145 | +EndProject |
| 146 | +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FluentInterfaceLibrary", "AdditionalPatterns\FluentInterface\FluentInterfaceLibrary\FluentInterfaceLibrary.csproj", "{97D64ED5-9F0A-437A-A96C-D338D0CAE390}" |
| 147 | +EndProject |
144 | 148 | Global
|
145 | 149 | GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
146 | 150 | Debug|Any CPU = Debug|Any CPU
|
@@ -283,6 +287,10 @@ Global
|
283 | 287 | {82AC53EE-D473-4826-9443-133BED0C830C}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
284 | 288 | {82AC53EE-D473-4826-9443-133BED0C830C}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
285 | 289 | {82AC53EE-D473-4826-9443-133BED0C830C}.Release|Any CPU.Build.0 = Release|Any CPU
|
| 290 | + {97D64ED5-9F0A-437A-A96C-D338D0CAE390}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 291 | + {97D64ED5-9F0A-437A-A96C-D338D0CAE390}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 292 | + {97D64ED5-9F0A-437A-A96C-D338D0CAE390}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 293 | + {97D64ED5-9F0A-437A-A96C-D338D0CAE390}.Release|Any CPU.Build.0 = Release|Any CPU |
286 | 294 | EndGlobalSection
|
287 | 295 | GlobalSection(SolutionProperties) = preSolution
|
288 | 296 | HideSolutionNode = FALSE
|
@@ -351,6 +359,8 @@ Global
|
351 | 359 | {BBDF24BC-7D73-4A8F-B8B0-C649019E1B80} = {C8512694-34BF-4616-A82F-12D73DE8263A}
|
352 | 360 | {F1704AAE-3951-43C1-85EC-16C4C52133F3} = {15B15698-CB27-4F30-884C-25C2C1D50202}
|
353 | 361 | {82AC53EE-D473-4826-9443-133BED0C830C} = {F1704AAE-3951-43C1-85EC-16C4C52133F3}
|
| 362 | + {6CBEFB1A-4A1D-4F1E-8878-C6AE19444596} = {15B15698-CB27-4F30-884C-25C2C1D50202} |
| 363 | + {97D64ED5-9F0A-437A-A96C-D338D0CAE390} = {6CBEFB1A-4A1D-4F1E-8878-C6AE19444596} |
354 | 364 | EndGlobalSection
|
355 | 365 | GlobalSection(ExtensibilityGlobals) = postSolution
|
356 | 366 | SolutionGuid = {F9238CD9-9068-4B63-8D9E-53684BA60A21}
|
|
0 commit comments