Skip to content

Commit 4cd23f2

Browse files
committed
Merge branch 'v5.x' of https://github.com/unitycontainer/unity into v5.x
2 parents 897cb99 + afe63e7 commit 4cd23f2

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

package.sln

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CommonServiceLocator", "Com
3535
EndProject
3636
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CommonServiceLocator.Tests", "CommonServiceLocator\test\CommonServiceLocator.Tests.csproj", "{2C30B8F6-99BC-4DBB-9935-428A2791B9DA}"
3737
EndProject
38-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Unity.Performance", "Container\tests\Performance\Unity.Performance.csproj", "{F3CAD518-CE9F-4BE8-8AC0-D6B27E023FA1}"
38+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Performance", "Container\tests\Performance\Performance.csproj", "{F3CAD518-CE9F-4BE8-8AC0-D6B27E023FA1}"
3939
EndProject
4040
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Unity.Mvc", "MVC\src\Unity.Mvc.csproj", "{783ABE91-79BE-40E1-B7B4-6B70AA4EE55B}"
4141
EndProject
@@ -54,9 +54,6 @@ EndProject
5454
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.DependencyInjection.Tests", "Microsoft.DependencyInjection\tests\Microsoft.DependencyInjection.Tests.csproj", "{D6FC1017-5FBF-42F8-AEC3-3B209E906829}"
5555
EndProject
5656
Global
57-
GlobalSection(Performance) = preSolution
58-
HasPerformanceSessions = true
59-
EndGlobalSection
6057
GlobalSection(SolutionConfigurationPlatforms) = preSolution
6158
Debug|Any CPU = Debug|Any CPU
6259
Release|Any CPU = Release|Any CPU
@@ -125,6 +122,7 @@ Global
125122
{F3CAD518-CE9F-4BE8-8AC0-D6B27E023FA1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
126123
{F3CAD518-CE9F-4BE8-8AC0-D6B27E023FA1}.Debug|Any CPU.Build.0 = Debug|Any CPU
127124
{F3CAD518-CE9F-4BE8-8AC0-D6B27E023FA1}.Release|Any CPU.ActiveCfg = Release|Any CPU
125+
{F3CAD518-CE9F-4BE8-8AC0-D6B27E023FA1}.Release|Any CPU.Build.0 = Release|Any CPU
128126
{783ABE91-79BE-40E1-B7B4-6B70AA4EE55B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
129127
{783ABE91-79BE-40E1-B7B4-6B70AA4EE55B}.Debug|Any CPU.Build.0 = Debug|Any CPU
130128
{783ABE91-79BE-40E1-B7B4-6B70AA4EE55B}.Release|Any CPU.ActiveCfg = Release|Any CPU
@@ -190,4 +188,16 @@ Global
190188
GlobalSection(Performance) = preSolution
191189
HasPerformanceSessions = true
192190
EndGlobalSection
191+
GlobalSection(Performance) = preSolution
192+
HasPerformanceSessions = true
193+
EndGlobalSection
194+
GlobalSection(Performance) = preSolution
195+
HasPerformanceSessions = true
196+
EndGlobalSection
197+
GlobalSection(Performance) = preSolution
198+
HasPerformanceSessions = true
199+
EndGlobalSection
200+
GlobalSection(Performance) = preSolution
201+
HasPerformanceSessions = true
202+
EndGlobalSection
193203
EndGlobal

0 commit comments

Comments
 (0)