|
1 | 1 | Microsoft Visual Studio Solution File, Format Version 12.00 |
2 | | -# Visual Studio 15 |
3 | | -VisualStudioVersion = 15.0.27130.2027 |
| 2 | +# Visual Studio Version 16 |
| 3 | +VisualStudioVersion = 16.0.30104.148 |
4 | 4 | MinimumVisualStudioVersion = 10.0.40219.1 |
5 | 5 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LegacyFrameworkProject", "LegacyFrameworkProject\LegacyFrameworkProject.csproj", "{36ED2B9D-2FC2-4725-9BC2-53CABF113477}" |
6 | 6 | EndProject |
@@ -30,6 +30,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SdkNetCoreProjectWithRefere |
30 | 30 | EndProject |
31 | 31 | Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SdkNetStandardProjectWithConstants", "SdkNetStandardProjectWithConstants\SdkNetStandardProjectWithConstants.csproj", "{9146E23A-6939-4BDF-9BB1-E0F5E7B97AAE}" |
32 | 32 | EndProject |
| 33 | +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SdkNetCore31Project", "SdkNetCore31Project\SdkNetCore31Project.csproj", "{B232D064-749F-4AA3-A70A-692694887388}" |
| 34 | +EndProject |
33 | 35 | Global |
34 | 36 | GlobalSection(SolutionConfigurationPlatforms) = preSolution |
35 | 37 | Debug|Any CPU = Debug|Any CPU |
@@ -88,6 +90,10 @@ Global |
88 | 90 | {9146E23A-6939-4BDF-9BB1-E0F5E7B97AAE}.Debug|Any CPU.Build.0 = Debug|Any CPU |
89 | 91 | {9146E23A-6939-4BDF-9BB1-E0F5E7B97AAE}.Release|Any CPU.ActiveCfg = Release|Any CPU |
90 | 92 | {9146E23A-6939-4BDF-9BB1-E0F5E7B97AAE}.Release|Any CPU.Build.0 = Release|Any CPU |
| 93 | + {B232D064-749F-4AA3-A70A-692694887388}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 94 | + {B232D064-749F-4AA3-A70A-692694887388}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 95 | + {B232D064-749F-4AA3-A70A-692694887388}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 96 | + {B232D064-749F-4AA3-A70A-692694887388}.Release|Any CPU.Build.0 = Release|Any CPU |
91 | 97 | EndGlobalSection |
92 | 98 | GlobalSection(SolutionProperties) = preSolution |
93 | 99 | HideSolutionNode = FALSE |
|
0 commit comments