-
Notifications
You must be signed in to change notification settings - Fork 0
/
TextWriters.sln
48 lines (48 loc) · 2.37 KB
/
TextWriters.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.4.33403.182
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Psw.TextWriters", "Psw.TextWriters\Psw.TextWriters.csproj", "{CCA5E47B-F3AB-453F-B4ED-63BA08A94523}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BF6B8CF1-EE7F-45E1-9185-88409926BD0B}"
ProjectSection(SolutionItems) = preProject
LICENSE.txt = LICENSE.txt
Nuget.md = Nuget.md
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docs", "Docs", "{1BD6992F-A5C2-4F75-AFBE-31DCE34806B8}"
ProjectSection(SolutionItems) = preProject
Docs\IndentTextWriter.md = Docs\IndentTextWriter.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{5360010B-3507-47F5-9612-AEE74E320BFC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TextWriterExamples", "Examples\TextWriterExamples\TextWriterExamples.csproj", "{8D92B593-61E0-47EE-B9E9-46BDBB737831}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CCA5E47B-F3AB-453F-B4ED-63BA08A94523}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CCA5E47B-F3AB-453F-B4ED-63BA08A94523}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CCA5E47B-F3AB-453F-B4ED-63BA08A94523}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CCA5E47B-F3AB-453F-B4ED-63BA08A94523}.Release|Any CPU.Build.0 = Release|Any CPU
{8D92B593-61E0-47EE-B9E9-46BDBB737831}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8D92B593-61E0-47EE-B9E9-46BDBB737831}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8D92B593-61E0-47EE-B9E9-46BDBB737831}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8D92B593-61E0-47EE-B9E9-46BDBB737831}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{8D92B593-61E0-47EE-B9E9-46BDBB737831} = {5360010B-3507-47F5-9612-AEE74E320BFC}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E5176ABB-8602-4E49-9E6A-1E438184E810}
EndGlobalSection
EndGlobal