-
Notifications
You must be signed in to change notification settings - Fork 1
/
SeeSharpShip.sln
71 lines (71 loc) · 4.4 KB
/
SeeSharpShip.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SeeSharpShip", "SeeSharpShip\SeeSharpShip.csproj", "{4ABFD9BB-B5EB-404C-9407-0F0D437EAECE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SeeSharpShip.Tests", "SeeSharpShip.Tests\SeeSharpShip.Tests.csproj", "{C3587780-0550-41FC-BABC-AB081F3C843F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docs", "Docs", "{E1FBD977-D38C-4506-87BC-0478979DA4E2}"
ProjectSection(SolutionItems) = preProject
Docs\FedEx-RateServices_WSDL_Guide.pdf = Docs\FedEx-RateServices_WSDL_Guide.pdf
Docs\USPS-Rate-Calculators-v1-5.pdf = Docs\USPS-Rate-Calculators-v1-5.pdf
Docs\USPS-Track-Confirm-v4-1a.pdf = Docs\USPS-Track-Confirm-v4-1a.pdf
Docs\WritingTests.txt = Docs\WritingTests.txt
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NuGet", "NuGet", "{956B54A0-7BB5-440F-AFC5-8E2893284038}"
ProjectSection(SolutionItems) = preProject
NuGet\pack.bat = NuGet\pack.bat
NuGet\packWithSymbols.bat = NuGet\packWithSymbols.bat
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Transforms", "Transforms", "{5A3B87E3-4E3A-4B12-A02D-DA49E59F73A4}"
ProjectSection(SolutionItems) = preProject
NuGet\Transforms\app.config.transform = NuGet\Transforms\app.config.transform
NuGet\Transforms\web.config.transform = NuGet\Transforms\web.config.transform
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SeeSharpShip.Model", "SeeSharpShip.Model\SeeSharpShip.Model.csproj", "{FC5A0764-DECB-483A-86D7-87DFED5A4CAC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Versioning", "Versioning", "{A158E824-CAB0-4314-A8B1-D4366C80B9E2}"
ProjectSection(SolutionItems) = preProject
Versioning\AssemblyVersionInfo.cs = Versioning\AssemblyVersionInfo.cs
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SeeSharpShip.Core", "SeeSharpShip.Core\SeeSharpShip.Core.csproj", "{F0DA717C-7A02-4148-9E24-CE2522F0DC35}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SeeSharpShip.ServiceProxy", "SeeSharpShip.ServiceProxy\SeeSharpShip.ServiceProxy.csproj", "{83B2630B-E353-4ABC-A341-CFD3C9DE129D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4ABFD9BB-B5EB-404C-9407-0F0D437EAECE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4ABFD9BB-B5EB-404C-9407-0F0D437EAECE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4ABFD9BB-B5EB-404C-9407-0F0D437EAECE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4ABFD9BB-B5EB-404C-9407-0F0D437EAECE}.Release|Any CPU.Build.0 = Release|Any CPU
{C3587780-0550-41FC-BABC-AB081F3C843F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C3587780-0550-41FC-BABC-AB081F3C843F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C3587780-0550-41FC-BABC-AB081F3C843F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C3587780-0550-41FC-BABC-AB081F3C843F}.Release|Any CPU.Build.0 = Release|Any CPU
{FC5A0764-DECB-483A-86D7-87DFED5A4CAC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC5A0764-DECB-483A-86D7-87DFED5A4CAC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FC5A0764-DECB-483A-86D7-87DFED5A4CAC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC5A0764-DECB-483A-86D7-87DFED5A4CAC}.Release|Any CPU.Build.0 = Release|Any CPU
{F0DA717C-7A02-4148-9E24-CE2522F0DC35}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F0DA717C-7A02-4148-9E24-CE2522F0DC35}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F0DA717C-7A02-4148-9E24-CE2522F0DC35}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F0DA717C-7A02-4148-9E24-CE2522F0DC35}.Release|Any CPU.Build.0 = Release|Any CPU
{83B2630B-E353-4ABC-A341-CFD3C9DE129D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{83B2630B-E353-4ABC-A341-CFD3C9DE129D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{83B2630B-E353-4ABC-A341-CFD3C9DE129D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{83B2630B-E353-4ABC-A341-CFD3C9DE129D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{5A3B87E3-4E3A-4B12-A02D-DA49E59F73A4} = {956B54A0-7BB5-440F-AFC5-8E2893284038}
EndGlobalSection
EndGlobal