-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmsUnit.sln
More file actions
77 lines (77 loc) · 3.21 KB
/
msUnit.sln
File metadata and controls
77 lines (77 loc) · 3.21 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
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
74
75
76
77
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Express 2012 for Windows Desktop
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "msUnitRunner", "msUnit\msUnitRunner.csproj", "{0B978C26-BD40-4F0C-A39B-46485D6FBE23}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0C0F0489-B1E8-4DCF-8CB1-AF67D40B7F42}"
ProjectSection(SolutionItems) = preProject
Local.testsettings = Local.testsettings
msUnit.vsmdi = msUnit.vsmdi
TraceAndTestImpact.testsettings = TraceAndTestImpact.testsettings
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "msUnitLib", "msUnitLib\msUnitLib.csproj", "{E9264450-DE4F-436B-9B5D-C3113B6C4D9F}"
EndProject
Global
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = msUnit.vsmdi
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0B978C26-BD40-4F0C-A39B-46485D6FBE23}.Debug|Any CPU.ActiveCfg = Debug|x86
{0B978C26-BD40-4F0C-A39B-46485D6FBE23}.Debug|Any CPU.Build.0 = Debug|x86
{0B978C26-BD40-4F0C-A39B-46485D6FBE23}.Release|Any CPU.ActiveCfg = Release|x86
{0B978C26-BD40-4F0C-A39B-46485D6FBE23}.Release|Any CPU.Build.0 = Release|x86
{E9264450-DE4F-436B-9B5D-C3113B6C4D9F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E9264450-DE4F-436B-9B5D-C3113B6C4D9F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E9264450-DE4F-436B-9B5D-C3113B6C4D9F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E9264450-DE4F-436B-9B5D-C3113B6C4D9F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = msUnit\msUnitRunner.csproj
Policies = $0
$0.TextStylePolicy = $4
$1.inheritsSet = null
$1.scope = text/x-csharp
$0.CSharpFormattingPolicy = $2
$2.NamespaceBraceStyle = EndOfLine
$2.ClassBraceStyle = EndOfLine
$2.InterfaceBraceStyle = EndOfLine
$2.StructBraceStyle = EndOfLine
$2.EnumBraceStyle = EndOfLine
$2.MethodBraceStyle = EndOfLine
$2.ConstructorBraceStyle = EndOfLine
$2.DestructorBraceStyle = EndOfLine
$2.IfElseBraceForcement = AddBraces
$2.ForBraceForcement = AddBraces
$2.WhileBraceForcement = AddBraces
$2.UsingBraceForcement = AddBraces
$2.FixedBraceForcement = AddBraces
$2.BeforeMethodDeclarationParentheses = False
$2.BeforeMethodCallParentheses = False
$2.BeforeConstructorDeclarationParentheses = False
$2.BeforeIndexerDeclarationBracket = False
$2.BeforeDelegateDeclarationParentheses = False
$2.NewParentheses = False
$2.SpacesBeforeBrackets = False
$2.inheritsSet = Mono
$2.inheritsScope = text/x-csharp
$2.scope = text/x-csharp
$3.FileWidth = 120
$3.TabsToSpaces = False
$3.inheritsSet = VisualStudio
$3.inheritsScope = text/plain
$3.scope = text/plain
$4.inheritsSet = null
$4.scope = application/config+xml
$0.XmlFormattingPolicy = $5
$5.inheritsSet = null
$5.scope = application/config+xml
EndGlobalSection
EndGlobal