-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathGDScriptInterfaceChecker.sln
More file actions
108 lines (108 loc) · 7.57 KB
/
GDScriptInterfaceChecker.sln
File metadata and controls
108 lines (108 loc) · 7.57 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
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GDScriptInterfaceChecker", "GDScriptInterfaceChecker.csproj", "{185A8CE6-333B-4568-8277-295D5BA250C3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".GDScriptInterface", ".GDScriptInterface", "{BF3E451E-A38F-966F-3E21-37540AFD9D3A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GDScriptInterface.Abstractions", ".GDScriptInterface\GDScriptInterface.Abstractions\GDScriptInterface.Abstractions.csproj", "{2723717B-F6C7-48F4-8647-8B4FDF45BBC2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GDScriptInterface.SourceGenerator", ".GDScriptInterface\GDScriptInterface.SourceGenerator\GDScriptInterface.SourceGenerator.csproj", "{3D6120D0-8661-4633-8DD3-5D1FDDE709E7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
ExportDebug|Any CPU = ExportDebug|Any CPU
ExportDebug|x64 = ExportDebug|x64
ExportDebug|x86 = ExportDebug|x86
ExportRelease|Any CPU = ExportRelease|Any CPU
ExportRelease|x64 = ExportRelease|x64
ExportRelease|x86 = ExportRelease|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{185A8CE6-333B-4568-8277-295D5BA250C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{185A8CE6-333B-4568-8277-295D5BA250C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{185A8CE6-333B-4568-8277-295D5BA250C3}.Debug|x64.ActiveCfg = Debug|Any CPU
{185A8CE6-333B-4568-8277-295D5BA250C3}.Debug|x64.Build.0 = Debug|Any CPU
{185A8CE6-333B-4568-8277-295D5BA250C3}.Debug|x86.ActiveCfg = Debug|Any CPU
{185A8CE6-333B-4568-8277-295D5BA250C3}.Debug|x86.Build.0 = Debug|Any CPU
{185A8CE6-333B-4568-8277-295D5BA250C3}.ExportDebug|Any CPU.ActiveCfg = ExportDebug|Any CPU
{185A8CE6-333B-4568-8277-295D5BA250C3}.ExportDebug|Any CPU.Build.0 = ExportDebug|Any CPU
{185A8CE6-333B-4568-8277-295D5BA250C3}.ExportDebug|x64.ActiveCfg = ExportDebug|Any CPU
{185A8CE6-333B-4568-8277-295D5BA250C3}.ExportDebug|x64.Build.0 = ExportDebug|Any CPU
{185A8CE6-333B-4568-8277-295D5BA250C3}.ExportDebug|x86.ActiveCfg = ExportDebug|Any CPU
{185A8CE6-333B-4568-8277-295D5BA250C3}.ExportDebug|x86.Build.0 = ExportDebug|Any CPU
{185A8CE6-333B-4568-8277-295D5BA250C3}.ExportRelease|Any CPU.ActiveCfg = ExportRelease|Any CPU
{185A8CE6-333B-4568-8277-295D5BA250C3}.ExportRelease|Any CPU.Build.0 = ExportRelease|Any CPU
{185A8CE6-333B-4568-8277-295D5BA250C3}.ExportRelease|x64.ActiveCfg = ExportRelease|Any CPU
{185A8CE6-333B-4568-8277-295D5BA250C3}.ExportRelease|x64.Build.0 = ExportRelease|Any CPU
{185A8CE6-333B-4568-8277-295D5BA250C3}.ExportRelease|x86.ActiveCfg = ExportRelease|Any CPU
{185A8CE6-333B-4568-8277-295D5BA250C3}.ExportRelease|x86.Build.0 = ExportRelease|Any CPU
{185A8CE6-333B-4568-8277-295D5BA250C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{185A8CE6-333B-4568-8277-295D5BA250C3}.Release|Any CPU.Build.0 = Release|Any CPU
{185A8CE6-333B-4568-8277-295D5BA250C3}.Release|x64.ActiveCfg = Release|Any CPU
{185A8CE6-333B-4568-8277-295D5BA250C3}.Release|x64.Build.0 = Release|Any CPU
{185A8CE6-333B-4568-8277-295D5BA250C3}.Release|x86.ActiveCfg = Release|Any CPU
{185A8CE6-333B-4568-8277-295D5BA250C3}.Release|x86.Build.0 = Release|Any CPU
{2723717B-F6C7-48F4-8647-8B4FDF45BBC2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2723717B-F6C7-48F4-8647-8B4FDF45BBC2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2723717B-F6C7-48F4-8647-8B4FDF45BBC2}.Debug|x64.ActiveCfg = Debug|Any CPU
{2723717B-F6C7-48F4-8647-8B4FDF45BBC2}.Debug|x64.Build.0 = Debug|Any CPU
{2723717B-F6C7-48F4-8647-8B4FDF45BBC2}.Debug|x86.ActiveCfg = Debug|Any CPU
{2723717B-F6C7-48F4-8647-8B4FDF45BBC2}.Debug|x86.Build.0 = Debug|Any CPU
{2723717B-F6C7-48F4-8647-8B4FDF45BBC2}.ExportDebug|Any CPU.ActiveCfg = Debug|Any CPU
{2723717B-F6C7-48F4-8647-8B4FDF45BBC2}.ExportDebug|Any CPU.Build.0 = Debug|Any CPU
{2723717B-F6C7-48F4-8647-8B4FDF45BBC2}.ExportDebug|x64.ActiveCfg = Debug|Any CPU
{2723717B-F6C7-48F4-8647-8B4FDF45BBC2}.ExportDebug|x64.Build.0 = Debug|Any CPU
{2723717B-F6C7-48F4-8647-8B4FDF45BBC2}.ExportDebug|x86.ActiveCfg = Debug|Any CPU
{2723717B-F6C7-48F4-8647-8B4FDF45BBC2}.ExportDebug|x86.Build.0 = Debug|Any CPU
{2723717B-F6C7-48F4-8647-8B4FDF45BBC2}.ExportRelease|Any CPU.ActiveCfg = Debug|Any CPU
{2723717B-F6C7-48F4-8647-8B4FDF45BBC2}.ExportRelease|Any CPU.Build.0 = Debug|Any CPU
{2723717B-F6C7-48F4-8647-8B4FDF45BBC2}.ExportRelease|x64.ActiveCfg = Debug|Any CPU
{2723717B-F6C7-48F4-8647-8B4FDF45BBC2}.ExportRelease|x64.Build.0 = Debug|Any CPU
{2723717B-F6C7-48F4-8647-8B4FDF45BBC2}.ExportRelease|x86.ActiveCfg = Debug|Any CPU
{2723717B-F6C7-48F4-8647-8B4FDF45BBC2}.ExportRelease|x86.Build.0 = Debug|Any CPU
{2723717B-F6C7-48F4-8647-8B4FDF45BBC2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2723717B-F6C7-48F4-8647-8B4FDF45BBC2}.Release|Any CPU.Build.0 = Release|Any CPU
{2723717B-F6C7-48F4-8647-8B4FDF45BBC2}.Release|x64.ActiveCfg = Release|Any CPU
{2723717B-F6C7-48F4-8647-8B4FDF45BBC2}.Release|x64.Build.0 = Release|Any CPU
{2723717B-F6C7-48F4-8647-8B4FDF45BBC2}.Release|x86.ActiveCfg = Release|Any CPU
{2723717B-F6C7-48F4-8647-8B4FDF45BBC2}.Release|x86.Build.0 = Release|Any CPU
{3D6120D0-8661-4633-8DD3-5D1FDDE709E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3D6120D0-8661-4633-8DD3-5D1FDDE709E7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3D6120D0-8661-4633-8DD3-5D1FDDE709E7}.Debug|x64.ActiveCfg = Debug|Any CPU
{3D6120D0-8661-4633-8DD3-5D1FDDE709E7}.Debug|x64.Build.0 = Debug|Any CPU
{3D6120D0-8661-4633-8DD3-5D1FDDE709E7}.Debug|x86.ActiveCfg = Debug|Any CPU
{3D6120D0-8661-4633-8DD3-5D1FDDE709E7}.Debug|x86.Build.0 = Debug|Any CPU
{3D6120D0-8661-4633-8DD3-5D1FDDE709E7}.ExportDebug|Any CPU.ActiveCfg = Debug|Any CPU
{3D6120D0-8661-4633-8DD3-5D1FDDE709E7}.ExportDebug|Any CPU.Build.0 = Debug|Any CPU
{3D6120D0-8661-4633-8DD3-5D1FDDE709E7}.ExportDebug|x64.ActiveCfg = Debug|Any CPU
{3D6120D0-8661-4633-8DD3-5D1FDDE709E7}.ExportDebug|x64.Build.0 = Debug|Any CPU
{3D6120D0-8661-4633-8DD3-5D1FDDE709E7}.ExportDebug|x86.ActiveCfg = Debug|Any CPU
{3D6120D0-8661-4633-8DD3-5D1FDDE709E7}.ExportDebug|x86.Build.0 = Debug|Any CPU
{3D6120D0-8661-4633-8DD3-5D1FDDE709E7}.ExportRelease|Any CPU.ActiveCfg = Debug|Any CPU
{3D6120D0-8661-4633-8DD3-5D1FDDE709E7}.ExportRelease|Any CPU.Build.0 = Debug|Any CPU
{3D6120D0-8661-4633-8DD3-5D1FDDE709E7}.ExportRelease|x64.ActiveCfg = Debug|Any CPU
{3D6120D0-8661-4633-8DD3-5D1FDDE709E7}.ExportRelease|x64.Build.0 = Debug|Any CPU
{3D6120D0-8661-4633-8DD3-5D1FDDE709E7}.ExportRelease|x86.ActiveCfg = Debug|Any CPU
{3D6120D0-8661-4633-8DD3-5D1FDDE709E7}.ExportRelease|x86.Build.0 = Debug|Any CPU
{3D6120D0-8661-4633-8DD3-5D1FDDE709E7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3D6120D0-8661-4633-8DD3-5D1FDDE709E7}.Release|Any CPU.Build.0 = Release|Any CPU
{3D6120D0-8661-4633-8DD3-5D1FDDE709E7}.Release|x64.ActiveCfg = Release|Any CPU
{3D6120D0-8661-4633-8DD3-5D1FDDE709E7}.Release|x64.Build.0 = Release|Any CPU
{3D6120D0-8661-4633-8DD3-5D1FDDE709E7}.Release|x86.ActiveCfg = Release|Any CPU
{3D6120D0-8661-4633-8DD3-5D1FDDE709E7}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2723717B-F6C7-48F4-8647-8B4FDF45BBC2} = {BF3E451E-A38F-966F-3E21-37540AFD9D3A}
{3D6120D0-8661-4633-8DD3-5D1FDDE709E7} = {BF3E451E-A38F-966F-3E21-37540AFD9D3A}
EndGlobalSection
EndGlobal