-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNetFabric.Assertive.sln
63 lines (63 loc) · 3.42 KB
/
NetFabric.Assertive.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
51
52
53
54
55
56
57
58
59
60
61
62
63
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29319.158
MinimumVisualStudioVersion = 15.0.26124.0
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{816F2618-9C40-431A-A6AA-E9A5483A8839}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
.whitesource = .whitesource
Directory.Build.props = Directory.Build.props
.github\workflows\dotnetcore.yml = .github\workflows\dotnetcore.yml
Icon.png = Icon.png
LICENSE = LICENSE
NuGet.config = NuGet.config
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetFabric.Assertive", "NetFabric.Assertive\NetFabric.Assertive.csproj", "{454257C1-A637-4879-A41A-F7555486928F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetFabric.Assertive.UnitTests", "NetFabric.Assertive.UnitTests\NetFabric.Assertive.UnitTests.csproj", "{BE26A496-D476-4198-A9E0-D9EAEA6E0580}"
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
{454257C1-A637-4879-A41A-F7555486928F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{454257C1-A637-4879-A41A-F7555486928F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{454257C1-A637-4879-A41A-F7555486928F}.Debug|x64.ActiveCfg = Debug|Any CPU
{454257C1-A637-4879-A41A-F7555486928F}.Debug|x64.Build.0 = Debug|Any CPU
{454257C1-A637-4879-A41A-F7555486928F}.Debug|x86.ActiveCfg = Debug|Any CPU
{454257C1-A637-4879-A41A-F7555486928F}.Debug|x86.Build.0 = Debug|Any CPU
{454257C1-A637-4879-A41A-F7555486928F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{454257C1-A637-4879-A41A-F7555486928F}.Release|Any CPU.Build.0 = Release|Any CPU
{454257C1-A637-4879-A41A-F7555486928F}.Release|x64.ActiveCfg = Release|Any CPU
{454257C1-A637-4879-A41A-F7555486928F}.Release|x64.Build.0 = Release|Any CPU
{454257C1-A637-4879-A41A-F7555486928F}.Release|x86.ActiveCfg = Release|Any CPU
{454257C1-A637-4879-A41A-F7555486928F}.Release|x86.Build.0 = Release|Any CPU
{BE26A496-D476-4198-A9E0-D9EAEA6E0580}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BE26A496-D476-4198-A9E0-D9EAEA6E0580}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BE26A496-D476-4198-A9E0-D9EAEA6E0580}.Debug|x64.ActiveCfg = Debug|Any CPU
{BE26A496-D476-4198-A9E0-D9EAEA6E0580}.Debug|x64.Build.0 = Debug|Any CPU
{BE26A496-D476-4198-A9E0-D9EAEA6E0580}.Debug|x86.ActiveCfg = Debug|Any CPU
{BE26A496-D476-4198-A9E0-D9EAEA6E0580}.Debug|x86.Build.0 = Debug|Any CPU
{BE26A496-D476-4198-A9E0-D9EAEA6E0580}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BE26A496-D476-4198-A9E0-D9EAEA6E0580}.Release|Any CPU.Build.0 = Release|Any CPU
{BE26A496-D476-4198-A9E0-D9EAEA6E0580}.Release|x64.ActiveCfg = Release|Any CPU
{BE26A496-D476-4198-A9E0-D9EAEA6E0580}.Release|x64.Build.0 = Release|Any CPU
{BE26A496-D476-4198-A9E0-D9EAEA6E0580}.Release|x86.ActiveCfg = Release|Any CPU
{BE26A496-D476-4198-A9E0-D9EAEA6E0580}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1A4A7CB5-3A80-49AD-998D-1CFCCF3B281E}
EndGlobalSection
EndGlobal