@@ -11,6 +11,10 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{72
11
11
EndProject
12
12
Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "PublicInterfaceGenerator.Attributes" , "PublicInterfaceGenerator.Attributes\PublicInterfaceGenerator.Attributes.csproj" , "{59953E27-6190-44CE-9244-DBA1566811F5}"
13
13
EndProject
14
+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "Samples" , "..\samples\Samples\Samples.csproj" , "{2CD3B72B-1597-471F-AE24-1D7D6340A324}"
15
+ EndProject
16
+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "UnitTests" , "UnitTests\UnitTests.csproj" , "{C15212B0-08B0-401D-A7BD-B340DE194195}"
17
+ EndProject
14
18
Global
15
19
GlobalSection (SolutionConfigurationPlatforms ) = preSolution
16
20
Debug| Any CPU = Debug| Any CPU
@@ -25,10 +29,22 @@ Global
25
29
{59953E27-6190-44CE-9244-DBA1566811F5} .Debug| Any CPU .Build .0 = Debug| Any CPU
26
30
{59953E27-6190-44CE-9244-DBA1566811F5} .Release| Any CPU .ActiveCfg = Release| Any CPU
27
31
{59953E27-6190-44CE-9244-DBA1566811F5} .Release| Any CPU .Build .0 = Release| Any CPU
32
+ {2CD3B72B-1597-471F-AE24-1D7D6340A324} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
33
+ {2CD3B72B-1597-471F-AE24-1D7D6340A324} .Debug| Any CPU .Build .0 = Debug| Any CPU
34
+ {2CD3B72B-1597-471F-AE24-1D7D6340A324} .Release| Any CPU .ActiveCfg = Release| Any CPU
35
+ {2CD3B72B-1597-471F-AE24-1D7D6340A324} .Release| Any CPU .Build .0 = Release| Any CPU
36
+ {C15212B0-08B0-401D-A7BD-B340DE194195} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
37
+ {C15212B0-08B0-401D-A7BD-B340DE194195} .Debug| Any CPU .Build .0 = Debug| Any CPU
38
+ {C15212B0-08B0-401D-A7BD-B340DE194195} .Release| Any CPU .ActiveCfg = Release| Any CPU
39
+ {C15212B0-08B0-401D-A7BD-B340DE194195} .Release| Any CPU .Build .0 = Release| Any CPU
28
40
EndGlobalSection
29
41
GlobalSection (SolutionProperties ) = preSolution
30
42
HideSolutionNode = FALSE
31
43
EndGlobalSection
44
+ GlobalSection (NestedProjects ) = preSolution
45
+ {2CD3B72B-1597-471F-AE24-1D7D6340A324} = {7235A503-C7CD-4028-88F4-15DBD7371471}
46
+ {C15212B0-08B0-401D-A7BD-B340DE194195} = {A7E17D8D-F489-4CD6-85DA-03BEE1BDD217}
47
+ EndGlobalSection
32
48
GlobalSection (ExtensibilityGlobals ) = postSolution
33
49
SolutionGuid = {1CC6B6F7-942B-4373-B782-4903EAE16A97}
34
50
EndGlobalSection
0 commit comments