-
Notifications
You must be signed in to change notification settings - Fork 1
/
FacadeFor3e.sln
41 lines (41 loc) · 2.22 KB
/
FacadeFor3e.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FacadeFor3e", "FacadeFor3e\FacadeFor3e.csproj", "{92E3A60A-D97F-4140-9D95-2031FA58249B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FacadeFor3e.Examples", "FacadeFor3e.Examples\FacadeFor3e.Examples.csproj", "{672C5046-AF09-4737-A506-33E0CF64367B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FacadeFor3e.Tests", "FacadeFor3e.Tests\FacadeFor3e.Tests.csproj", "{1578CBB6-995D-4D9D-8A8B-A085A7F69527}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A23EDB98-2046-4213-9897-8ED479CD89B3}"
ProjectSection(SolutionItems) = preProject
devnotes.txt = devnotes.txt
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{92E3A60A-D97F-4140-9D95-2031FA58249B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{92E3A60A-D97F-4140-9D95-2031FA58249B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{92E3A60A-D97F-4140-9D95-2031FA58249B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{92E3A60A-D97F-4140-9D95-2031FA58249B}.Release|Any CPU.Build.0 = Release|Any CPU
{672C5046-AF09-4737-A506-33E0CF64367B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{672C5046-AF09-4737-A506-33E0CF64367B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{672C5046-AF09-4737-A506-33E0CF64367B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1578CBB6-995D-4D9D-8A8B-A085A7F69527}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1578CBB6-995D-4D9D-8A8B-A085A7F69527}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1578CBB6-995D-4D9D-8A8B-A085A7F69527}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1578CBB6-995D-4D9D-8A8B-A085A7F69527}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {139BB88E-0033-44AB-94C6-EDA2B9058095}
EndGlobalSection
EndGlobal