This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Diffa.sln
50 lines (50 loc) · 2.74 KB
/
Diffa.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 Version 16
VisualStudioVersion = 16.0.30128.74
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Diffa", "src\Diffa\Diffa.csproj", "{A04D15F0-FE95-4910-B6C9-0E25EEBDB6D4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Diffa.MSTest", "tests\Diffa.MSTest\Diffa.MSTest.csproj", "{E756560F-16FF-4AFE-89DC-BEC88D82AE02}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".misc", ".misc", "{9A05F26A-7C6F-4C7E-8AB3-BE219E0D85E1}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
changelog.md = changelog.md
README.md = README.md
EndProjectSection
EndProject
Project("{F5034706-568F-408A-B7B3-4D38C6DB8A32}") = "build", "build\build.pssproj", "{B7FE2AEA-9859-46F6-BBE0-CC933FF05FB5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Diffa.XUnit", "tests\Diffa.XUnit\Diffa.XUnit.csproj", "{11A1A26E-EF10-4733-9691-6E06F1209E38}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A04D15F0-FE95-4910-B6C9-0E25EEBDB6D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A04D15F0-FE95-4910-B6C9-0E25EEBDB6D4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A04D15F0-FE95-4910-B6C9-0E25EEBDB6D4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A04D15F0-FE95-4910-B6C9-0E25EEBDB6D4}.Release|Any CPU.Build.0 = Release|Any CPU
{E756560F-16FF-4AFE-89DC-BEC88D82AE02}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E756560F-16FF-4AFE-89DC-BEC88D82AE02}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E756560F-16FF-4AFE-89DC-BEC88D82AE02}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E756560F-16FF-4AFE-89DC-BEC88D82AE02}.Release|Any CPU.Build.0 = Release|Any CPU
{B7FE2AEA-9859-46F6-BBE0-CC933FF05FB5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B7FE2AEA-9859-46F6-BBE0-CC933FF05FB5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B7FE2AEA-9859-46F6-BBE0-CC933FF05FB5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B7FE2AEA-9859-46F6-BBE0-CC933FF05FB5}.Release|Any CPU.Build.0 = Release|Any CPU
{11A1A26E-EF10-4733-9691-6E06F1209E38}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{11A1A26E-EF10-4733-9691-6E06F1209E38}.Debug|Any CPU.Build.0 = Debug|Any CPU
{11A1A26E-EF10-4733-9691-6E06F1209E38}.Release|Any CPU.ActiveCfg = Release|Any CPU
{11A1A26E-EF10-4733-9691-6E06F1209E38}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {221970F4-0471-4899-B7CA-5E1D92A48E73}
EndGlobalSection
EndGlobal