-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDowdian.DNN.VaultApi.sln
63 lines (63 loc) · 3.43 KB
/
Dowdian.DNN.VaultApi.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34728.123
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build Files", "Build Files", "{F84D698C-3163-472D-95E9-EC36712D597B}"
ProjectSection(SolutionItems) = preProject
Build\ModulePackage.targets = Build\ModulePackage.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
gulpfile.js = gulpfile.js
README.md = README.md
Website\web.config = Website\web.config
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Modules", "Modules", "{70FB7EDF-2E12-405F-B9CD-8A437E96FB11}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dowdian.Modules.DnnVaultApi", "Modules\DnnVaultApi\Dowdian.Modules.DnnVaultApi.csproj", "{4C757D14-1911-4D7F-99C8-A52C2AAF0354}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ReadMeImages", "ReadMeImages", "{F45D57A4-A58D-4842-9387-D4734A8065EB}"
ProjectSection(SolutionItems) = preProject
ReadMeImages\app-registration-certificate.png = ReadMeImages\app-registration-certificate.png
ReadMeImages\database-permissions.png = ReadMeImages\database-permissions.png
ReadMeImages\exchange-cert-permissions.png = ReadMeImages\exchange-cert-permissions.png
ReadMeImages\folder-permissions.png = ReadMeImages\folder-permissions.png
ReadMeImages\how-to-build-release.png = ReadMeImages\how-to-build-release.png
ReadMeImages\iis-application-pool-permissions.png = ReadMeImages\iis-application-pool-permissions.png
ReadMeImages\module-install-step-1.png = ReadMeImages\module-install-step-1.png
ReadMeImages\module-install-step-2.png = ReadMeImages\module-install-step-2.png
ReadMeImages\module-install-step-3.png = ReadMeImages\module-install-step-3.png
ReadMeImages\perfectly-adequate-dnn.png = ReadMeImages\perfectly-adequate-dnn.png
ReadMeImages\redirect-uri.png = ReadMeImages\redirect-uri.png
ReadMeImages\signature-cert-permissions.png = ReadMeImages\signature-cert-permissions.png
ReadMeImages\website-folder-path.png = ReadMeImages\website-folder-path.png
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4C757D14-1911-4D7F-99C8-A52C2AAF0354}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4C757D14-1911-4D7F-99C8-A52C2AAF0354}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4C757D14-1911-4D7F-99C8-A52C2AAF0354}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4C757D14-1911-4D7F-99C8-A52C2AAF0354}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{4C757D14-1911-4D7F-99C8-A52C2AAF0354} = {70FB7EDF-2E12-405F-B9CD-8A437E96FB11}
{F45D57A4-A58D-4842-9387-D4734A8065EB} = {B51AA4AF-EE33-49E1-B621-DF1BCD22A28C}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {79858f17-834e-420f-9010-25d159ba6fb6}
EndGlobalSection
EndGlobal