-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDiffables.sln
37 lines (37 loc) · 2.08 KB
/
Diffables.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35312.102
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Diffables.CodeGen", "src\Diffables.CodeGen\Diffables.CodeGen.csproj", "{45A5ED8F-DDFB-4228-A576-39FDECA9426D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Diffables.Core", "src\Diffables.Core\Diffables.Core.csproj", "{44F8BFC1-FF63-48FD-ACEB-6BF1728F5A4A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Diffables.Tests", "src\Diffables.Tests\Diffables.Tests.csproj", "{6943FC2A-DEEF-450A-8FDE-7A2A957E057E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{45A5ED8F-DDFB-4228-A576-39FDECA9426D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{45A5ED8F-DDFB-4228-A576-39FDECA9426D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{45A5ED8F-DDFB-4228-A576-39FDECA9426D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{45A5ED8F-DDFB-4228-A576-39FDECA9426D}.Release|Any CPU.Build.0 = Release|Any CPU
{44F8BFC1-FF63-48FD-ACEB-6BF1728F5A4A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{44F8BFC1-FF63-48FD-ACEB-6BF1728F5A4A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{44F8BFC1-FF63-48FD-ACEB-6BF1728F5A4A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{44F8BFC1-FF63-48FD-ACEB-6BF1728F5A4A}.Release|Any CPU.Build.0 = Release|Any CPU
{6943FC2A-DEEF-450A-8FDE-7A2A957E057E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6943FC2A-DEEF-450A-8FDE-7A2A957E057E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6943FC2A-DEEF-450A-8FDE-7A2A957E057E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6943FC2A-DEEF-450A-8FDE-7A2A957E057E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {215548A8-2A39-472C-B9C4-87627E82B070}
EndGlobalSection
EndGlobal