-
Notifications
You must be signed in to change notification settings - Fork 2
/
Rollcall.sln
29 lines (29 loc) · 1.57 KB
/
Rollcall.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31717.71
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Rollcall.Extensions.Microsoft.DependencyInjection", "src\Rollcall.Extensions.Microsoft.DependencyInjection\Rollcall.Extensions.Microsoft.DependencyInjection.csproj", "{6DB53609-64F5-4BBB-BD4D-16D33BE7A44A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MultiImplementationBenchark", "benchmark\MultiImplementationBenchark\MultiImplementationBenchark.csproj", "{5AC7EF47-1B85-4D2E-B434-8C05FBB2687C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6DB53609-64F5-4BBB-BD4D-16D33BE7A44A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6DB53609-64F5-4BBB-BD4D-16D33BE7A44A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6DB53609-64F5-4BBB-BD4D-16D33BE7A44A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6DB53609-64F5-4BBB-BD4D-16D33BE7A44A}.Release|Any CPU.Build.0 = Release|Any CPU
{5AC7EF47-1B85-4D2E-B434-8C05FBB2687C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5AC7EF47-1B85-4D2E-B434-8C05FBB2687C}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4A9E85BA-70C1-4355-8E22-FDDFD4010F83}
EndGlobalSection
EndGlobal