-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathZyborg.CommandLine.ModelBinder.sln
41 lines (41 loc) · 2.39 KB
/
Zyborg.CommandLine.ModelBinder.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 16
VisualStudioVersion = 16.0.30114.105
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{B72D1597-F9AF-4F78-A8C1-D9AD5A30AABF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Example.CLI1", "src\Example.CLI1\Example.CLI1.csproj", "{EE158D49-719A-4DC1-9A99-D224B25186B0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Example.CLI2", "src\Example.CLI2\Example.CLI2.csproj", "{973932E0-6E7B-4A2A-8451-43E76630D288}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Zyborg.CommandLine.ModelBinder", "src\Zyborg.CommandLine.ModelBinder\Zyborg.CommandLine.ModelBinder.csproj", "{7C8DEF31-79BA-41F2-B191-B6412D38823B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EE158D49-719A-4DC1-9A99-D224B25186B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EE158D49-719A-4DC1-9A99-D224B25186B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EE158D49-719A-4DC1-9A99-D224B25186B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EE158D49-719A-4DC1-9A99-D224B25186B0}.Release|Any CPU.Build.0 = Release|Any CPU
{973932E0-6E7B-4A2A-8451-43E76630D288}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{973932E0-6E7B-4A2A-8451-43E76630D288}.Debug|Any CPU.Build.0 = Debug|Any CPU
{973932E0-6E7B-4A2A-8451-43E76630D288}.Release|Any CPU.ActiveCfg = Release|Any CPU
{973932E0-6E7B-4A2A-8451-43E76630D288}.Release|Any CPU.Build.0 = Release|Any CPU
{7C8DEF31-79BA-41F2-B191-B6412D38823B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7C8DEF31-79BA-41F2-B191-B6412D38823B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7C8DEF31-79BA-41F2-B191-B6412D38823B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7C8DEF31-79BA-41F2-B191-B6412D38823B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{EE158D49-719A-4DC1-9A99-D224B25186B0} = {B72D1597-F9AF-4F78-A8C1-D9AD5A30AABF}
{973932E0-6E7B-4A2A-8451-43E76630D288} = {B72D1597-F9AF-4F78-A8C1-D9AD5A30AABF}
{7C8DEF31-79BA-41F2-B191-B6412D38823B} = {B72D1597-F9AF-4F78-A8C1-D9AD5A30AABF}
EndGlobalSection
EndGlobal