-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathFastActivator.sln
54 lines (54 loc) · 3.34 KB
/
FastActivator.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33815.320
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FastActivator", "FastActivator\FastActivator.csproj", "{1E404534-CB53-493A-8D69-5CB85130434B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FastActivator.Tests", "FastActivator.Tests\FastActivator.Tests.csproj", "{6D52A166-212D-415C-9B7C-DEA3ECD052C6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FastActivator.Benchmarks", "FastActivator.Benchmarks\FastActivator.Benchmarks.csproj", "{D4991D58-E755-4036-80FA-818BC07EF156}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FastActivator.PropertyTests", "FastActivator.PropertyTests\FastActivator.PropertyTests.csproj", "{BF01C254-A4AC-4CB9-9095-49877CD6BA99}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FastActivator.Example", "FastActivator.Example\FastActivator.Example.csproj", "{9CEB4C57-6B96-4EE5-A0FD-2EA8216109D0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5F6E2EB5-28FA-4350-8CC1-3369414551B9}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1E404534-CB53-493A-8D69-5CB85130434B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E404534-CB53-493A-8D69-5CB85130434B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E404534-CB53-493A-8D69-5CB85130434B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E404534-CB53-493A-8D69-5CB85130434B}.Release|Any CPU.Build.0 = Release|Any CPU
{6D52A166-212D-415C-9B7C-DEA3ECD052C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6D52A166-212D-415C-9B7C-DEA3ECD052C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6D52A166-212D-415C-9B7C-DEA3ECD052C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6D52A166-212D-415C-9B7C-DEA3ECD052C6}.Release|Any CPU.Build.0 = Release|Any CPU
{D4991D58-E755-4036-80FA-818BC07EF156}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D4991D58-E755-4036-80FA-818BC07EF156}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D4991D58-E755-4036-80FA-818BC07EF156}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D4991D58-E755-4036-80FA-818BC07EF156}.Release|Any CPU.Build.0 = Release|Any CPU
{BF01C254-A4AC-4CB9-9095-49877CD6BA99}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BF01C254-A4AC-4CB9-9095-49877CD6BA99}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BF01C254-A4AC-4CB9-9095-49877CD6BA99}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BF01C254-A4AC-4CB9-9095-49877CD6BA99}.Release|Any CPU.Build.0 = Release|Any CPU
{9CEB4C57-6B96-4EE5-A0FD-2EA8216109D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9CEB4C57-6B96-4EE5-A0FD-2EA8216109D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9CEB4C57-6B96-4EE5-A0FD-2EA8216109D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9CEB4C57-6B96-4EE5-A0FD-2EA8216109D0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {242F970C-277E-4EC4-AD21-8940D06F0C22}
EndGlobalSection
EndGlobal