-
Notifications
You must be signed in to change notification settings - Fork 0
/
AlwaysForum.sln
48 lines (48 loc) · 2.67 KB
/
AlwaysForum.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32616.157
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AlwaysForum", "Forum\AlwaysForum.csproj", "{3AE6E4C7-F9BA-4ED8-B81D-DC05CC62807A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Services", "Services\Services.csproj", "{68F343C6-B3AF-4B62-9F0B-C14A159EBF28}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Tests\Tests.csproj", "{4743D320-8C13-4479-8906-7E3DCA72AA54}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Data", "Data\Data.csproj", "{831735D0-2FC2-48EF-BB1A-B889EDAA175F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{82B88770-6976-482C-8AEE-F113F4D2874E}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3AE6E4C7-F9BA-4ED8-B81D-DC05CC62807A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3AE6E4C7-F9BA-4ED8-B81D-DC05CC62807A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3AE6E4C7-F9BA-4ED8-B81D-DC05CC62807A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3AE6E4C7-F9BA-4ED8-B81D-DC05CC62807A}.Release|Any CPU.Build.0 = Release|Any CPU
{68F343C6-B3AF-4B62-9F0B-C14A159EBF28}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{68F343C6-B3AF-4B62-9F0B-C14A159EBF28}.Debug|Any CPU.Build.0 = Debug|Any CPU
{68F343C6-B3AF-4B62-9F0B-C14A159EBF28}.Release|Any CPU.ActiveCfg = Release|Any CPU
{68F343C6-B3AF-4B62-9F0B-C14A159EBF28}.Release|Any CPU.Build.0 = Release|Any CPU
{4743D320-8C13-4479-8906-7E3DCA72AA54}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4743D320-8C13-4479-8906-7E3DCA72AA54}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4743D320-8C13-4479-8906-7E3DCA72AA54}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4743D320-8C13-4479-8906-7E3DCA72AA54}.Release|Any CPU.Build.0 = Release|Any CPU
{831735D0-2FC2-48EF-BB1A-B889EDAA175F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{831735D0-2FC2-48EF-BB1A-B889EDAA175F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{831735D0-2FC2-48EF-BB1A-B889EDAA175F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{831735D0-2FC2-48EF-BB1A-B889EDAA175F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A465906F-418F-4DFB-ABAA-0EEEB0D1A199}
EndGlobalSection
EndGlobal