-
Notifications
You must be signed in to change notification settings - Fork 5
/
NetFabric.Angle.sln
48 lines (48 loc) · 2.56 KB
/
NetFabric.Angle.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29505.145
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetFabric.Angle", "NetFabric.Angle\NetFabric.Angle.csproj", "{FCD2E42D-CCB1-41FB-BD17-94F595879C63}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetFabric.Angle.UnitTests", "NetFabric.Angle.UnitTests\NetFabric.Angle.UnitTests.csproj", "{10850127-8A14-4B19-A5F9-A230937D68B7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8D6E322F-2827-447B-B557-CC9C5930C954}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
.whitesource = .whitesource
Icon.png = Icon.png
LICENSE = LICENSE
README.md = README.md
Directory.Build.props = Directory.Build.props
.github\workflows\dotnetcore.yml = .github\workflows\dotnetcore.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetFabric.Angle.Benchmarks", "NetFabric.Angle.Benchmarks\NetFabric.Angle.Benchmarks.csproj", "{D0011FAE-6913-40EB-A234-73A988003558}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FCD2E42D-CCB1-41FB-BD17-94F595879C63}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FCD2E42D-CCB1-41FB-BD17-94F595879C63}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FCD2E42D-CCB1-41FB-BD17-94F595879C63}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FCD2E42D-CCB1-41FB-BD17-94F595879C63}.Release|Any CPU.Build.0 = Release|Any CPU
{10850127-8A14-4B19-A5F9-A230937D68B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{10850127-8A14-4B19-A5F9-A230937D68B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{10850127-8A14-4B19-A5F9-A230937D68B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{10850127-8A14-4B19-A5F9-A230937D68B7}.Release|Any CPU.Build.0 = Release|Any CPU
{D0011FAE-6913-40EB-A234-73A988003558}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D0011FAE-6913-40EB-A234-73A988003558}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D0011FAE-6913-40EB-A234-73A988003558}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D0011FAE-6913-40EB-A234-73A988003558}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E5E8E304-E3C7-4ACB-B2F1-33C6A3DA4A14}
EndGlobalSection
EndGlobal