-
Notifications
You must be signed in to change notification settings - Fork 2
/
SharpDiff.sln
26 lines (26 loc) · 1.37 KB
/
SharpDiff.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpDiff.Formatter", "SharpDiff.Formatter\SharpDiff.Formatter.csproj", "{62419A89-94F4-4ABE-A937-D9643B4B10DC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpDiff", "SharpDiff\SharpDiff.csproj", "{44AD3F7D-9E58-44B5-AA62-339B6DC88204}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{62419A89-94F4-4ABE-A937-D9643B4B10DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{62419A89-94F4-4ABE-A937-D9643B4B10DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{62419A89-94F4-4ABE-A937-D9643B4B10DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{62419A89-94F4-4ABE-A937-D9643B4B10DC}.Release|Any CPU.Build.0 = Release|Any CPU
{44AD3F7D-9E58-44B5-AA62-339B6DC88204}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{44AD3F7D-9E58-44B5-AA62-339B6DC88204}.Debug|Any CPU.Build.0 = Debug|Any CPU
{44AD3F7D-9E58-44B5-AA62-339B6DC88204}.Release|Any CPU.ActiveCfg = Release|Any CPU
{44AD3F7D-9E58-44B5-AA62-339B6DC88204}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal