-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtmotmo_tests.sln
executable file
·63 lines (63 loc) · 2.66 KB
/
tmotmo_tests.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
57
58
59
60
61
62
63
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MockUnity", "MockUnity\MockUnity.csproj", "{0308C045-ED54-4F84-9AB2-C4B0BF69D7F7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{5CD7675E-2B62-445F-A71F-B209AD6E7836}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Default|Any CPU = Default|Any CPU
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0308C045-ED54-4F84-9AB2-C4B0BF69D7F7}.Debug|x86.ActiveCfg = Debug|x86
{0308C045-ED54-4F84-9AB2-C4B0BF69D7F7}.Debug|x86.Build.0 = Debug|x86
{0308C045-ED54-4F84-9AB2-C4B0BF69D7F7}.Default|Any CPU.ActiveCfg = Debug|x86
{0308C045-ED54-4F84-9AB2-C4B0BF69D7F7}.Default|Any CPU.Build.0 = Debug|x86
{0308C045-ED54-4F84-9AB2-C4B0BF69D7F7}.Release|x86.ActiveCfg = Release|x86
{0308C045-ED54-4F84-9AB2-C4B0BF69D7F7}.Release|x86.Build.0 = Release|x86
{5CD7675E-2B62-445F-A71F-B209AD6E7836}.Debug|x86.ActiveCfg = Debug|x86
{5CD7675E-2B62-445F-A71F-B209AD6E7836}.Debug|x86.Build.0 = Debug|x86
{5CD7675E-2B62-445F-A71F-B209AD6E7836}.Default|Any CPU.ActiveCfg = Debug|x86
{5CD7675E-2B62-445F-A71F-B209AD6E7836}.Default|Any CPU.Build.0 = Debug|x86
{5CD7675E-2B62-445F-A71F-B209AD6E7836}.Release|x86.ActiveCfg = Release|x86
{5CD7675E-2B62-445F-A71F-B209AD6E7836}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = Tests\Tests.csproj
Policies = $0
$0.TextStylePolicy = $1
$1.FileWidth = 120
$1.NoTabsAfterNonTabs = True
$1.EolMarker = Unix
$1.inheritsSet = VisualStudio
$1.inheritsScope = text/plain
$1.scope = text/x-csharp
$0.CSharpFormattingPolicy = $2
$2.IndentSwitchBody = True
$2.ClassBraceStyle = EndOfLine
$2.InterfaceBraceStyle = EndOfLine
$2.StructBraceStyle = EndOfLine
$2.EnumBraceStyle = EndOfLine
$2.MethodBraceStyle = EndOfLine
$2.ConstructorBraceStyle = EndOfLine
$2.DestructorBraceStyle = EndOfLine
$2.BeforeMethodDeclarationParentheses = False
$2.BeforeMethodCallParentheses = False
$2.BeforeConstructorDeclarationParentheses = False
$2.BeforeDelegateDeclarationParentheses = False
$2.NewParentheses = False
$2.SpacesBeforeBrackets = False
$2.inheritsSet = Mono
$2.inheritsScope = text/x-csharp
$2.scope = text/x-csharp
$0.TextStylePolicy = $3
$3.FileWidth = 120
$3.TabsToSpaces = False
$3.inheritsSet = VisualStudio
$3.inheritsScope = text/plain
$3.scope = text/plain
EndGlobalSection
EndGlobal