-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathQBX.sln
More file actions
49 lines (49 loc) · 2.71 KB
/
QBX.sln
File metadata and controls
49 lines (49 loc) · 2.71 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 18
VisualStudioVersion = 18.3.11222.16
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QBX", "QBX\QBX.csproj", "{BA35AC41-0CB7-4FE2-B2B9-2258180E963C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QBX.Tests", "QBX.Tests\QBX.Tests.csproj", "{94EE6854-9DF8-4FCF-9A2D-037D81D878F9}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Samples", "Samples\Samples.vbproj", "{9B0B4535-7618-8521-63E6-022208593399}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "DebugCases", "DebugCases\DebugCases.vbproj", "{FAB73BC2-E6F8-BC67-7CE4-86C24A29A968}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{84511533-17C8-40D0-A43F-E7C71C4210BC}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BA35AC41-0CB7-4FE2-B2B9-2258180E963C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BA35AC41-0CB7-4FE2-B2B9-2258180E963C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BA35AC41-0CB7-4FE2-B2B9-2258180E963C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BA35AC41-0CB7-4FE2-B2B9-2258180E963C}.Release|Any CPU.Build.0 = Release|Any CPU
{94EE6854-9DF8-4FCF-9A2D-037D81D878F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{94EE6854-9DF8-4FCF-9A2D-037D81D878F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{94EE6854-9DF8-4FCF-9A2D-037D81D878F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{94EE6854-9DF8-4FCF-9A2D-037D81D878F9}.Release|Any CPU.Build.0 = Release|Any CPU
{9B0B4535-7618-8521-63E6-022208593399}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9B0B4535-7618-8521-63E6-022208593399}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9B0B4535-7618-8521-63E6-022208593399}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9B0B4535-7618-8521-63E6-022208593399}.Release|Any CPU.Build.0 = Release|Any CPU
{FAB73BC2-E6F8-BC67-7CE4-86C24A29A968}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FAB73BC2-E6F8-BC67-7CE4-86C24A29A968}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FAB73BC2-E6F8-BC67-7CE4-86C24A29A968}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FAB73BC2-E6F8-BC67-7CE4-86C24A29A968}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {886107B4-8769-4138-B6D4-F68BFB3E311F}
EndGlobalSection
EndGlobal