-
-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathGitDiffMargin.sln
72 lines (72 loc) · 4.64 KB
/
GitDiffMargin.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
71
72
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31220.325
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GitDiffMargin.Extension", "GitDiffMargin.Extension\GitDiffMargin.Extension.csproj", "{E4701F35-8030-418E-8E8C-6AE72E229138}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GitDiffMargin.15", "GitDiffMargin\GitDiffMargin.15.csproj", "{233B6F13-7687-4823-870B-A8F44B79D4F0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GitDiffMargin.Unit.Tests", "GitDiffMargin.Unit.Tests\GitDiffMargin.Unit.Tests.csproj", "{B954F515-AC6F-40D4-8169-03985AC62B06}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1ACE889E-6D42-4673-B624-5E11D4FE5744}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
LICENSE.md = LICENSE.md
README.md = README.md
EndProjectSection
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "GitDiffMargin.Shared", "GitDiffMargin.Shared\GitDiffMargin.Shared.shproj", "{574C5A5D-53A1-4368-B5F6-B5AE65B672DB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GitDiffMargin.16", "GitDiffMargin\GitDiffMargin.16.csproj", "{5EBD33A8-2990-40E5-A28C-479DE54D6083}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GitDiffMargin.17", "GitDiffMargin\GitDiffMargin.17.csproj", "{9585F286-16D6-4370-B9B6-2D3C7323DA98}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GitDiffMargin.Shim", "GitDiffMargin.Shim\GitDiffMargin.Shim.csproj", "{3E6837B2-4280-4A1F-853A-85CCA53CD425}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
GitDiffMargin.Shared\GitDiffMargin.Shared.projitems*{233b6f13-7687-4823-870b-a8f44b79d4f0}*SharedItemsImports = 5
GitDiffMargin.Shared\GitDiffMargin.Shared.projitems*{574c5a5d-53a1-4368-b5f6-b5ae65b672db}*SharedItemsImports = 13
GitDiffMargin.Shared\GitDiffMargin.Shared.projitems*{5ebd33a8-2990-40e5-a28c-479de54d6083}*SharedItemsImports = 5
GitDiffMargin.Shared\GitDiffMargin.Shared.projitems*{9585f286-16d6-4370-b9b6-2d3c7323da98}*SharedItemsImports = 5
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E4701F35-8030-418E-8E8C-6AE72E229138}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E4701F35-8030-418E-8E8C-6AE72E229138}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E4701F35-8030-418E-8E8C-6AE72E229138}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E4701F35-8030-418E-8E8C-6AE72E229138}.Release|Any CPU.Build.0 = Release|Any CPU
{233B6F13-7687-4823-870B-A8F44B79D4F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{233B6F13-7687-4823-870B-A8F44B79D4F0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{233B6F13-7687-4823-870B-A8F44B79D4F0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{233B6F13-7687-4823-870B-A8F44B79D4F0}.Release|Any CPU.Build.0 = Release|Any CPU
{B954F515-AC6F-40D4-8169-03985AC62B06}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B954F515-AC6F-40D4-8169-03985AC62B06}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B954F515-AC6F-40D4-8169-03985AC62B06}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B954F515-AC6F-40D4-8169-03985AC62B06}.Release|Any CPU.Build.0 = Release|Any CPU
{5EBD33A8-2990-40E5-A28C-479DE54D6083}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5EBD33A8-2990-40E5-A28C-479DE54D6083}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5EBD33A8-2990-40E5-A28C-479DE54D6083}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5EBD33A8-2990-40E5-A28C-479DE54D6083}.Release|Any CPU.Build.0 = Release|Any CPU
{9585F286-16D6-4370-B9B6-2D3C7323DA98}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9585F286-16D6-4370-B9B6-2D3C7323DA98}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9585F286-16D6-4370-B9B6-2D3C7323DA98}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9585F286-16D6-4370-B9B6-2D3C7323DA98}.Release|Any CPU.Build.0 = Release|Any CPU
{3E6837B2-4280-4A1F-853A-85CCA53CD425}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3E6837B2-4280-4A1F-853A-85CCA53CD425}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3E6837B2-4280-4A1F-853A-85CCA53CD425}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3E6837B2-4280-4A1F-853A-85CCA53CD425}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {974DECDE-47FF-443B-94CC-0587A3E32290}
EndGlobalSection
EndGlobal