From f6ab339f446e37505f93ef9f430801fa1dcc05b8 Mon Sep 17 00:00:00 2001 From: Karthik Rajasekaran Date: Tue, 17 Jan 2017 14:31:23 -0800 Subject: Update project configuration and sln files (#15182) * Add ValidateVSConfigurations * Update project config and sln files. --- .../System.Text.RegularExpressions.sln | 79 ++++++++++++++++++---- 1 file changed, 66 insertions(+), 13 deletions(-) (limited to 'src/System.Text.RegularExpressions/System.Text.RegularExpressions.sln') diff --git a/src/System.Text.RegularExpressions/System.Text.RegularExpressions.sln b/src/System.Text.RegularExpressions/System.Text.RegularExpressions.sln index 2ba9ad38ae..6c17194898 100644 --- a/src/System.Text.RegularExpressions/System.Text.RegularExpressions.sln +++ b/src/System.Text.RegularExpressions/System.Text.RegularExpressions.sln @@ -1,11 +1,14 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 14 VisualStudioVersion = 14.0.25420.1 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.Text.RegularExpressions", "src\System.Text.RegularExpressions.csproj", "{BE28323E-327A-4E0F-B7F9-16AB7EAB59DD}" -EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.Text.RegularExpressions.Tests", "tests\System.Text.RegularExpressions.Tests.csproj", "{94B106C2-D574-4392-80AB-3EE308A078DF}" + ProjectSection(ProjectDependencies) = postProject + {BE28323E-327A-4E0F-B7F9-16AB7EAB59DD} = {BE28323E-327A-4E0F-B7F9-16AB7EAB59DD} + EndProjectSection +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.Text.RegularExpressions", "src\System.Text.RegularExpressions.csproj", "{BE28323E-327A-4E0F-B7F9-16AB7EAB59DD}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{C5A39CF5-01CB-4CD8-96A6-7D6E95EA5CCC}" ProjectSection(SolutionItems) = preProject @@ -14,18 +17,68 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{C5A39C EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution - netstandard1.7_Debug|Any CPU = netstandard1.7_Debug|Any CPU - netstandard1.7_Release|Any CPU = netstandard1.7_Release|Any CPU + DebugNETCoreAppnet461-Windows_NTnetstandard1.6|AnyCPU = DebugNETCoreAppnet461-Windows_NTnetstandard1.6|AnyCPU + ReleaseNETCoreAppnet461-Windows_NTnetstandard1.6|AnyCPU = ReleaseNETCoreAppnet461-Windows_NTnetstandard1.6|AnyCPU + DebugNETCoreAppnet461-Windows_NTnetcoreapp|AnyCPU = DebugNETCoreAppnet461-Windows_NTnetcoreapp|AnyCPU + ReleaseNETCoreAppnet461-Windows_NTnetcoreapp|AnyCPU = ReleaseNETCoreAppnet461-Windows_NTnetcoreapp|AnyCPU + DebugNETCoreAppnet461-Windows_NTnetstandard|AnyCPU = DebugNETCoreAppnet461-Windows_NTnetstandard|AnyCPU + ReleaseNETCoreAppnet461-Windows_NTnetstandard|AnyCPU = ReleaseNETCoreAppnet461-Windows_NTnetstandard|AnyCPU + DebugNETCoreAppnetstandardnetstandard1.6|AnyCPU = DebugNETCoreAppnetstandardnetstandard1.6|AnyCPU + ReleaseNETCoreAppnetstandardnetstandard1.6|AnyCPU = ReleaseNETCoreAppnetstandardnetstandard1.6|AnyCPU + DebugNETCoreAppnetstandardnetcoreapp|AnyCPU = DebugNETCoreAppnetstandardnetcoreapp|AnyCPU + ReleaseNETCoreAppnetstandardnetcoreapp|AnyCPU = ReleaseNETCoreAppnetstandardnetcoreapp|AnyCPU + DebugNETCoreAppnetstandardnetstandard|AnyCPU = DebugNETCoreAppnetstandardnetstandard|AnyCPU + ReleaseNETCoreAppnetstandardnetstandard|AnyCPU = ReleaseNETCoreAppnetstandardnetstandard|AnyCPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {BE28323E-327A-4E0F-B7F9-16AB7EAB59DD}.netstandard1.7_Debug|Any CPU.ActiveCfg = netstandard1.7_Debug|Any CPU - {BE28323E-327A-4E0F-B7F9-16AB7EAB59DD}.netstandard1.7_Debug|Any CPU.Build.0 = netstandard1.7_Debug|Any CPU - {BE28323E-327A-4E0F-B7F9-16AB7EAB59DD}.netstandard1.7_Release|Any CPU.ActiveCfg = netstandard1.7_Release|Any CPU - {BE28323E-327A-4E0F-B7F9-16AB7EAB59DD}.netstandard1.7_Release|Any CPU.Build.0 = netstandard1.7_Release|Any CPU - {94B106C2-D574-4392-80AB-3EE308A078DF}.netstandard1.7_Debug|Any CPU.ActiveCfg = netstandard1.7_Debug|Any CPU - {94B106C2-D574-4392-80AB-3EE308A078DF}.netstandard1.7_Debug|Any CPU.Build.0 = netstandard1.7_Debug|Any CPU - {94B106C2-D574-4392-80AB-3EE308A078DF}.netstandard1.7_Release|Any CPU.ActiveCfg = netstandard1.7_Release|Any CPU - {94B106C2-D574-4392-80AB-3EE308A078DF}.netstandard1.7_Release|Any CPU.Build.0 = netstandard1.7_Release|Any CPU + {94B106C2-D574-4392-80AB-3EE308A078DF}.DebugNETCoreAppnet461-Windows_NTnetstandard1.6|AnyCPU.ActiveCfg = netstandard1.6-Debug|Any CPU + {94B106C2-D574-4392-80AB-3EE308A078DF}.DebugNETCoreAppnet461-Windows_NTnetstandard1.6|AnyCPU.Build.0 = netstandard1.6-Debug|Any CPU + {94B106C2-D574-4392-80AB-3EE308A078DF}.ReleaseNETCoreAppnet461-Windows_NTnetstandard1.6|AnyCPU.ActiveCfg = netstandard1.6-Release|Any CPU + {94B106C2-D574-4392-80AB-3EE308A078DF}.ReleaseNETCoreAppnet461-Windows_NTnetstandard1.6|AnyCPU.Build.0 = netstandard1.6-Release|Any CPU + {94B106C2-D574-4392-80AB-3EE308A078DF}.DebugNETCoreAppnet461-Windows_NTnetcoreapp|AnyCPU.ActiveCfg = netcoreapp-Debug|Any CPU + {94B106C2-D574-4392-80AB-3EE308A078DF}.DebugNETCoreAppnet461-Windows_NTnetcoreapp|AnyCPU.Build.0 = netcoreapp-Debug|Any CPU + {94B106C2-D574-4392-80AB-3EE308A078DF}.ReleaseNETCoreAppnet461-Windows_NTnetcoreapp|AnyCPU.ActiveCfg = netcoreapp-Release|Any CPU + {94B106C2-D574-4392-80AB-3EE308A078DF}.ReleaseNETCoreAppnet461-Windows_NTnetcoreapp|AnyCPU.Build.0 = netcoreapp-Release|Any CPU + {94B106C2-D574-4392-80AB-3EE308A078DF}.DebugNETCoreAppnet461-Windows_NTnetstandard|AnyCPU.ActiveCfg = netstandard-Debug|Any CPU + {94B106C2-D574-4392-80AB-3EE308A078DF}.DebugNETCoreAppnet461-Windows_NTnetstandard|AnyCPU.Build.0 = netstandard-Debug|Any CPU + {94B106C2-D574-4392-80AB-3EE308A078DF}.ReleaseNETCoreAppnet461-Windows_NTnetstandard|AnyCPU.ActiveCfg = netstandard-Release|Any CPU + {94B106C2-D574-4392-80AB-3EE308A078DF}.ReleaseNETCoreAppnet461-Windows_NTnetstandard|AnyCPU.Build.0 = netstandard-Release|Any CPU + {94B106C2-D574-4392-80AB-3EE308A078DF}.DebugNETCoreAppnetstandardnetstandard1.6|AnyCPU.ActiveCfg = netstandard1.6-Debug|Any CPU + {94B106C2-D574-4392-80AB-3EE308A078DF}.DebugNETCoreAppnetstandardnetstandard1.6|AnyCPU.Build.0 = netstandard1.6-Debug|Any CPU + {94B106C2-D574-4392-80AB-3EE308A078DF}.ReleaseNETCoreAppnetstandardnetstandard1.6|AnyCPU.ActiveCfg = netstandard1.6-Release|Any CPU + {94B106C2-D574-4392-80AB-3EE308A078DF}.ReleaseNETCoreAppnetstandardnetstandard1.6|AnyCPU.Build.0 = netstandard1.6-Release|Any CPU + {94B106C2-D574-4392-80AB-3EE308A078DF}.DebugNETCoreAppnetstandardnetcoreapp|AnyCPU.ActiveCfg = netcoreapp-Debug|Any CPU + {94B106C2-D574-4392-80AB-3EE308A078DF}.DebugNETCoreAppnetstandardnetcoreapp|AnyCPU.Build.0 = netcoreapp-Debug|Any CPU + {94B106C2-D574-4392-80AB-3EE308A078DF}.ReleaseNETCoreAppnetstandardnetcoreapp|AnyCPU.ActiveCfg = netcoreapp-Release|Any CPU + {94B106C2-D574-4392-80AB-3EE308A078DF}.ReleaseNETCoreAppnetstandardnetcoreapp|AnyCPU.Build.0 = netcoreapp-Release|Any CPU + {94B106C2-D574-4392-80AB-3EE308A078DF}.DebugNETCoreAppnetstandardnetstandard|AnyCPU.ActiveCfg = netstandard-Debug|Any CPU + {94B106C2-D574-4392-80AB-3EE308A078DF}.DebugNETCoreAppnetstandardnetstandard|AnyCPU.Build.0 = netstandard-Debug|Any CPU + {94B106C2-D574-4392-80AB-3EE308A078DF}.ReleaseNETCoreAppnetstandardnetstandard|AnyCPU.ActiveCfg = netstandard-Release|Any CPU + {94B106C2-D574-4392-80AB-3EE308A078DF}.ReleaseNETCoreAppnetstandardnetstandard|AnyCPU.Build.0 = netstandard-Release|Any CPU + {BE28323E-327A-4E0F-B7F9-16AB7EAB59DD}.DebugNETCoreAppnet461-Windows_NTnetstandard1.6|AnyCPU.ActiveCfg = net461-Windows_NT-Debug|Any CPU + {BE28323E-327A-4E0F-B7F9-16AB7EAB59DD}.DebugNETCoreAppnet461-Windows_NTnetstandard1.6|AnyCPU.Build.0 = net461-Windows_NT-Debug|Any CPU + {BE28323E-327A-4E0F-B7F9-16AB7EAB59DD}.ReleaseNETCoreAppnet461-Windows_NTnetstandard1.6|AnyCPU.ActiveCfg = net461-Windows_NT-Release|Any CPU + {BE28323E-327A-4E0F-B7F9-16AB7EAB59DD}.ReleaseNETCoreAppnet461-Windows_NTnetstandard1.6|AnyCPU.Build.0 = net461-Windows_NT-Release|Any CPU + {BE28323E-327A-4E0F-B7F9-16AB7EAB59DD}.DebugNETCoreAppnet461-Windows_NTnetcoreapp|AnyCPU.ActiveCfg = net461-Windows_NT-Debug|Any CPU + {BE28323E-327A-4E0F-B7F9-16AB7EAB59DD}.DebugNETCoreAppnet461-Windows_NTnetcoreapp|AnyCPU.Build.0 = net461-Windows_NT-Debug|Any CPU + {BE28323E-327A-4E0F-B7F9-16AB7EAB59DD}.ReleaseNETCoreAppnet461-Windows_NTnetcoreapp|AnyCPU.ActiveCfg = net461-Windows_NT-Release|Any CPU + {BE28323E-327A-4E0F-B7F9-16AB7EAB59DD}.ReleaseNETCoreAppnet461-Windows_NTnetcoreapp|AnyCPU.Build.0 = net461-Windows_NT-Release|Any CPU + {BE28323E-327A-4E0F-B7F9-16AB7EAB59DD}.DebugNETCoreAppnet461-Windows_NTnetstandard|AnyCPU.ActiveCfg = net461-Windows_NT-Debug|Any CPU + {BE28323E-327A-4E0F-B7F9-16AB7EAB59DD}.DebugNETCoreAppnet461-Windows_NTnetstandard|AnyCPU.Build.0 = net461-Windows_NT-Debug|Any CPU + {BE28323E-327A-4E0F-B7F9-16AB7EAB59DD}.ReleaseNETCoreAppnet461-Windows_NTnetstandard|AnyCPU.ActiveCfg = net461-Windows_NT-Release|Any CPU + {BE28323E-327A-4E0F-B7F9-16AB7EAB59DD}.ReleaseNETCoreAppnet461-Windows_NTnetstandard|AnyCPU.Build.0 = net461-Windows_NT-Release|Any CPU + {BE28323E-327A-4E0F-B7F9-16AB7EAB59DD}.DebugNETCoreAppnetstandardnetstandard1.6|AnyCPU.ActiveCfg = netstandard-Debug|Any CPU + {BE28323E-327A-4E0F-B7F9-16AB7EAB59DD}.DebugNETCoreAppnetstandardnetstandard1.6|AnyCPU.Build.0 = netstandard-Debug|Any CPU + {BE28323E-327A-4E0F-B7F9-16AB7EAB59DD}.ReleaseNETCoreAppnetstandardnetstandard1.6|AnyCPU.ActiveCfg = netstandard-Release|Any CPU + {BE28323E-327A-4E0F-B7F9-16AB7EAB59DD}.ReleaseNETCoreAppnetstandardnetstandard1.6|AnyCPU.Build.0 = netstandard-Release|Any CPU + {BE28323E-327A-4E0F-B7F9-16AB7EAB59DD}.DebugNETCoreAppnetstandardnetcoreapp|AnyCPU.ActiveCfg = netstandard-Debug|Any CPU + {BE28323E-327A-4E0F-B7F9-16AB7EAB59DD}.DebugNETCoreAppnetstandardnetcoreapp|AnyCPU.Build.0 = netstandard-Debug|Any CPU + {BE28323E-327A-4E0F-B7F9-16AB7EAB59DD}.ReleaseNETCoreAppnetstandardnetcoreapp|AnyCPU.ActiveCfg = netstandard-Release|Any CPU + {BE28323E-327A-4E0F-B7F9-16AB7EAB59DD}.ReleaseNETCoreAppnetstandardnetcoreapp|AnyCPU.Build.0 = netstandard-Release|Any CPU + {BE28323E-327A-4E0F-B7F9-16AB7EAB59DD}.DebugNETCoreAppnetstandardnetstandard|AnyCPU.ActiveCfg = netstandard-Debug|Any CPU + {BE28323E-327A-4E0F-B7F9-16AB7EAB59DD}.DebugNETCoreAppnetstandardnetstandard|AnyCPU.Build.0 = netstandard-Debug|Any CPU + {BE28323E-327A-4E0F-B7F9-16AB7EAB59DD}.ReleaseNETCoreAppnetstandardnetstandard|AnyCPU.ActiveCfg = netstandard-Release|Any CPU + {BE28323E-327A-4E0F-B7F9-16AB7EAB59DD}.ReleaseNETCoreAppnetstandardnetstandard|AnyCPU.Build.0 = netstandard-Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE -- cgit v1.2.3