-
Notifications
You must be signed in to change notification settings - Fork 2
/
AutoImplement.sln
43 lines (43 loc) · 2.64 KB
/
AutoImplement.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2047
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoImplement", "src\AutoImplement\AutoImplement.csproj", "{84EDE6E7-7098-4F05-9AB8-9EC8FB24CB6D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoImplement.Tests", "src\AutoImplement.Tests\AutoImplement.Tests.csproj", "{61F50AB9-CCB2-4E38-8EB3-61C80DD85F61}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.Delegation", "src\System.Delegation\System.Delegation.csproj", "{B77A226F-8CF4-4BF4-9727-CFE4055BCE5A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoImplement.Tests.Types", "src\AutoImplement.Tests.Types\AutoImplement.Tests.Types.csproj", "{2DDE20A3-72FE-484E-9B7D-DE5E641B9811}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{84EDE6E7-7098-4F05-9AB8-9EC8FB24CB6D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{84EDE6E7-7098-4F05-9AB8-9EC8FB24CB6D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{84EDE6E7-7098-4F05-9AB8-9EC8FB24CB6D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{84EDE6E7-7098-4F05-9AB8-9EC8FB24CB6D}.Release|Any CPU.Build.0 = Release|Any CPU
{61F50AB9-CCB2-4E38-8EB3-61C80DD85F61}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{61F50AB9-CCB2-4E38-8EB3-61C80DD85F61}.Debug|Any CPU.Build.0 = Debug|Any CPU
{61F50AB9-CCB2-4E38-8EB3-61C80DD85F61}.Release|Any CPU.ActiveCfg = Release|Any CPU
{61F50AB9-CCB2-4E38-8EB3-61C80DD85F61}.Release|Any CPU.Build.0 = Release|Any CPU
{B77A226F-8CF4-4BF4-9727-CFE4055BCE5A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B77A226F-8CF4-4BF4-9727-CFE4055BCE5A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B77A226F-8CF4-4BF4-9727-CFE4055BCE5A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B77A226F-8CF4-4BF4-9727-CFE4055BCE5A}.Release|Any CPU.Build.0 = Release|Any CPU
{2DDE20A3-72FE-484E-9B7D-DE5E641B9811}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2DDE20A3-72FE-484E-9B7D-DE5E641B9811}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2DDE20A3-72FE-484E-9B7D-DE5E641B9811}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2DDE20A3-72FE-484E-9B7D-DE5E641B9811}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C80711F6-7D28-4A3D-ADBD-203A9F432054}
EndGlobalSection
EndGlobal