-
Notifications
You must be signed in to change notification settings - Fork 13
/
Mono.Net.HttpListener.sln
executable file
·26 lines (26 loc) · 1.49 KB
/
Mono.Net.HttpListener.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mono.Net.HttpListener", "Mono.Net.HttpListener.csproj", "{B215459F-37FF-411C-8E6B-9CDEDB946F93}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
net_4_0_Debug|Any CPU = net_4_0_Debug|Any CPU
net_4_0_Release|Any CPU = net_4_0_Release|Any CPU
net_4_5_Debug|Any CPU = net_4_5_Debug|Any CPU
net_4_5_Release|Any CPU = net_4_5_Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B215459F-37FF-411C-8E6B-9CDEDB946F93}.net_4_0_Debug|Any CPU.ActiveCfg = net_4_0_Debug|Any CPU
{B215459F-37FF-411C-8E6B-9CDEDB946F93}.net_4_0_Debug|Any CPU.Build.0 = net_4_0_Debug|Any CPU
{B215459F-37FF-411C-8E6B-9CDEDB946F93}.net_4_0_Release|Any CPU.ActiveCfg = net_4_0_Release|Any CPU
{B215459F-37FF-411C-8E6B-9CDEDB946F93}.net_4_0_Release|Any CPU.Build.0 = net_4_0_Release|Any CPU
{B215459F-37FF-411C-8E6B-9CDEDB946F93}.net_4_5_Debug|Any CPU.ActiveCfg = net_4_5_Debug|Any CPU
{B215459F-37FF-411C-8E6B-9CDEDB946F93}.net_4_5_Debug|Any CPU.Build.0 = net_4_5_Debug|Any CPU
{B215459F-37FF-411C-8E6B-9CDEDB946F93}.net_4_5_Release|Any CPU.ActiveCfg = net_4_5_Release|Any CPU
{B215459F-37FF-411C-8E6B-9CDEDB946F93}.net_4_5_Release|Any CPU.Build.0 = net_4_5_Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal