-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathRsdnFormatter.4.sln
44 lines (44 loc) · 2.7 KB
/
RsdnFormatter.4.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29102.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Rsdn.Framework.Formatting", "Format\Rsdn.Framework.Formatting.csproj", "{5D93361E-3F17-4553-91F0-B6C24DEBB4CC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Rsdn.Framework.Formatting-Tests", "Rsdn.Framework.Formatting-Tests\Rsdn.Framework.Formatting-Tests.csproj", "{4445C5D6-9879-4CF6-99D1-F2B6A13867E0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Rsdn.Formatting.ClassicWeb", "Rsdn.Formatting.ClassicWeb\Rsdn.Formatting.ClassicWeb.csproj", "{6C85C1E1-239A-4001-A39A-34668AAE276E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Deploy|Any CPU = Deploy|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5D93361E-3F17-4553-91F0-B6C24DEBB4CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D93361E-3F17-4553-91F0-B6C24DEBB4CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5D93361E-3F17-4553-91F0-B6C24DEBB4CC}.Deploy|Any CPU.ActiveCfg = Debug|Any CPU
{5D93361E-3F17-4553-91F0-B6C24DEBB4CC}.Deploy|Any CPU.Build.0 = Debug|Any CPU
{5D93361E-3F17-4553-91F0-B6C24DEBB4CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D93361E-3F17-4553-91F0-B6C24DEBB4CC}.Release|Any CPU.Build.0 = Release|Any CPU
{4445C5D6-9879-4CF6-99D1-F2B6A13867E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4445C5D6-9879-4CF6-99D1-F2B6A13867E0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4445C5D6-9879-4CF6-99D1-F2B6A13867E0}.Deploy|Any CPU.ActiveCfg = Debug|Any CPU
{4445C5D6-9879-4CF6-99D1-F2B6A13867E0}.Deploy|Any CPU.Build.0 = Debug|Any CPU
{4445C5D6-9879-4CF6-99D1-F2B6A13867E0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4445C5D6-9879-4CF6-99D1-F2B6A13867E0}.Release|Any CPU.Build.0 = Release|Any CPU
{6C85C1E1-239A-4001-A39A-34668AAE276E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C85C1E1-239A-4001-A39A-34668AAE276E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C85C1E1-239A-4001-A39A-34668AAE276E}.Deploy|Any CPU.ActiveCfg = Debug|Any CPU
{6C85C1E1-239A-4001-A39A-34668AAE276E}.Deploy|Any CPU.Build.0 = Debug|Any CPU
{6C85C1E1-239A-4001-A39A-34668AAE276E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C85C1E1-239A-4001-A39A-34668AAE276E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {485EE766-0578-43DA-B084-EFC8C9A2D126}
EndGlobalSection
EndGlobal