-
Notifications
You must be signed in to change notification settings - Fork 1
/
professor-evanw.sln
45 lines (45 loc) · 2.85 KB
/
professor-evanw.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.21005.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Types and Reflection", "Types and Reflection", "{F5BDC7FD-EEB7-4E16-8366-203AF70BF285}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Unit Testing", "Unit Testing", "{DAF27741-FD66-4A4E-A2AF-50B86436AEFC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Patterns", "Patterns", "{B0F09E27-1ACA-4A18-BE90-C3E292FB448A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BuilderPattern", "Patterns\BuilderPattern\BuilderPattern.csproj", "{FE40D346-5E4D-472C-9139-20C7E8DA36DE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CreatingNativeTypesFromStrings", "Types and Reflection\CreatingNativeTypesFromStrings\CreatingNativeTypesFromStrings.csproj", "{88200187-A006-4DA0-B645-0138BE0B5F8D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTesting_DependencyInjection_BuilderPattern", "Unit Testing\DependencyInjection_BuilderPattern\UnitTesting_DependencyInjection_BuilderPattern.csproj", "{31B52052-87B2-455C-9F12-B16695A267A4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FE40D346-5E4D-472C-9139-20C7E8DA36DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FE40D346-5E4D-472C-9139-20C7E8DA36DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FE40D346-5E4D-472C-9139-20C7E8DA36DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FE40D346-5E4D-472C-9139-20C7E8DA36DE}.Release|Any CPU.Build.0 = Release|Any CPU
{88200187-A006-4DA0-B645-0138BE0B5F8D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{88200187-A006-4DA0-B645-0138BE0B5F8D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{88200187-A006-4DA0-B645-0138BE0B5F8D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{88200187-A006-4DA0-B645-0138BE0B5F8D}.Release|Any CPU.Build.0 = Release|Any CPU
{31B52052-87B2-455C-9F12-B16695A267A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{31B52052-87B2-455C-9F12-B16695A267A4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{31B52052-87B2-455C-9F12-B16695A267A4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{31B52052-87B2-455C-9F12-B16695A267A4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{88200187-A006-4DA0-B645-0138BE0B5F8D} = {F5BDC7FD-EEB7-4E16-8366-203AF70BF285}
{31B52052-87B2-455C-9F12-B16695A267A4} = {DAF27741-FD66-4A4E-A2AF-50B86436AEFC}
{FE40D346-5E4D-472C-9139-20C7E8DA36DE} = {B0F09E27-1ACA-4A18-BE90-C3E292FB448A}
EndGlobalSection
EndGlobal