-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathSitecore.SharedSource.DataImporter.sln
79 lines (79 loc) · 5.34 KB
/
Sitecore.SharedSource.DataImporter.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
72
73
74
75
76
77
78
79
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sitecore.SharedSource.DataImporter", "Sitecore.SharedSource.DataImporter\Sitecore.SharedSource.DataImporter.csproj", "{0E4F3486-8733-4E18-A5D0-51F2B92B2974}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sitecore.SharedSource.DataImporter.Tests", "Sitecore.SharedSource.DataImporter.Tests\Sitecore.SharedSource.DataImporter.Tests.csproj", "{8B3D1D0C-9DC3-49F9-94CA-00A9A978AE5A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sitecore.SharedSource.DataImporter.Launcher", "Sitecore.SharedSource.DataImporter.Launcher\Sitecore.SharedSource.DataImporter.Launcher.csproj", "{B8132576-B0B3-4EBA-9B10-7A2D8379C879}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sitecore.SharedSource.DataImporter.Serialization", "Sitecore.SharedSource.DataImporter.Serialization\Sitecore.SharedSource.DataImporter.Serialization.csproj", "{D8DE6A89-458C-409C-B191-6F883533D69B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Configuration", "Configuration", "{BB8368FA-BE14-4A3A-8FAD-BDA6CBDB8C64}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
NuGet.config = NuGet.config
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Gulp", "Gulp", "{751C49B8-4129-4BFA-9834-7E1B7119368B}"
ProjectSection(SolutionItems) = preProject
gulpfile.js = gulpfile.js
scripts\habitat.js = scripts\habitat.js
package.json = package.json
scripts\unicorn.js = scripts\unicorn.js
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Templates", "Templates", "{4784AB7A-0B87-436A-8E96-D4D63BB9C0E2}"
ProjectSection(SolutionItems) = preProject
Sitecore.SharedSource.DataImporter\Properties\PublishProfiles\deploy.pubxml.template = Sitecore.SharedSource.DataImporter\Properties\PublishProfiles\deploy.pubxml.template
gulp-config.js.template = gulp-config.js.template
publishsettings.targets.template = publishsettings.targets.template
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Properties", "Properties", "{36A40F78-1E26-4067-89AA-81962EF1BE63}"
ProjectSection(SolutionItems) = preProject
scripts\nant\properties\default.properties = scripts\nant\properties\default.properties
scripts\nant\global.properties = scripts\nant\global.properties
scripts\nant\properties\local.properties = scripts\nant\properties\local.properties
scripts\nant\properties\local.properties.example = scripts\nant\properties\local.properties.example
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0E4F3486-8733-4E18-A5D0-51F2B92B2974}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0E4F3486-8733-4E18-A5D0-51F2B92B2974}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0E4F3486-8733-4E18-A5D0-51F2B92B2974}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0E4F3486-8733-4E18-A5D0-51F2B92B2974}.Release|Any CPU.Build.0 = Release|Any CPU
{8B3D1D0C-9DC3-49F9-94CA-00A9A978AE5A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8B3D1D0C-9DC3-49F9-94CA-00A9A978AE5A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8B3D1D0C-9DC3-49F9-94CA-00A9A978AE5A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8B3D1D0C-9DC3-49F9-94CA-00A9A978AE5A}.Release|Any CPU.Build.0 = Release|Any CPU
{B8132576-B0B3-4EBA-9B10-7A2D8379C879}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B8132576-B0B3-4EBA-9B10-7A2D8379C879}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B8132576-B0B3-4EBA-9B10-7A2D8379C879}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B8132576-B0B3-4EBA-9B10-7A2D8379C879}.Release|Any CPU.Build.0 = Release|Any CPU
{D8DE6A89-458C-409C-B191-6F883533D69B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D8DE6A89-458C-409C-B191-6F883533D69B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D8DE6A89-458C-409C-B191-6F883533D69B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D8DE6A89-458C-409C-B191-6F883533D69B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{751C49B8-4129-4BFA-9834-7E1B7119368B} = {BB8368FA-BE14-4A3A-8FAD-BDA6CBDB8C64}
{4784AB7A-0B87-436A-8E96-D4D63BB9C0E2} = {BB8368FA-BE14-4A3A-8FAD-BDA6CBDB8C64}
{36A40F78-1E26-4067-89AA-81962EF1BE63} = {BB8368FA-BE14-4A3A-8FAD-BDA6CBDB8C64}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EnterpriseLibraryConfigurationToolBinariesPathV6 = packages\EnterpriseLibrary.Common.6.0.1304.0\lib\NET45;packages\EnterpriseLibrary.TransientFaultHandling.6.0.1304.0\lib\portable-net45+win+wp8;packages\EnterpriseLibrary.TransientFaultHandling.Caching.6.0.1304.0\lib\NET45;packages\EnterpriseLibrary.TransientFaultHandling.Data.6.0.1304.1\lib\NET45;packages\EnterpriseLibrary.TransientFaultHandling.ServiceBus.6.0.1304.0\lib\NET45;packages\EnterpriseLibrary.TransientFaultHandling.WindowsAzure.Storage.6.0.1304.0\lib\NET45;packages\EnterpriseLibrary.TransientFaultHandling.Configuration.6.0.1304.0\lib\NET45
SolutionGuid = {EC0D5025-C8E0-4E8F-A86A-723F585B7382}
EndGlobalSection
EndGlobal