forked from cargowire/CIBridge
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCIBridge.sln
More file actions
26 lines (26 loc) · 1.38 KB
/
CIBridge.sln
File metadata and controls
26 lines (26 loc) · 1.38 KB
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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CIBridge.Web", "CIBridge.Web\CIBridge.Web.csproj", "{04AC726D-E44D-4B07-9767-D903AB6A84FD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cargowire.CIBridge", "Cargowire.CIBridge\Cargowire.CIBridge.csproj", "{C3160A9C-4296-4003-976B-9371520F9799}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{04AC726D-E44D-4B07-9767-D903AB6A84FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{04AC726D-E44D-4B07-9767-D903AB6A84FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{04AC726D-E44D-4B07-9767-D903AB6A84FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{04AC726D-E44D-4B07-9767-D903AB6A84FD}.Release|Any CPU.Build.0 = Release|Any CPU
{C3160A9C-4296-4003-976B-9371520F9799}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C3160A9C-4296-4003-976B-9371520F9799}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C3160A9C-4296-4003-976B-9371520F9799}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C3160A9C-4296-4003-976B-9371520F9799}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal