forked from mmanela/diffplex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DiffPlex.sln
70 lines (70 loc) · 4.31 KB
/
DiffPlex.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29728.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DiffPlex.ConsoleRunner", "DiffPlex.ConsoleRunner\DiffPlex.ConsoleRunner.csproj", "{265B25AF-D95C-44B3-8FB4-49228806E2AA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DiffPlex", "DiffPlex\DiffPlex.csproj", "{54247212-BA10-4593-8E4D-D3B5AC06D2F2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Facts.DiffPlex", "Facts.DiffPlex\Facts.DiffPlex.csproj", "{A1C3A293-EF92-4F4D-930C-597FE8E1CDDC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Perf.DiffPlex", "Perf.DiffPlex\Perf.DiffPlex.csproj", "{6D22FAAC-BC3C-4011-B4C3-EFD63EE88545}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebDiffer", "WebDiffer\WebDiffer.csproj", "{E8BDBF13-2A11-438B-9135-5F566F811208}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{911759D1-96FB-4525-B8EE-CD5B59C42EB3}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
License.txt = License.txt
README.md = README.md
images\website.png = images\website.png
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DiffPlex.Wpf", "DiffPlex.Wpf\DiffPlex.Wpf.csproj", "{CB18D73D-7E84-4B28-B44D-93CB34794A6A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DiffPlex.Wpf.Demo", "DiffPlex.Wpf.Demo\DiffPlex.Wpf.Demo.csproj", "{3A51E76D-DBA9-44FD-9CEA-4D7A9E10EA47}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{265B25AF-D95C-44B3-8FB4-49228806E2AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{265B25AF-D95C-44B3-8FB4-49228806E2AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{265B25AF-D95C-44B3-8FB4-49228806E2AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{265B25AF-D95C-44B3-8FB4-49228806E2AA}.Release|Any CPU.Build.0 = Release|Any CPU
{54247212-BA10-4593-8E4D-D3B5AC06D2F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{54247212-BA10-4593-8E4D-D3B5AC06D2F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{54247212-BA10-4593-8E4D-D3B5AC06D2F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{54247212-BA10-4593-8E4D-D3B5AC06D2F2}.Release|Any CPU.Build.0 = Release|Any CPU
{A1C3A293-EF92-4F4D-930C-597FE8E1CDDC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A1C3A293-EF92-4F4D-930C-597FE8E1CDDC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A1C3A293-EF92-4F4D-930C-597FE8E1CDDC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A1C3A293-EF92-4F4D-930C-597FE8E1CDDC}.Release|Any CPU.Build.0 = Release|Any CPU
{6D22FAAC-BC3C-4011-B4C3-EFD63EE88545}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6D22FAAC-BC3C-4011-B4C3-EFD63EE88545}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6D22FAAC-BC3C-4011-B4C3-EFD63EE88545}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6D22FAAC-BC3C-4011-B4C3-EFD63EE88545}.Release|Any CPU.Build.0 = Release|Any CPU
{E8BDBF13-2A11-438B-9135-5F566F811208}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E8BDBF13-2A11-438B-9135-5F566F811208}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E8BDBF13-2A11-438B-9135-5F566F811208}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E8BDBF13-2A11-438B-9135-5F566F811208}.Release|Any CPU.Build.0 = Release|Any CPU
{CB18D73D-7E84-4B28-B44D-93CB34794A6A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB18D73D-7E84-4B28-B44D-93CB34794A6A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB18D73D-7E84-4B28-B44D-93CB34794A6A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB18D73D-7E84-4B28-B44D-93CB34794A6A}.Release|Any CPU.Build.0 = Release|Any CPU
{3A51E76D-DBA9-44FD-9CEA-4D7A9E10EA47}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3A51E76D-DBA9-44FD-9CEA-4D7A9E10EA47}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3A51E76D-DBA9-44FD-9CEA-4D7A9E10EA47}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3A51E76D-DBA9-44FD-9CEA-4D7A9E10EA47}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4AAA896D-D44C-4B3E-AB4B-BAFF04D13425}
EndGlobalSection
EndGlobal