-
Notifications
You must be signed in to change notification settings - Fork 65
/
BsDiff.sln
43 lines (43 loc) · 2.5 KB
/
BsDiff.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33402.96
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BsDiff", "src\BsDiff\BsDiff.csproj", "{81057D08-D450-4757-BD10-53B0DFEA330B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BsDiffTool", "src\BsDiffTool\BsDiffTool.csproj", "{BD8405A7-1117-4D0C-A5A7-4E756CF2040B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BsPatchTool", "src\BsPatchTool\BsPatchTool.csproj", "{F247D07E-ED00-4784-AC7B-5033CEF37E4E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BsDiff.Tests", "tests\BsDiff.Tests\BsDiff.Tests.csproj", "{CF43969F-6916-4242-B11B-19DD1CFFA615}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{81057D08-D450-4757-BD10-53B0DFEA330B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{81057D08-D450-4757-BD10-53B0DFEA330B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{81057D08-D450-4757-BD10-53B0DFEA330B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{81057D08-D450-4757-BD10-53B0DFEA330B}.Release|Any CPU.Build.0 = Release|Any CPU
{BD8405A7-1117-4D0C-A5A7-4E756CF2040B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BD8405A7-1117-4D0C-A5A7-4E756CF2040B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BD8405A7-1117-4D0C-A5A7-4E756CF2040B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BD8405A7-1117-4D0C-A5A7-4E756CF2040B}.Release|Any CPU.Build.0 = Release|Any CPU
{F247D07E-ED00-4784-AC7B-5033CEF37E4E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F247D07E-ED00-4784-AC7B-5033CEF37E4E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F247D07E-ED00-4784-AC7B-5033CEF37E4E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F247D07E-ED00-4784-AC7B-5033CEF37E4E}.Release|Any CPU.Build.0 = Release|Any CPU
{CF43969F-6916-4242-B11B-19DD1CFFA615}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF43969F-6916-4242-B11B-19DD1CFFA615}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF43969F-6916-4242-B11B-19DD1CFFA615}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF43969F-6916-4242-B11B-19DD1CFFA615}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {92A68A41-88B5-4F6B-B492-E85D1DC639D4}
EndGlobalSection
EndGlobal