-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBoxSharp.sln
37 lines (37 loc) · 2.05 KB
/
BoxSharp.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.2.32630.192
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BoxSharp", "src\BoxSharp\BoxSharp.csproj", "{B1916538-0A5B-4D67-B2C5-F58D5EB0F9F2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BoxSharp.Tests", "src\BoxSharp.Tests\BoxSharp.Tests.csproj", "{2C6B1B92-A6E8-459A-A47F-0FCF52EF2D6C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BoxSharp.Runtime", "src\BoxSharp.Runtime\BoxSharp.Runtime.csproj", "{0E691BBC-7553-4FB8-9838-D65AA6D5EB2D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B1916538-0A5B-4D67-B2C5-F58D5EB0F9F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B1916538-0A5B-4D67-B2C5-F58D5EB0F9F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B1916538-0A5B-4D67-B2C5-F58D5EB0F9F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B1916538-0A5B-4D67-B2C5-F58D5EB0F9F2}.Release|Any CPU.Build.0 = Release|Any CPU
{2C6B1B92-A6E8-459A-A47F-0FCF52EF2D6C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2C6B1B92-A6E8-459A-A47F-0FCF52EF2D6C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2C6B1B92-A6E8-459A-A47F-0FCF52EF2D6C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2C6B1B92-A6E8-459A-A47F-0FCF52EF2D6C}.Release|Any CPU.Build.0 = Release|Any CPU
{0E691BBC-7553-4FB8-9838-D65AA6D5EB2D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0E691BBC-7553-4FB8-9838-D65AA6D5EB2D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0E691BBC-7553-4FB8-9838-D65AA6D5EB2D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0E691BBC-7553-4FB8-9838-D65AA6D5EB2D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3B96CB3E-4C0A-4771-A489-78A8B7B7BAB8}
EndGlobalSection
EndGlobal