-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUnindent.sln
35 lines (35 loc) · 1.85 KB
/
Unindent.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31205.134
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = ".root", ".root.targets", "{4A0FE4A0-9D33-48EE-9522-ED38E54D4DB0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unindent", "Unindent\Unindent.csproj", "{9FCBA8E1-9857-481F-99E9-DA27CFB8B06C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unindent.Tests", "Unindent.Tests\Unindent.Tests.csproj", "{B94EA1BB-EE9D-4815-BE42-5DF6FD602DC7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4A0FE4A0-9D33-48EE-9522-ED38E54D4DB0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4A0FE4A0-9D33-48EE-9522-ED38E54D4DB0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9FCBA8E1-9857-481F-99E9-DA27CFB8B06C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9FCBA8E1-9857-481F-99E9-DA27CFB8B06C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9FCBA8E1-9857-481F-99E9-DA27CFB8B06C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9FCBA8E1-9857-481F-99E9-DA27CFB8B06C}.Release|Any CPU.Build.0 = Release|Any CPU
{B94EA1BB-EE9D-4815-BE42-5DF6FD602DC7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B94EA1BB-EE9D-4815-BE42-5DF6FD602DC7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B94EA1BB-EE9D-4815-BE42-5DF6FD602DC7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B94EA1BB-EE9D-4815-BE42-5DF6FD602DC7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D44A63A5-86A5-4613-95DE-1684BCD5BED9}
EndGlobalSection
EndGlobal