-
Notifications
You must be signed in to change notification settings - Fork 2
/
Krofiler.Windows.sln
77 lines (77 loc) · 4.19 KB
/
Krofiler.Windows.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29827.131
MinimumVisualStudioVersion = 10.0.40219.1
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Krofiler", "Krofiler\Krofiler.shproj", "{4B8E6222-A207-44B9-A240-ECDEC3C8A6F3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Prototype", "Prototype\Prototype.csproj", "{381967B1-F533-41A1-97E9-E177398622FA}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Krofiler.UI", "Krofiler.UI\Krofiler.UI.shproj", "{3042A285-9A55-42F5-A665-9243BDDACCA8}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Mono.Profiler.Log", "Mono.Profiler.Log\Mono.Profiler.Log.shproj", "{3284B528-D279-4514-83A3-9A1869C684DC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Krofiler.Wpf", "Krofiler.Wpf\Krofiler.Wpf.csproj", "{D391AF32-87AB-40CD-8318-A93A123F009B}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
Krofiler.UI\Krofiler.UI.projitems*{3042a285-9a55-42f5-a665-9243bddacca8}*SharedItemsImports = 13
Mono.Profiler.Log\Mono.Profiler.Log.projitems*{3284b528-d279-4514-83a3-9a1869c684dc}*SharedItemsImports = 13
Krofiler\Krofiler.projitems*{381967b1-f533-41a1-97e9-e177398622fa}*SharedItemsImports = 4
Mono.Profiler.Log\Mono.Profiler.Log.projitems*{381967b1-f533-41a1-97e9-e177398622fa}*SharedItemsImports = 4
Krofiler\Krofiler.projitems*{4b8e6222-a207-44b9-a240-ecdec3c8a6f3}*SharedItemsImports = 13
Krofiler.UI\Krofiler.UI.projitems*{d391af32-87ab-40cd-8318-a93a123f009b}*SharedItemsImports = 4
Krofiler\Krofiler.projitems*{d391af32-87ab-40cd-8318-a93a123f009b}*SharedItemsImports = 4
Mono.Profiler.Log\Mono.Profiler.Log.projitems*{d391af32-87ab-40cd-8318-a93a123f009b}*SharedItemsImports = 4
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{381967B1-F533-41A1-97E9-E177398622FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{381967B1-F533-41A1-97E9-E177398622FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{381967B1-F533-41A1-97E9-E177398622FA}.Debug|x86.ActiveCfg = Debug|Any CPU
{381967B1-F533-41A1-97E9-E177398622FA}.Debug|x86.Build.0 = Debug|Any CPU
{381967B1-F533-41A1-97E9-E177398622FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{381967B1-F533-41A1-97E9-E177398622FA}.Release|Any CPU.Build.0 = Release|Any CPU
{381967B1-F533-41A1-97E9-E177398622FA}.Release|x86.ActiveCfg = Release|Any CPU
{381967B1-F533-41A1-97E9-E177398622FA}.Release|x86.Build.0 = Release|Any CPU
{D391AF32-87AB-40CD-8318-A93A123F009B}.Debug|Any CPU.ActiveCfg = Debug|x86
{D391AF32-87AB-40CD-8318-A93A123F009B}.Debug|Any CPU.Build.0 = Debug|x86
{D391AF32-87AB-40CD-8318-A93A123F009B}.Debug|x86.ActiveCfg = Debug|x86
{D391AF32-87AB-40CD-8318-A93A123F009B}.Debug|x86.Build.0 = Debug|x86
{D391AF32-87AB-40CD-8318-A93A123F009B}.Release|Any CPU.ActiveCfg = Release|x86
{D391AF32-87AB-40CD-8318-A93A123F009B}.Release|x86.ActiveCfg = Release|x86
{D391AF32-87AB-40CD-8318-A93A123F009B}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {055A15C4-7471-4C0A-9D83-ADD45DB13E47}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.TextStylePolicy = $1
$1.EolMarker = Unix
$1.scope = text/x-csharp
$0.CSharpFormattingPolicy = $2
$2.scope = text/x-csharp
$2.NewLinesForBracesInProperties = False
$2.NewLinesForBracesInAccessors = False
$2.NewLinesForBracesInAnonymousMethods = False
$2.NewLinesForBracesInControlBlocks = False
$2.NewLinesForBracesInAnonymousTypes = False
$2.NewLinesForBracesInObjectCollectionArrayInitializers = False
$2.NewLinesForBracesInLambdaExpressionBody = False
$2.NewLineForElse = False
$2.NewLineForCatch = False
$2.NewLineForFinally = False
$2.NewLineForMembersInObjectInit = False
$2.NewLineForMembersInAnonymousTypes = False
$2.NewLineForClausesInQuery = False
EndGlobalSection
EndGlobal