-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathQuantumBinding.sln
More file actions
executable file
·49 lines (49 loc) · 2.98 KB
/
QuantumBinding.sln
File metadata and controls
executable file
·49 lines (49 loc) · 2.98 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33209.295
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "QuantumBinding.Generator", "QuantumBinding.Generator\QuantumBinding.Generator.csproj", "{B95CDA41-B72D-4E22-B439-097E49EBEE82}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "QuantumBinding.ClangGenerator", "QuantumBinding.Demo\QuantumBinding.ClangGenerator.csproj", "{3E928F6F-5EC3-405A-BEB7-4C6D95F456F6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "QuantumBinding.Clang", "QuantumBinding.Clang\QuantumBinding.Clang.csproj", "{7E8412B8-C462-4B54-A699-17A49AFEB6E1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "QuantumBinding.ClangPlayground", "QuantumBinding.ClangPlayground\QuantumBinding.ClangPlayground.csproj", "{F17A117C-F270-4570-BC2F-ACDBDC5F8095}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "QuantumBinding.Utils", "QuantumBinding.Utils\QuantumBinding.Utils.csproj", "{2AC570AD-CEF8-4CD1-9040-B1D876EA12BB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B95CDA41-B72D-4E22-B439-097E49EBEE82}.Debug|x64.ActiveCfg = Debug|x64
{B95CDA41-B72D-4E22-B439-097E49EBEE82}.Debug|x64.Build.0 = Debug|x64
{B95CDA41-B72D-4E22-B439-097E49EBEE82}.Release|x64.ActiveCfg = Release|x64
{B95CDA41-B72D-4E22-B439-097E49EBEE82}.Release|x64.Build.0 = Release|x64
{3E928F6F-5EC3-405A-BEB7-4C6D95F456F6}.Debug|x64.ActiveCfg = Debug|x64
{3E928F6F-5EC3-405A-BEB7-4C6D95F456F6}.Debug|x64.Build.0 = Debug|x64
{3E928F6F-5EC3-405A-BEB7-4C6D95F456F6}.Release|x64.ActiveCfg = Release|x64
{3E928F6F-5EC3-405A-BEB7-4C6D95F456F6}.Release|x64.Build.0 = Release|x64
{7E8412B8-C462-4B54-A699-17A49AFEB6E1}.Debug|x64.ActiveCfg = Debug|x64
{7E8412B8-C462-4B54-A699-17A49AFEB6E1}.Debug|x64.Build.0 = Debug|x64
{7E8412B8-C462-4B54-A699-17A49AFEB6E1}.Release|x64.ActiveCfg = Release|x64
{7E8412B8-C462-4B54-A699-17A49AFEB6E1}.Release|x64.Build.0 = Release|x64
{F17A117C-F270-4570-BC2F-ACDBDC5F8095}.Debug|x64.ActiveCfg = Debug|x64
{F17A117C-F270-4570-BC2F-ACDBDC5F8095}.Release|x64.ActiveCfg = Release|x64
{F17A117C-F270-4570-BC2F-ACDBDC5F8095}.Release|x64.Build.0 = Release|x64
{F17A117C-F270-4570-BC2F-ACDBDC5F8095}.Debug|x64.Build.0 = Debug|x64
{2AC570AD-CEF8-4CD1-9040-B1D876EA12BB}.Debug|x64.ActiveCfg = Debug|x64
{2AC570AD-CEF8-4CD1-9040-B1D876EA12BB}.Debug|x64.Build.0 = Debug|x64
{2AC570AD-CEF8-4CD1-9040-B1D876EA12BB}.Release|x64.ActiveCfg = Release|x64
{2AC570AD-CEF8-4CD1-9040-B1D876EA12BB}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8D1D07A1-2D6A-4107-AAB6-C322F9578C72}
EndGlobalSection
EndGlobal