-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathvs2008-pooled.sln
56 lines (56 loc) · 2.33 KB
/
vs2008-pooled.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
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "vs2008-pooled", "vs2008-pooled.csproj", "{2C74A762-F175-4475-8C59-4E4C232F176E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "vs2008-pooled-test", "vs2008-pooled-test.csproj", "{8B0AFB62-448D-423F-BD6B-547B8F537297}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2C74A762-F175-4475-8C59-4E4C232F176E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2C74A762-F175-4475-8C59-4E4C232F176E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2C74A762-F175-4475-8C59-4E4C232F176E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2C74A762-F175-4475-8C59-4E4C232F176E}.Release|Any CPU.Build.0 = Release|Any CPU
{8B0AFB62-448D-423F-BD6B-547B8F537297}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8B0AFB62-448D-423F-BD6B-547B8F537297}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8B0AFB62-448D-423F-BD6B-547B8F537297}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8B0AFB62-448D-423F-BD6B-547B8F537297}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = vs2008-pooled-test.csproj
Policies = $0
$0.DotNetNamingPolicy = $1
$1.DirectoryNamespaceAssociation = None
$1.ResourceNamePolicy = FileFormatDefault
$0.TextStylePolicy = $2
$2.inheritsSet = null
$2.scope = application/octet-stream
$0.TextStylePolicy = $3
$3.inheritsSet = null
$3.scope = text/x-csharp
$0.CSharpFormattingPolicy = $4
$4.BeforeMethodDeclarationParentheses = False
$4.BeforeMethodCallParentheses = False
$4.BeforeConstructorDeclarationParentheses = False
$4.BeforeDelegateDeclarationParentheses = False
$4.NewParentheses = False
$4.LockParentheses = False
$4.SpacesBeforeBrackets = False
$4.inheritsSet = Mono
$4.inheritsScope = text/x-csharp
$4.scope = text/x-csharp
$0.StandardHeader = $5
$5.Text =
$5.IncludeInNewFiles = False
$0.TextStylePolicy = $6
$6.FileWidth = 120
$6.RemoveTrailingWhitespace = True
$6.inheritsSet = VisualStudio
$6.inheritsScope = text/plain
$6.scope = text/plain
EndGlobalSection
EndGlobal