-
Notifications
You must be signed in to change notification settings - Fork 48
/
HyperFastCgi.sln
46 lines (46 loc) · 1.67 KB
/
HyperFastCgi.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HyperFastCgi", "src\HyperFastCgi\HyperFastCgi.csproj", "{8ED4E686-5CA8-4A80-AA10-D10D994630FB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8ED4E686-5CA8-4A80-AA10-D10D994630FB}.Debug|x86.ActiveCfg = Debug|Any CPU
{8ED4E686-5CA8-4A80-AA10-D10D994630FB}.Debug|x86.Build.0 = Debug|Any CPU
{8ED4E686-5CA8-4A80-AA10-D10D994630FB}.Release|x86.ActiveCfg = Release|Any CPU
{8ED4E686-5CA8-4A80-AA10-D10D994630FB}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = src\HyperFastCgi\HyperFastCgi.csproj
Policies = $0
$0.TextStylePolicy = $1
$1.TabsToSpaces = False
$1.inheritsSet = VisualStudio
$1.inheritsScope = text/plain
$1.scope = text/x-csharp
$0.CSharpFormattingPolicy = $2
$2.inheritsSet = Mono
$2.inheritsScope = text/x-csharp
$2.scope = text/x-csharp
$0.TextStylePolicy = $3
$3.inheritsSet = Mono
$3.inheritsScope = text/plain
$3.scope = text/plain
$0.TextStylePolicy = $4
$4.inheritsSet = Mono
$4.inheritsScope = text/plain
$4.scope = application/xml
$0.XmlFormattingPolicy = $5
$5.inheritsSet = Mono
$5.inheritsScope = application/xml
$5.scope = application/xml
$0.DotNetNamingPolicy = $6
$6.DirectoryNamespaceAssociation = PrefixedHierarchical
$6.ResourceNamePolicy = FileFormatDefault
version = 0.4
EndGlobalSection
EndGlobal