1
1
2
2
Microsoft Visual Studio Solution File, Format Version 12.00
3
3
# Visual Studio 15
4
- VisualStudioVersion = 15.0.26403.0
4
+ VisualStudioVersion = 15.0.26430.16
5
5
MinimumVisualStudioVersion = 10.0.40219.1
6
- Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC }" ) = "DiffLib" , "DiffLib\DiffLib.csproj" , "{59577DB1-D790-4925-ABB0-9F2B6DC24DFD}"
6
+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556 }" ) = "DiffLib" , "DiffLib\DiffLib.csproj" , "{59577DB1-D790-4925-ABB0-9F2B6DC24DFD}"
7
7
EndProject
8
8
Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "DiffLib.Tests" , "DiffLib.Tests\DiffLib.Tests.csproj" , "{16F500B7-F4BE-46D4-8443-2E6F653C3508}"
9
9
EndProject
10
10
Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "Solution Items" , "Solution Items" , "{37D01333-8058-4DB9-B8D6-855F42914728}"
11
11
Project Section (SolutionItems ) = preProject
12
+ .editorconfig = .editorconfig
12
13
.gitattributes = .gitattributes
13
14
.gitignore = .gitignore
14
- .editorconfig = .editorconfig
15
15
DiffLib \DiffLib .nuspec = DiffLib \DiffLib .nuspec
16
16
EXAMPLES .md = EXAMPLES .md
17
17
LICENSE .md = LICENSE .md
@@ -23,21 +23,16 @@ Global
23
23
GlobalSection (SolutionConfigurationPlatforms ) = preSolution
24
24
Debug| Any CPU = Debug| Any CPU
25
25
Release| Any CPU = Release| Any CPU
26
- ReleaseBinaries| Any CPU = ReleaseBinaries| Any CPU
27
26
EndGlobalSection
28
27
GlobalSection (ProjectConfigurationPlatforms ) = postSolution
29
28
{59577DB1-D790-4925-ABB0-9F2B6DC24DFD} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
30
29
{59577DB1-D790-4925-ABB0-9F2B6DC24DFD} .Debug| Any CPU .Build .0 = Debug| Any CPU
31
30
{59577DB1-D790-4925-ABB0-9F2B6DC24DFD} .Release| Any CPU .ActiveCfg = Release| Any CPU
32
31
{59577DB1-D790-4925-ABB0-9F2B6DC24DFD} .Release| Any CPU .Build .0 = Release| Any CPU
33
- {59577DB1-D790-4925-ABB0-9F2B6DC24DFD} .ReleaseBinaries| Any CPU .ActiveCfg = Release| Any CPU
34
- {59577DB1-D790-4925-ABB0-9F2B6DC24DFD} .ReleaseBinaries| Any CPU .Build .0 = Release| Any CPU
35
32
{16F500B7-F4BE-46D4-8443-2E6F653C3508} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
36
33
{16F500B7-F4BE-46D4-8443-2E6F653C3508} .Debug| Any CPU .Build .0 = Debug| Any CPU
37
34
{16F500B7-F4BE-46D4-8443-2E6F653C3508} .Release| Any CPU .ActiveCfg = Release| Any CPU
38
35
{16F500B7-F4BE-46D4-8443-2E6F653C3508} .Release| Any CPU .Build .0 = Release| Any CPU
39
- {16F500B7-F4BE-46D4-8443-2E6F653C3508} .ReleaseBinaries| Any CPU .ActiveCfg = ReleaseBinaries| Any CPU
40
- {16F500B7-F4BE-46D4-8443-2E6F653C3508} .ReleaseBinaries| Any CPU .Build .0 = ReleaseBinaries| Any CPU
41
36
EndGlobalSection
42
37
GlobalSection (SolutionProperties ) = preSolution
43
38
HideSolutionNode = FALSE
0 commit comments