-
Notifications
You must be signed in to change notification settings - Fork 18
/
SimpleOpt.sln
54 lines (54 loc) · 3.07 KB
/
SimpleOpt.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
46
47
48
49
50
51
52
53
54
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "basicSample", "basicSample.vcproj", "{BC46A349-E59A-4FDC-B56A-A668ED552758}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fullSample", "fullSample.vcproj", "{4693B3B5-9070-4DC3-8C61-AAD6BF288E90}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "globSample", "globSample.vcproj", "{F3EED8E1-D911-4CAC-A8A2-BF127A6AC772}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfiguration) = preSolution
Debug = Debug
Debug Unicode = Debug Unicode
Release = Release
Release Unicode = Release Unicode
EndGlobalSection
GlobalSection(ProjectConfiguration) = postSolution
{BC46A349-E59A-4FDC-B56A-A668ED552758}.Debug.ActiveCfg = Debug|Win32
{BC46A349-E59A-4FDC-B56A-A668ED552758}.Debug.Build.0 = Debug|Win32
{BC46A349-E59A-4FDC-B56A-A668ED552758}.Debug Unicode.ActiveCfg = Debug Unicode|Win32
{BC46A349-E59A-4FDC-B56A-A668ED552758}.Debug Unicode.Build.0 = Debug Unicode|Win32
{BC46A349-E59A-4FDC-B56A-A668ED552758}.Release.ActiveCfg = Release|Win32
{BC46A349-E59A-4FDC-B56A-A668ED552758}.Release.Build.0 = Release|Win32
{BC46A349-E59A-4FDC-B56A-A668ED552758}.Release Unicode.ActiveCfg = Release Unicode|Win32
{BC46A349-E59A-4FDC-B56A-A668ED552758}.Release Unicode.Build.0 = Release Unicode|Win32
{4693B3B5-9070-4DC3-8C61-AAD6BF288E90}.Debug.ActiveCfg = Debug|Win32
{4693B3B5-9070-4DC3-8C61-AAD6BF288E90}.Debug.Build.0 = Debug|Win32
{4693B3B5-9070-4DC3-8C61-AAD6BF288E90}.Debug Unicode.ActiveCfg = Debug Unicode|Win32
{4693B3B5-9070-4DC3-8C61-AAD6BF288E90}.Debug Unicode.Build.0 = Debug Unicode|Win32
{4693B3B5-9070-4DC3-8C61-AAD6BF288E90}.Release.ActiveCfg = Release|Win32
{4693B3B5-9070-4DC3-8C61-AAD6BF288E90}.Release.Build.0 = Release|Win32
{4693B3B5-9070-4DC3-8C61-AAD6BF288E90}.Release Unicode.ActiveCfg = Release Unicode|Win32
{4693B3B5-9070-4DC3-8C61-AAD6BF288E90}.Release Unicode.Build.0 = Release Unicode|Win32
{F3EED8E1-D911-4CAC-A8A2-BF127A6AC772}.Debug.ActiveCfg = Debug|Win32
{F3EED8E1-D911-4CAC-A8A2-BF127A6AC772}.Debug.Build.0 = Debug|Win32
{F3EED8E1-D911-4CAC-A8A2-BF127A6AC772}.Debug Unicode.ActiveCfg = Debug Unicode|Win32
{F3EED8E1-D911-4CAC-A8A2-BF127A6AC772}.Debug Unicode.Build.0 = Debug Unicode|Win32
{F3EED8E1-D911-4CAC-A8A2-BF127A6AC772}.Release.ActiveCfg = Release|Win32
{F3EED8E1-D911-4CAC-A8A2-BF127A6AC772}.Release.Build.0 = Release|Win32
{F3EED8E1-D911-4CAC-A8A2-BF127A6AC772}.Release Unicode.ActiveCfg = Release Unicode|Win32
{F3EED8E1-D911-4CAC-A8A2-BF127A6AC772}.Release Unicode.Build.0 = Release Unicode|Win32
EndGlobalSection
GlobalSection(SolutionItems) = postSolution
makefile = makefile
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EndGlobalSection
GlobalSection(ExtensibilityAddIns) = postSolution
EndGlobalSection
EndGlobal