forked from EasyPost/easypost-csharp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEasyPost.sln
40 lines (40 loc) · 2.41 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Express 2013 for Windows Desktop
VisualStudioVersion = 12.0.30723.0
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
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
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal