This repository has been archived by the owner on Nov 2, 2021. It is now read-only.
forked from efrederickson/BBCodes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBBCodesExtended.sln
66 lines (66 loc) · 4.16 KB
/
BBCodesExtended.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
64
65
66
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BBCodesExtended", "BBCodesExtended\BBCodesExtended.csproj", "{C448439F-4EE9-4D92-B970-1E3EB174E9C6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleTests", "ConsoleTests\ConsoleTests.csproj", "{AE41A365-DD5C-438F-88D8-0B78DDC4BD02}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BBCodesExtended.Test", "BBCodesExtended.Test\BBCodesExtended.Test.csproj", "{A4847800-5BC8-4127-9CA8-A1B4553F116D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documentation", "Documentation", "{3136AE0D-9594-457D-9D15-3AA5FB8622FE}"
ProjectSection(SolutionItems) = preProject
Documents\BBCode.org tags reference.htm = Documents\BBCode.org tags reference.htm
Documentation\BBCodes implemented.txt = Documentation\BBCodes implemented.txt
Documents\Teamoplis BBCode Reference Guide.htm = Documents\Teamoplis BBCode Reference Guide.htm
Documentation\TODO.txt = Documentation\TODO.txt
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C448439F-4EE9-4D92-B970-1E3EB174E9C6}.Debug|Any CPU.ActiveCfg = Debug|x86
{C448439F-4EE9-4D92-B970-1E3EB174E9C6}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{C448439F-4EE9-4D92-B970-1E3EB174E9C6}.Debug|Mixed Platforms.Build.0 = Debug|x86
{C448439F-4EE9-4D92-B970-1E3EB174E9C6}.Debug|x86.ActiveCfg = Debug|x86
{C448439F-4EE9-4D92-B970-1E3EB174E9C6}.Debug|x86.Build.0 = Debug|x86
{C448439F-4EE9-4D92-B970-1E3EB174E9C6}.Release|Any CPU.ActiveCfg = Release|x86
{C448439F-4EE9-4D92-B970-1E3EB174E9C6}.Release|Mixed Platforms.ActiveCfg = Release|x86
{C448439F-4EE9-4D92-B970-1E3EB174E9C6}.Release|Mixed Platforms.Build.0 = Release|x86
{C448439F-4EE9-4D92-B970-1E3EB174E9C6}.Release|x86.ActiveCfg = Release|x86
{C448439F-4EE9-4D92-B970-1E3EB174E9C6}.Release|x86.Build.0 = Release|x86
{AE41A365-DD5C-438F-88D8-0B78DDC4BD02}.Debug|Any CPU.ActiveCfg = Debug|x86
{AE41A365-DD5C-438F-88D8-0B78DDC4BD02}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{AE41A365-DD5C-438F-88D8-0B78DDC4BD02}.Debug|Mixed Platforms.Build.0 = Debug|x86
{AE41A365-DD5C-438F-88D8-0B78DDC4BD02}.Debug|x86.ActiveCfg = Debug|x86
{AE41A365-DD5C-438F-88D8-0B78DDC4BD02}.Debug|x86.Build.0 = Debug|x86
{AE41A365-DD5C-438F-88D8-0B78DDC4BD02}.Release|Any CPU.ActiveCfg = Release|x86
{AE41A365-DD5C-438F-88D8-0B78DDC4BD02}.Release|Mixed Platforms.ActiveCfg = Release|x86
{AE41A365-DD5C-438F-88D8-0B78DDC4BD02}.Release|Mixed Platforms.Build.0 = Release|x86
{AE41A365-DD5C-438F-88D8-0B78DDC4BD02}.Release|x86.ActiveCfg = Release|x86
{AE41A365-DD5C-438F-88D8-0B78DDC4BD02}.Release|x86.Build.0 = Release|x86
{A4847800-5BC8-4127-9CA8-A1B4553F116D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A4847800-5BC8-4127-9CA8-A1B4553F116D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A4847800-5BC8-4127-9CA8-A1B4553F116D}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{A4847800-5BC8-4127-9CA8-A1B4553F116D}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{A4847800-5BC8-4127-9CA8-A1B4553F116D}.Debug|x86.ActiveCfg = Debug|Any CPU
{A4847800-5BC8-4127-9CA8-A1B4553F116D}.Debug|x86.Build.0 = Debug|Any CPU
{A4847800-5BC8-4127-9CA8-A1B4553F116D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A4847800-5BC8-4127-9CA8-A1B4553F116D}.Release|Any CPU.Build.0 = Release|Any CPU
{A4847800-5BC8-4127-9CA8-A1B4553F116D}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{A4847800-5BC8-4127-9CA8-A1B4553F116D}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{A4847800-5BC8-4127-9CA8-A1B4553F116D}.Release|x86.ActiveCfg = Release|Any CPU
{A4847800-5BC8-4127-9CA8-A1B4553F116D}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal