forked from iamkinetic/NEventSocket
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEventSocket.sln
executable file
·45 lines (45 loc) · 2.19 KB
/
NEventSocket.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29519.181
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{E15B83EF-2CE1-4479-A457-D340DCA80869}"
ProjectSection(SolutionItems) = preProject
BREAKING CHANGES.md = BREAKING CHANGES.md
default.ps1 = default.ps1
global.json = global.json
Settings.StyleCop = Settings.StyleCop
SharedAssemblyInfo.cs = SharedAssemblyInfo.cs
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{8A973BD1-83E8-4794-A81A-538CC7069BDC}"
ProjectSection(SolutionItems) = preProject
test\Settings.StyleCop = test\Settings.StyleCop
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NEventSocket", "NEventSocket\NEventSocket.csproj", "{1DEB4916-B77F-419B-BA1F-91C6D2223641}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NEventSocket.Tests", "NEventSocket.Tests\NEventSocket.Tests.csproj", "{F536B50D-164B-488E-9240-46E3732E43C6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1DEB4916-B77F-419B-BA1F-91C6D2223641}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1DEB4916-B77F-419B-BA1F-91C6D2223641}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1DEB4916-B77F-419B-BA1F-91C6D2223641}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1DEB4916-B77F-419B-BA1F-91C6D2223641}.Release|Any CPU.Build.0 = Release|Any CPU
{F536B50D-164B-488E-9240-46E3732E43C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F536B50D-164B-488E-9240-46E3732E43C6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F536B50D-164B-488E-9240-46E3732E43C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F536B50D-164B-488E-9240-46E3732E43C6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A46514B6-E506-49CA-BDE1-D17F47D3087B}
EndGlobalSection
EndGlobal