-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBigCommerceNET.sln
37 lines (37 loc) · 2.04 KB
/
BigCommerceNET.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34309.116
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BigCommerceNET", "BigCommerceNET\BigCommerceNET.csproj", "{9D10C335-98F3-4487-BC09-FBB6A01709AC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestProject", "TestProject\TestProject.csproj", "{358C2241-CA89-4035-88EE-7649C66C7AFC}"
EndProject
Project("{7CF6DF6D-3B04-46F8-A40B-537D21BCA0B4}") = "Documentation", "Documentation\Documentation.shfbproj", "{0345FBFC-1627-4EB7-9AA3-039702C5F0D2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9D10C335-98F3-4487-BC09-FBB6A01709AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9D10C335-98F3-4487-BC09-FBB6A01709AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9D10C335-98F3-4487-BC09-FBB6A01709AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9D10C335-98F3-4487-BC09-FBB6A01709AC}.Release|Any CPU.Build.0 = Release|Any CPU
{358C2241-CA89-4035-88EE-7649C66C7AFC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{358C2241-CA89-4035-88EE-7649C66C7AFC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{358C2241-CA89-4035-88EE-7649C66C7AFC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{358C2241-CA89-4035-88EE-7649C66C7AFC}.Release|Any CPU.Build.0 = Release|Any CPU
{0345FBFC-1627-4EB7-9AA3-039702C5F0D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0345FBFC-1627-4EB7-9AA3-039702C5F0D2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0345FBFC-1627-4EB7-9AA3-039702C5F0D2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0345FBFC-1627-4EB7-9AA3-039702C5F0D2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EB6518AE-6EB6-4991-9B85-EAA0BA2C9349}
EndGlobalSection
EndGlobal