forked from vtortola/NLog.Contrib.Targets.WebSocketServer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NLog.Contrib.Targets.WebSocketServer.sln
73 lines (73 loc) · 4.02 KB
/
NLog.Contrib.Targets.WebSocketServer.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
64
65
66
67
68
69
70
71
72
73
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ng-websocket-log-viewer", "ng-websocket-log-viewer", "{4EF1EA01-0D0F-428B-909D-B1203BD153D1}"
ProjectSection(SolutionItems) = preProject
ng-websocket-log-viewer\ng-websocket-log-viewer-1.0.0.css = ng-websocket-log-viewer\ng-websocket-log-viewer-1.0.0.css
ng-websocket-log-viewer\ng-websocket-log-viewer-1.0.0.js = ng-websocket-log-viewer\ng-websocket-log-viewer-1.0.0.js
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "example", "example", "{C8A5C1B2-CD55-4B68-883C-9AD0CFC31AE5}"
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "WebViewer", "http://localhost:45827", "{3DF51BF5-BE51-4491-864F-B1C184218D33}"
ProjectSection(WebsiteProperties) = preProject
UseIISExpress = "true"
TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.5.1"
Debug.AspNetCompiler.VirtualPath = "/localhost_45827"
Debug.AspNetCompiler.PhysicalPath = "example\WebViewer\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_45827\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/localhost_45827"
Release.AspNetCompiler.PhysicalPath = "example\WebViewer\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_45827\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
SlnRelativePath = "example\WebViewer\"
DefaultWebSiteLanguage = "Visual C#"
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleApplication", "example\ConsoleApplication\ConsoleApplication.csproj", "{B636421E-E445-400D-B58E-EBE68411E964}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{98F2CC5D-3B99-433D-A03E-9F22E00692FC}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NLog.Contrib.Targets.WebSocketServer", "NLog.Contrib.Targets.WebSocketServer\NLog.Contrib.Targets.WebSocketServer.csproj", "{8CA5D50A-CAC7-4FB0-B811-2A1A0DF6ACDF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3DF51BF5-BE51-4491-864F-B1C184218D33}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3DF51BF5-BE51-4491-864F-B1C184218D33}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3DF51BF5-BE51-4491-864F-B1C184218D33}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{3DF51BF5-BE51-4491-864F-B1C184218D33}.Release|Any CPU.Build.0 = Debug|Any CPU
{B636421E-E445-400D-B58E-EBE68411E964}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B636421E-E445-400D-B58E-EBE68411E964}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B636421E-E445-400D-B58E-EBE68411E964}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B636421E-E445-400D-B58E-EBE68411E964}.Release|Any CPU.Build.0 = Release|Any CPU
{8CA5D50A-CAC7-4FB0-B811-2A1A0DF6ACDF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8CA5D50A-CAC7-4FB0-B811-2A1A0DF6ACDF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8CA5D50A-CAC7-4FB0-B811-2A1A0DF6ACDF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8CA5D50A-CAC7-4FB0-B811-2A1A0DF6ACDF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{3DF51BF5-BE51-4491-864F-B1C184218D33} = {C8A5C1B2-CD55-4B68-883C-9AD0CFC31AE5}
{B636421E-E445-400D-B58E-EBE68411E964} = {C8A5C1B2-CD55-4B68-883C-9AD0CFC31AE5}
EndGlobalSection
EndGlobal