forked from Metric/VCDiff
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathVCDiff.Core.sln
50 lines (50 loc) · 2.47 KB
/
VCDiff.Core.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VCDiff.Core", "VCDiff.Core\VCDiff.Core.csproj", "{4D676F4E-E66D-4A41-861F-600F0FFCD052}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5E7B7CA2-D95D-48FE-ADFD-F5387CBDB091}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
appveyor.yml = appveyor.yml
build.cake = build.cake
build.ps1 = build.ps1
build.sh = build.sh
codecov.yml = codecov.yml
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VCDiff.Core.Cli", "VCDiff.Core.Cli\VCDiff.Core.Cli.csproj", "{45021BF2-E6DD-440E-AB09-59A0B5F1E4D5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VCDiff.Core.Tests", "VCDiff.Core.Tests\VCDiff.Core.Tests.csproj", "{7AADB464-2308-4B97-8FEE-020912E17528}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4D676F4E-E66D-4A41-861F-600F0FFCD052}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4D676F4E-E66D-4A41-861F-600F0FFCD052}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4D676F4E-E66D-4A41-861F-600F0FFCD052}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4D676F4E-E66D-4A41-861F-600F0FFCD052}.Release|Any CPU.Build.0 = Release|Any CPU
{45021BF2-E6DD-440E-AB09-59A0B5F1E4D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{45021BF2-E6DD-440E-AB09-59A0B5F1E4D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{45021BF2-E6DD-440E-AB09-59A0B5F1E4D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{45021BF2-E6DD-440E-AB09-59A0B5F1E4D5}.Release|Any CPU.Build.0 = Release|Any CPU
{7AADB464-2308-4B97-8FEE-020912E17528}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7AADB464-2308-4B97-8FEE-020912E17528}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7AADB464-2308-4B97-8FEE-020912E17528}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7AADB464-2308-4B97-8FEE-020912E17528}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2A24AFE9-1D62-49AA-882E-8B641CD3773D}
EndGlobalSection
EndGlobal