-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathEventSource4Net.sln
More file actions
37 lines (37 loc) · 2.07 KB
/
EventSource4Net.sln
File metadata and controls
37 lines (37 loc) · 2.07 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EventSource4Net", "EventSource4Net\EventSource4Net.csproj", "{DF919631-8C28-49E6-BE61-23787AF2A90D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sample", "Sample\Sample.csproj", "{4A59424A-EA6A-49B6-805A-E8DDFB1CC8F3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C2D2EF32-A2A6-467E-B606-82514A6FB89B}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EventSource4Net.Test", "EventSource4Net.Test\EventSource4Net.Test.csproj", "{9D54469C-274C-4856-97C4-D621CFA81050}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DF919631-8C28-49E6-BE61-23787AF2A90D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF919631-8C28-49E6-BE61-23787AF2A90D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF919631-8C28-49E6-BE61-23787AF2A90D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF919631-8C28-49E6-BE61-23787AF2A90D}.Release|Any CPU.Build.0 = Release|Any CPU
{4A59424A-EA6A-49B6-805A-E8DDFB1CC8F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4A59424A-EA6A-49B6-805A-E8DDFB1CC8F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4A59424A-EA6A-49B6-805A-E8DDFB1CC8F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4A59424A-EA6A-49B6-805A-E8DDFB1CC8F3}.Release|Any CPU.Build.0 = Release|Any CPU
{9D54469C-274C-4856-97C4-D621CFA81050}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9D54469C-274C-4856-97C4-D621CFA81050}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9D54469C-274C-4856-97C4-D621CFA81050}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9D54469C-274C-4856-97C4-D621CFA81050}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal