-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlulzbot.sln
More file actions
74 lines (74 loc) · 3.45 KB
/
lulzbot.sln
File metadata and controls
74 lines (74 loc) · 3.45 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "lulzbot", "lulzbot\lulzbot.csproj", "{51FF4976-1A49-4ADA-AF66-9C7919E3EE5C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LogViewer", "LogViewer\LogViewer.csproj", "{2B4E7663-0BF8-4FDC-A93B-5499CD31AA18}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{51FF4976-1A49-4ADA-AF66-9C7919E3EE5C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{51FF4976-1A49-4ADA-AF66-9C7919E3EE5C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{51FF4976-1A49-4ADA-AF66-9C7919E3EE5C}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{51FF4976-1A49-4ADA-AF66-9C7919E3EE5C}.Debug|Mixed Platforms.Build.0 = Debug|x86
{51FF4976-1A49-4ADA-AF66-9C7919E3EE5C}.Debug|x86.ActiveCfg = Debug|x86
{51FF4976-1A49-4ADA-AF66-9C7919E3EE5C}.Debug|x86.Build.0 = Debug|x86
{51FF4976-1A49-4ADA-AF66-9C7919E3EE5C}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{51FF4976-1A49-4ADA-AF66-9C7919E3EE5C}.Release|Any CPU.Build.0 = Debug|Any CPU
{51FF4976-1A49-4ADA-AF66-9C7919E3EE5C}.Release|Mixed Platforms.ActiveCfg = Release|x86
{51FF4976-1A49-4ADA-AF66-9C7919E3EE5C}.Release|Mixed Platforms.Build.0 = Release|x86
{51FF4976-1A49-4ADA-AF66-9C7919E3EE5C}.Release|x86.ActiveCfg = Release|x86
{51FF4976-1A49-4ADA-AF66-9C7919E3EE5C}.Release|x86.Build.0 = Release|x86
{2B4E7663-0BF8-4FDC-A93B-5499CD31AA18}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B4E7663-0BF8-4FDC-A93B-5499CD31AA18}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B4E7663-0BF8-4FDC-A93B-5499CD31AA18}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{2B4E7663-0BF8-4FDC-A93B-5499CD31AA18}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{2B4E7663-0BF8-4FDC-A93B-5499CD31AA18}.Debug|x86.ActiveCfg = Debug|Any CPU
{2B4E7663-0BF8-4FDC-A93B-5499CD31AA18}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B4E7663-0BF8-4FDC-A93B-5499CD31AA18}.Release|Any CPU.Build.0 = Release|Any CPU
{2B4E7663-0BF8-4FDC-A93B-5499CD31AA18}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{2B4E7663-0BF8-4FDC-A93B-5499CD31AA18}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{2B4E7663-0BF8-4FDC-A93B-5499CD31AA18}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = lulzbot\lulzbot.csproj
Policies = $0
$0.TextStylePolicy = $6
$1.inheritsSet = null
$1.scope = text/x-csharp
$0.CSharpFormattingPolicy = $2
$2.IndentSwitchBody = True
$2.inheritsSet = Mono
$2.inheritsScope = text/x-csharp
$2.scope = text/x-csharp
$3.FileWidth = 120
$3.EolMarker = Windows
$3.inheritsSet = VisualStudio
$3.inheritsScope = text/plain
$3.scope = text/plain
$4.inheritsSet = null
$4.scope = text/microsoft-resx
$0.XmlFormattingPolicy = $7
$5.inheritsSet = null
$5.scope = text/microsoft-resx
$6.inheritsSet = null
$6.scope = application/xml
$7.inheritsSet = Mono
$7.inheritsScope = application/xml
$7.scope = application/xml
EndGlobalSection
EndGlobal