-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjgrandson.sln
65 lines (65 loc) · 3.44 KB
/
jgrandson.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
55
56
57
58
59
60
61
62
63
64
65
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31717.71
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "jgrandson", "jgrandson.vcxproj", "{56438885-92A2-4F61-A378-E3F2A29CAD79}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E8C08CC2-ED37-4469-A850-5593F03643BC}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
example\foo.json = example\foo.json
Makefile = Makefile
README.md = README.md
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cpp_example", "example\cpp_example.vcxproj", "{279764F1-AD1B-46FF-80D4-620A4223A0D0}"
ProjectSection(ProjectDependencies) = postProject
{56438885-92A2-4F61-A378-E3F2A29CAD79} = {56438885-92A2-4F61-A378-E3F2A29CAD79}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "c_example", "example\c_example.vcxproj", "{76A1D961-28B7-4EE9-923D-1B71E53E79DF}"
ProjectSection(ProjectDependencies) = postProject
{56438885-92A2-4F61-A378-E3F2A29CAD79} = {56438885-92A2-4F61-A378-E3F2A29CAD79}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{56438885-92A2-4F61-A378-E3F2A29CAD79}.Debug|x64.ActiveCfg = Debug|x64
{56438885-92A2-4F61-A378-E3F2A29CAD79}.Debug|x64.Build.0 = Debug|x64
{56438885-92A2-4F61-A378-E3F2A29CAD79}.Debug|x86.ActiveCfg = Debug|Win32
{56438885-92A2-4F61-A378-E3F2A29CAD79}.Debug|x86.Build.0 = Debug|Win32
{56438885-92A2-4F61-A378-E3F2A29CAD79}.Release|x64.ActiveCfg = Release|x64
{56438885-92A2-4F61-A378-E3F2A29CAD79}.Release|x64.Build.0 = Release|x64
{56438885-92A2-4F61-A378-E3F2A29CAD79}.Release|x86.ActiveCfg = Release|Win32
{56438885-92A2-4F61-A378-E3F2A29CAD79}.Release|x86.Build.0 = Release|Win32
{279764F1-AD1B-46FF-80D4-620A4223A0D0}.Debug|x64.ActiveCfg = Debug|x64
{279764F1-AD1B-46FF-80D4-620A4223A0D0}.Debug|x64.Build.0 = Debug|x64
{279764F1-AD1B-46FF-80D4-620A4223A0D0}.Debug|x86.ActiveCfg = Debug|Win32
{279764F1-AD1B-46FF-80D4-620A4223A0D0}.Debug|x86.Build.0 = Debug|Win32
{279764F1-AD1B-46FF-80D4-620A4223A0D0}.Release|x64.ActiveCfg = Release|x64
{279764F1-AD1B-46FF-80D4-620A4223A0D0}.Release|x64.Build.0 = Release|x64
{279764F1-AD1B-46FF-80D4-620A4223A0D0}.Release|x86.ActiveCfg = Release|Win32
{279764F1-AD1B-46FF-80D4-620A4223A0D0}.Release|x86.Build.0 = Release|Win32
{76A1D961-28B7-4EE9-923D-1B71E53E79DF}.Debug|x64.ActiveCfg = Debug|x64
{76A1D961-28B7-4EE9-923D-1B71E53E79DF}.Debug|x64.Build.0 = Debug|x64
{76A1D961-28B7-4EE9-923D-1B71E53E79DF}.Debug|x86.ActiveCfg = Debug|Win32
{76A1D961-28B7-4EE9-923D-1B71E53E79DF}.Debug|x86.Build.0 = Debug|Win32
{76A1D961-28B7-4EE9-923D-1B71E53E79DF}.Release|x64.ActiveCfg = Release|x64
{76A1D961-28B7-4EE9-923D-1B71E53E79DF}.Release|x64.Build.0 = Release|x64
{76A1D961-28B7-4EE9-923D-1B71E53E79DF}.Release|x86.ActiveCfg = Release|Win32
{76A1D961-28B7-4EE9-923D-1B71E53E79DF}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C51A2C9B-8948-496A-95DE-87F53CDD0593}
EndGlobalSection
EndGlobal