LEFT | RIGHT |
(Both sides are equal) |
1 | 1 |
2 Microsoft Visual Studio Solution File, Format Version 12.00 | 2 Microsoft Visual Studio Solution File, Format Version 12.00 |
3 # Visual Studio 2013 | 3 # Visual Studio 2013 |
4 VisualStudioVersion = 12.0.30501.0 | 4 VisualStudioVersion = 12.0.30501.0 |
5 MinimumVisualStudioVersion = 10.0.40219.1 | 5 MinimumVisualStudioVersion = 10.0.40219.1 |
6 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{D962DE
0D-98E4-4E01-88BF-CEE63DF67585}" | 6 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{D962DE
0D-98E4-4E01-88BF-CEE63DF67585}" |
7 ProjectSection(SolutionItems) = preProject | 7 ProjectSection(SolutionItems) = preProject |
8 .nuget\NuGet.Config = .nuget\NuGet.Config | 8 .nuget\NuGet.Config = .nuget\NuGet.Config |
9 .nuget\NuGet.exe = .nuget\NuGet.exe | 9 .nuget\NuGet.exe = .nuget\NuGet.exe |
10 .nuget\NuGet.targets = .nuget\NuGet.targets | 10 .nuget\NuGet.targets = .nuget\NuGet.targets |
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
312 $3.ForBraceForcement = AddBraces | 312 $3.ForBraceForcement = AddBraces |
313 $3.ForEachBraceForcement = AddBraces | 313 $3.ForEachBraceForcement = AddBraces |
314 $3.WhileBraceForcement = AddBraces | 314 $3.WhileBraceForcement = AddBraces |
315 $3.UsingBraceForcement = AddBraces | 315 $3.UsingBraceForcement = AddBraces |
316 $3.FixedBraceForcement = AddBraces | 316 $3.FixedBraceForcement = AddBraces |
317 $3.inheritsSet = Mono | 317 $3.inheritsSet = Mono |
318 $3.inheritsScope = text/x-csharp | 318 $3.inheritsScope = text/x-csharp |
319 $3.scope = text/x-csharp | 319 $3.scope = text/x-csharp |
320 EndGlobalSection | 320 EndGlobalSection |
321 EndGlobal | 321 EndGlobal |
LEFT | RIGHT |