-
Notifications
You must be signed in to change notification settings - Fork 74
/
EasyPost.sln
46 lines (46 loc) · 2.84 KB
/
EasyPost.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
38
39
40
41
42
43
44
45
46
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31205.134
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EasyPost.Tests", "EasyPost.Tests\EasyPost.Tests.csproj", "{16F86382-A5DA-4E2A-A5DC-10B38089256D}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "EasyPost.Compatibility.VB", "EasyPost.Compatibility.VB\EasyPost.Compatibility.VB.vbproj", "{E4E916C4-A35B-4EA4-90D7-5418978C0F34}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "EasyPost.Compatibility.FSharp", "EasyPost.Compatibility.FSharp\EasyPost.Compatibility.FSharp.fsproj", "{D264E3CC-396C-43B5-AFEA-02E50E61E2E4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EasyPost", "EasyPost\EasyPost.csproj", "{047A1600-2E08-4E19-8B71-7BAFE107C119}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EasyPost.Integration", "EasyPost.Integration\EasyPost.Integration.csproj", "{AC3FD754-C311-439B-9612-F13F0C6D5767}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{16F86382-A5DA-4E2A-A5DC-10B38089256D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{16F86382-A5DA-4E2A-A5DC-10B38089256D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{16F86382-A5DA-4E2A-A5DC-10B38089256D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E4E916C4-A35B-4EA4-90D7-5418978C0F34}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E4E916C4-A35B-4EA4-90D7-5418978C0F34}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E4E916C4-A35B-4EA4-90D7-5418978C0F34}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D264E3CC-396C-43B5-AFEA-02E50E61E2E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D264E3CC-396C-43B5-AFEA-02E50E61E2E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D264E3CC-396C-43B5-AFEA-02E50E61E2E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{047A1600-2E08-4E19-8B71-7BAFE107C119}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{047A1600-2E08-4E19-8B71-7BAFE107C119}.Debug|Any CPU.Build.0 = Debug|Any CPU
{047A1600-2E08-4E19-8B71-7BAFE107C119}.Release|Any CPU.ActiveCfg = Release|Any CPU
{047A1600-2E08-4E19-8B71-7BAFE107C119}.Release|Any CPU.Build.0 = Release|Any CPU
{AC3FD754-C311-439B-9612-F13F0C6D5767}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AC3FD754-C311-439B-9612-F13F0C6D5767}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AC3FD754-C311-439B-9612-F13F0C6D5767}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AC3FD754-C311-439B-9612-F13F0C6D5767}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0ACD5B4D-302F-4FD6-A3F7-0F1C27EDD5B1}
EndGlobalSection
EndGlobal