forked from UpendoVentures/HubSpot-EasyDnnNews-Blog-Migrator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
UpendoVentures.DNN.sln
59 lines (59 loc) · 3.05 KB
/
UpendoVentures.DNN.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2003
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build Files", "Build Files", "{F84D698C-3163-472D-95E9-EC36712D597B}"
ProjectSection(SolutionItems) = preProject
Build\HccViewsetPackage.targets = Build\HccViewsetPackage.targets
Build\Helpers.targets = Build\Helpers.targets
Build\LibraryPackage.targets = Build\LibraryPackage.targets
Build\ModulePackage.targets = Build\ModulePackage.targets
Build\SkinPackage.targets = Build\SkinPackage.targets
Build\SolutionReferences.targets = Build\SolutionReferences.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Configuration Files", "Configuration Files", "{B51AA4AF-EE33-49E1-B621-DF1BCD22A28C}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
Directory.Packages.props = Directory.Packages.props
Website\DotNetNuke.log4net.config = Website\DotNetNuke.log4net.config
README.md = README.md
Website\web.config = Website\web.config
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Libraries", "Libraries", "{1F828F98-2015-4EAD-8296-EABDD9EA4880}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Modules", "Modules", "{70FB7EDF-2E12-405F-B9CD-8A437E96FB11}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Providers", "Providers", "{0704E87E-126F-42C6-A0B0-35DF812AAC2E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Skin Objects", "Skin Objects", "{7722B241-C88C-4BBA-973F-32D755BE9C08}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Skins", "Skins", "{EAE79EDB-A03E-445B-AF45-8508AB5CB551}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Viewsets", "Viewsets", "{C5228275-B3D3-4550-A755-98F70CDCEA69}"
EndProject
Project("{fae04ec0-301f-11d3-bf4b-00c04f79efbc}") = "UpendoVentures.Modules.HubSpotEasyDnnNewsBlogMigrator", "Modules\HubSpotEasyDnnNewsBlogMigrator\UpendoVentures.Modules.HubSpotEasyDnnNewsBlogMigrator.csproj", "{4044F946-5194-4776-A88D-916C6BB7215A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4044F946-5194-4776-A88D-916C6BB7215A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4044F946-5194-4776-A88D-916C6BB7215A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4044F946-5194-4776-A88D-916C6BB7215A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4044F946-5194-4776-A88D-916C6BB7215A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {eb26685c-c831-4c7b-bf6d-9133ab14d970}
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{4044F946-5194-4776-A88D-916C6BB7215A} = {70FB7EDF-2E12-405F-B9CD-8A437E96FB11}
EndGlobalSection
EndGlobal