forked from DNNCommunity/Dnn.CommunityForums
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DnnCommunityForums.sln
41 lines (41 loc) · 1.98 KB
/
DnnCommunityForums.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33712.159
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DnnCommunityForumsTests", "Dnn.CommunityForumsTests\DnnCommunityForumsTests.csproj", "{B268075A-B369-4B84-8AB9-D338AD41C6D6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Configuration", "Configuration", "{EB06303A-600A-440A-90AE-CB5595B24B68}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
stylecop.json = stylecop.json
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DnnCommunityForums", "Dnn.CommunityForums\DnnCommunityForums.csproj", "{2D42BCCC-D1B2-4831-B80C-41199DE25798}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B268075A-B369-4B84-8AB9-D338AD41C6D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B268075A-B369-4B84-8AB9-D338AD41C6D6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B268075A-B369-4B84-8AB9-D338AD41C6D6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B268075A-B369-4B84-8AB9-D338AD41C6D6}.Release|Any CPU.Build.0 = Release|Any CPU
{2D42BCCC-D1B2-4831-B80C-41199DE25798}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2D42BCCC-D1B2-4831-B80C-41199DE25798}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2D42BCCC-D1B2-4831-B80C-41199DE25798}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2D42BCCC-D1B2-4831-B80C-41199DE25798}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DACD6BD0-773E-403D-A41B-38957EE5F01D}
EndGlobalSection
EndGlobal