This repository has been archived by the owner on Sep 1, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathSharpNng.sln
55 lines (55 loc) · 3.07 KB
/
SharpNng.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharpNng", "SharpNng\SharpNng.csproj", "{C5D70498-5263-40F2-8909-51BE027E7E55}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharpNng.CodeGen", "SharpNng.CodeGen\SharpNng.CodeGen.csproj", "{283A09E9-0A84-4E73-937C-E8FA6EDB5729}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharpNng.Tests", "SharpNng.Tests\SharpNng.Tests.csproj", "{382AE5A4-5FAA-4971-8F74-5D6A39ADB48D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{ABDCCD4D-8936-423B-AD35-3F19B5DC1EAA}"
ProjectSection(SolutionItems) = preProject
..\.gitignore = ..\.gitignore
..\changelog.md = ..\changelog.md
dotnet-releaser.toml = dotnet-releaser.toml
global.json = global.json
..\license.txt = ..\license.txt
..\.github\workflows\managed.yml = ..\.github\workflows\managed.yml
..\.github\workflows\native.yml = ..\.github\workflows\native.yml
..\readme.md = ..\readme.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharpNng.Benchmarks", "SharpNng.Benchmarks\SharpNng.Benchmarks.csproj", "{B8B0BD36-78F1-44BD-AA67-0BB47912D06C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C5D70498-5263-40F2-8909-51BE027E7E55}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5D70498-5263-40F2-8909-51BE027E7E55}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5D70498-5263-40F2-8909-51BE027E7E55}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5D70498-5263-40F2-8909-51BE027E7E55}.Release|Any CPU.Build.0 = Release|Any CPU
{283A09E9-0A84-4E73-937C-E8FA6EDB5729}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{283A09E9-0A84-4E73-937C-E8FA6EDB5729}.Debug|Any CPU.Build.0 = Debug|Any CPU
{283A09E9-0A84-4E73-937C-E8FA6EDB5729}.Release|Any CPU.ActiveCfg = Release|Any CPU
{283A09E9-0A84-4E73-937C-E8FA6EDB5729}.Release|Any CPU.Build.0 = Release|Any CPU
{382AE5A4-5FAA-4971-8F74-5D6A39ADB48D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{382AE5A4-5FAA-4971-8F74-5D6A39ADB48D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{382AE5A4-5FAA-4971-8F74-5D6A39ADB48D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{382AE5A4-5FAA-4971-8F74-5D6A39ADB48D}.Release|Any CPU.Build.0 = Release|Any CPU
{B8B0BD36-78F1-44BD-AA67-0BB47912D06C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B8B0BD36-78F1-44BD-AA67-0BB47912D06C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B8B0BD36-78F1-44BD-AA67-0BB47912D06C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B8B0BD36-78F1-44BD-AA67-0BB47912D06C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {63941435-7870-4703-A79A-E423494B39C1}
EndGlobalSection
EndGlobal