forked from antmicro/Migrant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MigrantWithTests.sln
96 lines (96 loc) · 5.73 KB
/
MigrantWithTests.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Migrant", "Migrant\Migrant.csproj", "{5F87C357-09FB-4F53-BE37-41FE5BD88957}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{6109E322-4AC0-496C-89A2-012232A047E3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestsSecondModule", "Tests\SecondModule\TestsSecondModule.csproj", "{560B93C1-E336-47DA-A879-4E9C5B75A927}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PerformanceTests", "PerformanceTests\PerformanceTests.csproj", "{9F40B7EA-5F38-402E-A918-2B05EBD52A82}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ResultBrowser", "ResultBrowser\ResultBrowser.csproj", "{F0D5D2BF-34AD-4FCE-A3C9-50206EBAA82C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{560B93C1-E336-47DA-A879-4E9C5B75A927}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{560B93C1-E336-47DA-A879-4E9C5B75A927}.Debug|Any CPU.Build.0 = Debug|Any CPU
{560B93C1-E336-47DA-A879-4E9C5B75A927}.Release|Any CPU.ActiveCfg = Release|Any CPU
{560B93C1-E336-47DA-A879-4E9C5B75A927}.Release|Any CPU.Build.0 = Release|Any CPU
{5F87C357-09FB-4F53-BE37-41FE5BD88957}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5F87C357-09FB-4F53-BE37-41FE5BD88957}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5F87C357-09FB-4F53-BE37-41FE5BD88957}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5F87C357-09FB-4F53-BE37-41FE5BD88957}.Release|Any CPU.Build.0 = Release|Any CPU
{6109E322-4AC0-496C-89A2-012232A047E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6109E322-4AC0-496C-89A2-012232A047E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6109E322-4AC0-496C-89A2-012232A047E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6109E322-4AC0-496C-89A2-012232A047E3}.Release|Any CPU.Build.0 = Release|Any CPU
{9F40B7EA-5F38-402E-A918-2B05EBD52A82}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F40B7EA-5F38-402E-A918-2B05EBD52A82}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F40B7EA-5F38-402E-A918-2B05EBD52A82}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F40B7EA-5F38-402E-A918-2B05EBD52A82}.Release|Any CPU.Build.0 = Release|Any CPU
{F0D5D2BF-34AD-4FCE-A3C9-50206EBAA82C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F0D5D2BF-34AD-4FCE-A3C9-50206EBAA82C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F0D5D2BF-34AD-4FCE-A3C9-50206EBAA82C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F0D5D2BF-34AD-4FCE-A3C9-50206EBAA82C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = Migrant\Migrant.csproj
Policies = $0
$0.StandardHeader = $1
$1.Text = @*******************************************************************\n\n Copyright (c) 2012-2013, Antmicro Ltd\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n"Software"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n*******************************************************************
$1.IncludeInNewFiles = True
$0.DotNetNamingPolicy = $2
$2.DirectoryNamespaceAssociation = PrefixedHierarchical
$2.ResourceNamePolicy = FileName
$0.TextStylePolicy = $3
$3.FileWidth = 120
$3.NoTabsAfterNonTabs = True
$3.EolMarker = Unix
$3.inheritsSet = VisualStudio
$3.inheritsScope = text/plain
$3.scope = text/x-csharp
$0.CSharpFormattingPolicy = $4
$4.AnonymousMethodBraceStyle = NextLine
$4.PropertyBraceStyle = NextLine
$4.PropertyGetBraceStyle = NextLine
$4.PropertySetBraceStyle = NextLine
$4.EventBraceStyle = NextLine
$4.EventAddBraceStyle = NextLine
$4.StatementBraceStyle = NextLine
$4.ElseNewLinePlacement = NewLine
$4.CatchNewLinePlacement = NewLine
$4.FinallyNewLinePlacement = NewLine
$4.WhileNewLinePlacement = NewLine
$4.BeforeMethodDeclarationParentheses = False
$4.BeforeMethodCallParentheses = False
$4.BeforeConstructorDeclarationParentheses = False
$4.BeforeIndexerDeclarationBracket = False
$4.BeforeDelegateDeclarationParentheses = False
$4.AfterDelegateDeclarationParameterComma = True
$4.NewParentheses = False
$4.IfParentheses = False
$4.WhileParentheses = False
$4.ForParentheses = False
$4.ForeachParentheses = False
$4.CatchParentheses = False
$4.SwitchParentheses = False
$4.LockParentheses = False
$4.UsingParentheses = False
$4.SpacesBeforeBrackets = False
$4.inheritsSet = Mono
$4.inheritsScope = text/x-csharp
$4.scope = text/x-csharp
$0.TextStylePolicy = $5
$5.FileWidth = 120
$5.NoTabsAfterNonTabs = True
$5.EolMarker = Unix
$5.inheritsSet = VisualStudio
$5.inheritsScope = text/plain
$5.scope = text/plain
EndGlobalSection
EndGlobal