-
Notifications
You must be signed in to change notification settings - Fork 11
/
Sitecore.DataBlaster.sln
40 lines (40 loc) · 1.97 KB
/
Sitecore.DataBlaster.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sitecore.DataBlaster", "src\Sitecore.DataBlaster\Sitecore.DataBlaster.csproj", "{D5B8428D-84FD-48BC-B722-7F9ECA73A43A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Unicorn.DataBlaster", "src\Unicorn.DataBlaster\Unicorn.DataBlaster.csproj", "{2B27B2B1-BBCA-4F0D-A604-68FF0713DC21}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{878491BE-8601-40EC-85A7-BAC24BF53687}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
license.txt = license.txt
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D5B8428D-84FD-48BC-B722-7F9ECA73A43A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D5B8428D-84FD-48BC-B722-7F9ECA73A43A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D5B8428D-84FD-48BC-B722-7F9ECA73A43A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D5B8428D-84FD-48BC-B722-7F9ECA73A43A}.Release|Any CPU.Build.0 = Release|Any CPU
{2B27B2B1-BBCA-4F0D-A604-68FF0713DC21}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B27B2B1-BBCA-4F0D-A604-68FF0713DC21}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B27B2B1-BBCA-4F0D-A604-68FF0713DC21}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B27B2B1-BBCA-4F0D-A604-68FF0713DC21}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BAC6357F-BD59-49EF-950F-1E8DF1400C05}
EndGlobalSection
EndGlobal