-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathVisitorPattern_GenericConverter.sln
More file actions
38 lines (38 loc) · 2.55 KB
/
VisitorPattern_GenericConverter.sln
File metadata and controls
38 lines (38 loc) · 2.55 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VisitorPattern_GenericConverter", "VisitorPattern_GenericConverter\VisitorPattern_GenericConverter.csproj", "{4741417C-8BFA-4AAE-86CF-368D3C79E6BC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VisitorPattern_GenericConverter.01", "VisitorPattern_GenericConverter.01\VisitorPattern_GenericConverter.01.csproj", "{0803327B-14CC-423D-ACBF-A500E2AA771E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VisitorPattern_GenericConverter.02", "VisitorPattern_GenericConverter.02\VisitorPattern_GenericConverter.02.csproj", "{D57D3124-433D-49DD-BAEB-61E124FE273B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VisitorPattern_GenericConverter.03", "VisitorPattern_GenericConverter.03\VisitorPattern_GenericConverter.03.csproj", "{CEB138D1-DD45-4DD9-8935-1C9AFBBF2FCF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4741417C-8BFA-4AAE-86CF-368D3C79E6BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4741417C-8BFA-4AAE-86CF-368D3C79E6BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4741417C-8BFA-4AAE-86CF-368D3C79E6BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4741417C-8BFA-4AAE-86CF-368D3C79E6BC}.Release|Any CPU.Build.0 = Release|Any CPU
{0803327B-14CC-423D-ACBF-A500E2AA771E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0803327B-14CC-423D-ACBF-A500E2AA771E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0803327B-14CC-423D-ACBF-A500E2AA771E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0803327B-14CC-423D-ACBF-A500E2AA771E}.Release|Any CPU.Build.0 = Release|Any CPU
{D57D3124-433D-49DD-BAEB-61E124FE273B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D57D3124-433D-49DD-BAEB-61E124FE273B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D57D3124-433D-49DD-BAEB-61E124FE273B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D57D3124-433D-49DD-BAEB-61E124FE273B}.Release|Any CPU.Build.0 = Release|Any CPU
{CEB138D1-DD45-4DD9-8935-1C9AFBBF2FCF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CEB138D1-DD45-4DD9-8935-1C9AFBBF2FCF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CEB138D1-DD45-4DD9-8935-1C9AFBBF2FCF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CEB138D1-DD45-4DD9-8935-1C9AFBBF2FCF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal