forked from EasyPost/easypost-csharp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
EasyPost.sln
49 lines (49 loc) · 2.99 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
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2006
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EasyPost", "EasyPost\EasyPost.csproj", "{69683F8C-9306-4ED3-90BD-1F5C2F6977E1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EasyPostTest", "EasyPostTest\EasyPostTest.csproj", "{71AD44B9-6267-4897-91D6-544D7F5C7677}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EasyPost.Net40", "EasyPost.Net40\EasyPost.Net40.csproj", "{1F24FD3A-FA41-4802-91C3-AD84E57E3936}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EasyPost.Net35", "EasyPost.Net35\EasyPost.Net35.csproj", "{174DF282-06C7-43F7-9401-8A5DCAAC85E5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EasyPost.NetCore20", "EasyPost.NetCore20\EasyPost.NetCore20.csproj", "{C1701BBC-5D36-4440-92FF-147276BDF177}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{69683F8C-9306-4ED3-90BD-1F5C2F6977E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{69683F8C-9306-4ED3-90BD-1F5C2F6977E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{69683F8C-9306-4ED3-90BD-1F5C2F6977E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{69683F8C-9306-4ED3-90BD-1F5C2F6977E1}.Release|Any CPU.Build.0 = Release|Any CPU
{71AD44B9-6267-4897-91D6-544D7F5C7677}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{71AD44B9-6267-4897-91D6-544D7F5C7677}.Debug|Any CPU.Build.0 = Debug|Any CPU
{71AD44B9-6267-4897-91D6-544D7F5C7677}.Release|Any CPU.ActiveCfg = Release|Any CPU
{71AD44B9-6267-4897-91D6-544D7F5C7677}.Release|Any CPU.Build.0 = Release|Any CPU
{1F24FD3A-FA41-4802-91C3-AD84E57E3936}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1F24FD3A-FA41-4802-91C3-AD84E57E3936}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1F24FD3A-FA41-4802-91C3-AD84E57E3936}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1F24FD3A-FA41-4802-91C3-AD84E57E3936}.Release|Any CPU.Build.0 = Release|Any CPU
{174DF282-06C7-43F7-9401-8A5DCAAC85E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{174DF282-06C7-43F7-9401-8A5DCAAC85E5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{174DF282-06C7-43F7-9401-8A5DCAAC85E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{174DF282-06C7-43F7-9401-8A5DCAAC85E5}.Release|Any CPU.Build.0 = Release|Any CPU
{C1701BBC-5D36-4440-92FF-147276BDF177}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C1701BBC-5D36-4440-92FF-147276BDF177}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C1701BBC-5D36-4440-92FF-147276BDF177}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C1701BBC-5D36-4440-92FF-147276BDF177}.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