forked from mmanela/diffplex
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDiffPlex.sln
More file actions
46 lines (46 loc) · 2.38 KB
/
DiffPlex.sln
File metadata and controls
46 lines (46 loc) · 2.38 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.1022
MinimumVisualStudioVersion = 10.0.40219.1
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("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DiffPlex.Wpf", "DiffPlex.Wpf\DiffPlex.Wpf.csproj", "{13216FED-45B9-4A27-B8D0-D6D5D703D261}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DiffPlex", "DiffPlex\DiffPlex.csproj", "{186D13B3-D72E-4569-9529-0B66617021D7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DiffPlex.Wpf.Demo", "DiffPlex.Wpf.Demo\DiffPlex.Wpf.Demo.csproj", "{CCEBAFAC-DD77-4682-97D6-53FD53D3C7B7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{13216FED-45B9-4A27-B8D0-D6D5D703D261}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{13216FED-45B9-4A27-B8D0-D6D5D703D261}.Debug|Any CPU.Build.0 = Debug|Any CPU
{13216FED-45B9-4A27-B8D0-D6D5D703D261}.Release|Any CPU.ActiveCfg = Release|Any CPU
{13216FED-45B9-4A27-B8D0-D6D5D703D261}.Release|Any CPU.Build.0 = Release|Any CPU
{186D13B3-D72E-4569-9529-0B66617021D7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{186D13B3-D72E-4569-9529-0B66617021D7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{186D13B3-D72E-4569-9529-0B66617021D7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{186D13B3-D72E-4569-9529-0B66617021D7}.Release|Any CPU.Build.0 = Release|Any CPU
{CCEBAFAC-DD77-4682-97D6-53FD53D3C7B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CCEBAFAC-DD77-4682-97D6-53FD53D3C7B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CCEBAFAC-DD77-4682-97D6-53FD53D3C7B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CCEBAFAC-DD77-4682-97D6-53FD53D3C7B7}.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