-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSharpAssert.sln
More file actions
90 lines (90 loc) · 6.1 KB
/
SharpAssert.sln
File metadata and controls
90 lines (90 loc) · 6.1 KB
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpAssert.Tests", "src\SharpAssert.Tests\SharpAssert.Tests.csproj", "{100B6474-F62C-472E-98D2-1935911FF4BF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpAssert.Runtime", "src\SharpAssert.Runtime\SharpAssert.Runtime.csproj", "{F30DA6F2-9A1F-47B1-88B8-4E533EE4A3AB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpAssert", "src\SharpAssert\SharpAssert.csproj", "{C9949AD0-684A-415A-A4FB-626EF50E2242}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpAssert.PackageTest", "src\SharpAssert.PackageTest\SharpAssert.PackageTest.csproj", "{B2178774-FB4B-4997-BEFC-A426FDC2BD13}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{827E0CD3-B72D-47B6-A68D-7590B98EB39B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpAssert.Demo", "src\SharpAssert.Demo\SharpAssert.Demo.csproj", "{37E60194-2FE9-408E-B23E-CDB5199ABE36}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{100B6474-F62C-472E-98D2-1935911FF4BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{100B6474-F62C-472E-98D2-1935911FF4BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{100B6474-F62C-472E-98D2-1935911FF4BF}.Debug|x64.ActiveCfg = Debug|Any CPU
{100B6474-F62C-472E-98D2-1935911FF4BF}.Debug|x64.Build.0 = Debug|Any CPU
{100B6474-F62C-472E-98D2-1935911FF4BF}.Debug|x86.ActiveCfg = Debug|Any CPU
{100B6474-F62C-472E-98D2-1935911FF4BF}.Debug|x86.Build.0 = Debug|Any CPU
{100B6474-F62C-472E-98D2-1935911FF4BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{100B6474-F62C-472E-98D2-1935911FF4BF}.Release|Any CPU.Build.0 = Release|Any CPU
{100B6474-F62C-472E-98D2-1935911FF4BF}.Release|x64.ActiveCfg = Release|Any CPU
{100B6474-F62C-472E-98D2-1935911FF4BF}.Release|x64.Build.0 = Release|Any CPU
{100B6474-F62C-472E-98D2-1935911FF4BF}.Release|x86.ActiveCfg = Release|Any CPU
{100B6474-F62C-472E-98D2-1935911FF4BF}.Release|x86.Build.0 = Release|Any CPU
{F30DA6F2-9A1F-47B1-88B8-4E533EE4A3AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F30DA6F2-9A1F-47B1-88B8-4E533EE4A3AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F30DA6F2-9A1F-47B1-88B8-4E533EE4A3AB}.Debug|x64.ActiveCfg = Debug|Any CPU
{F30DA6F2-9A1F-47B1-88B8-4E533EE4A3AB}.Debug|x64.Build.0 = Debug|Any CPU
{F30DA6F2-9A1F-47B1-88B8-4E533EE4A3AB}.Debug|x86.ActiveCfg = Debug|Any CPU
{F30DA6F2-9A1F-47B1-88B8-4E533EE4A3AB}.Debug|x86.Build.0 = Debug|Any CPU
{F30DA6F2-9A1F-47B1-88B8-4E533EE4A3AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F30DA6F2-9A1F-47B1-88B8-4E533EE4A3AB}.Release|Any CPU.Build.0 = Release|Any CPU
{F30DA6F2-9A1F-47B1-88B8-4E533EE4A3AB}.Release|x64.ActiveCfg = Release|Any CPU
{F30DA6F2-9A1F-47B1-88B8-4E533EE4A3AB}.Release|x64.Build.0 = Release|Any CPU
{F30DA6F2-9A1F-47B1-88B8-4E533EE4A3AB}.Release|x86.ActiveCfg = Release|Any CPU
{F30DA6F2-9A1F-47B1-88B8-4E533EE4A3AB}.Release|x86.Build.0 = Release|Any CPU
{C9949AD0-684A-415A-A4FB-626EF50E2242}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C9949AD0-684A-415A-A4FB-626EF50E2242}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C9949AD0-684A-415A-A4FB-626EF50E2242}.Debug|x64.ActiveCfg = Debug|Any CPU
{C9949AD0-684A-415A-A4FB-626EF50E2242}.Debug|x64.Build.0 = Debug|Any CPU
{C9949AD0-684A-415A-A4FB-626EF50E2242}.Debug|x86.ActiveCfg = Debug|Any CPU
{C9949AD0-684A-415A-A4FB-626EF50E2242}.Debug|x86.Build.0 = Debug|Any CPU
{C9949AD0-684A-415A-A4FB-626EF50E2242}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C9949AD0-684A-415A-A4FB-626EF50E2242}.Release|Any CPU.Build.0 = Release|Any CPU
{C9949AD0-684A-415A-A4FB-626EF50E2242}.Release|x64.ActiveCfg = Release|Any CPU
{C9949AD0-684A-415A-A4FB-626EF50E2242}.Release|x64.Build.0 = Release|Any CPU
{C9949AD0-684A-415A-A4FB-626EF50E2242}.Release|x86.ActiveCfg = Release|Any CPU
{C9949AD0-684A-415A-A4FB-626EF50E2242}.Release|x86.Build.0 = Release|Any CPU
{B2178774-FB4B-4997-BEFC-A426FDC2BD13}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B2178774-FB4B-4997-BEFC-A426FDC2BD13}.Debug|x64.ActiveCfg = Debug|Any CPU
{B2178774-FB4B-4997-BEFC-A426FDC2BD13}.Debug|x64.Build.0 = Debug|Any CPU
{B2178774-FB4B-4997-BEFC-A426FDC2BD13}.Debug|x86.ActiveCfg = Debug|Any CPU
{B2178774-FB4B-4997-BEFC-A426FDC2BD13}.Debug|x86.Build.0 = Debug|Any CPU
{B2178774-FB4B-4997-BEFC-A426FDC2BD13}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B2178774-FB4B-4997-BEFC-A426FDC2BD13}.Release|x64.ActiveCfg = Release|Any CPU
{B2178774-FB4B-4997-BEFC-A426FDC2BD13}.Release|x64.Build.0 = Release|Any CPU
{B2178774-FB4B-4997-BEFC-A426FDC2BD13}.Release|x86.ActiveCfg = Release|Any CPU
{B2178774-FB4B-4997-BEFC-A426FDC2BD13}.Release|x86.Build.0 = Release|Any CPU
{37E60194-2FE9-408E-B23E-CDB5199ABE36}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{37E60194-2FE9-408E-B23E-CDB5199ABE36}.Debug|Any CPU.Build.0 = Debug|Any CPU
{37E60194-2FE9-408E-B23E-CDB5199ABE36}.Debug|x64.ActiveCfg = Debug|Any CPU
{37E60194-2FE9-408E-B23E-CDB5199ABE36}.Debug|x64.Build.0 = Debug|Any CPU
{37E60194-2FE9-408E-B23E-CDB5199ABE36}.Debug|x86.ActiveCfg = Debug|Any CPU
{37E60194-2FE9-408E-B23E-CDB5199ABE36}.Debug|x86.Build.0 = Debug|Any CPU
{37E60194-2FE9-408E-B23E-CDB5199ABE36}.Release|Any CPU.ActiveCfg = Release|Any CPU
{37E60194-2FE9-408E-B23E-CDB5199ABE36}.Release|Any CPU.Build.0 = Release|Any CPU
{37E60194-2FE9-408E-B23E-CDB5199ABE36}.Release|x64.ActiveCfg = Release|Any CPU
{37E60194-2FE9-408E-B23E-CDB5199ABE36}.Release|x64.Build.0 = Release|Any CPU
{37E60194-2FE9-408E-B23E-CDB5199ABE36}.Release|x86.ActiveCfg = Release|Any CPU
{37E60194-2FE9-408E-B23E-CDB5199ABE36}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{37E60194-2FE9-408E-B23E-CDB5199ABE36} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B}
EndGlobalSection
EndGlobal