forked from BarbeNoire/AngularCloudDataConnector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
AngularCDC.sln
39 lines (39 loc) · 2.16 KB
/
AngularCDC.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30723.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AngularCDC Providers", "src\providers\AngularCDC Providers.csproj", "{707BC5A3-9504-4AB9-9121-0B9567F55FAC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AngularCDC Core", "src\core\AngularCDC Core.csproj", "{F2AEA0AB-31A9-4EF0-A2BC-F7B31342E71B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "items", "items", "{85FA3755-B371-4D56-BEEF-E340FEAC97F8}"
ProjectSection(SolutionItems) = preProject
Gruntfile.js = Gruntfile.js
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AngularCDC Samples", "samples\AngularCDC Samples\AngularCDC Samples.csproj", "{CFDCBA5B-8B3E-4E24-A14C-8EE580F66A8F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{707BC5A3-9504-4AB9-9121-0B9567F55FAC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{707BC5A3-9504-4AB9-9121-0B9567F55FAC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{707BC5A3-9504-4AB9-9121-0B9567F55FAC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{707BC5A3-9504-4AB9-9121-0B9567F55FAC}.Release|Any CPU.Build.0 = Release|Any CPU
{F2AEA0AB-31A9-4EF0-A2BC-F7B31342E71B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F2AEA0AB-31A9-4EF0-A2BC-F7B31342E71B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F2AEA0AB-31A9-4EF0-A2BC-F7B31342E71B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F2AEA0AB-31A9-4EF0-A2BC-F7B31342E71B}.Release|Any CPU.Build.0 = Release|Any CPU
{CFDCBA5B-8B3E-4E24-A14C-8EE580F66A8F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CFDCBA5B-8B3E-4E24-A14C-8EE580F66A8F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CFDCBA5B-8B3E-4E24-A14C-8EE580F66A8F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CFDCBA5B-8B3E-4E24-A14C-8EE580F66A8F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal