-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathShipIt.sln
29 lines (29 loc) · 1.46 KB
/
ShipIt.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ShipIt", "ShipIt\ShipIt.csproj", "{B28715BB-0AA4-4C39-A134-0562C66120C7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ShipItTest", "ShipItTest\ShipItTest.csproj", "{F742261A-F469-4F88-A21F-C198B3CD0EC7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B28715BB-0AA4-4C39-A134-0562C66120C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B28715BB-0AA4-4C39-A134-0562C66120C7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B28715BB-0AA4-4C39-A134-0562C66120C7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B28715BB-0AA4-4C39-A134-0562C66120C7}.Release|Any CPU.Build.0 = Release|Any CPU
{F742261A-F469-4F88-A21F-C198B3CD0EC7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F742261A-F469-4F88-A21F-C198B3CD0EC7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F742261A-F469-4F88-A21F-C198B3CD0EC7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F742261A-F469-4F88-A21F-C198B3CD0EC7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1EA2830C-0B77-429C-A407-BF7C342FC6CE}
EndGlobalSection
EndGlobal