forked from morrisonbrett/teslalib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTeslaLib.sln
93 lines (93 loc) · 6.1 KB
/
TeslaLib.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TeslaLib", "TeslaLib\TeslaLib.csproj", "{C8A33D14-7634-4AE2-A849-AC7308E4B137}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FieldAnalyzer", "FieldAnalyzer\FieldAnalyzer.csproj", "{2E39E8BF-5EE2-449E-BF95-22625FBFD86D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TeslaLib.Test", "TeslaLib.Test\TeslaLib.Test.csproj", "{4C1121EA-D4E2-431B-A97D-FE7F1E6D34DF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TeslaManager", "TeslaManager\TeslaManager.csproj", "{8CF77EB6-3593-4010-B4A5-8E33B144B2A4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TeslaConsole", "TeslaConsole\TeslaConsole.csproj", "{E13E5860-B0B5-4218-B22E-E8ED6FA19736}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{47B43B52-E49F-4766-804B-21C553930D2B}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "notes", "notes", "{D60D1538-BA97-4D25-ADB1-92475352A974}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
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
{C8A33D14-7634-4AE2-A849-AC7308E4B137}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C8A33D14-7634-4AE2-A849-AC7308E4B137}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C8A33D14-7634-4AE2-A849-AC7308E4B137}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{C8A33D14-7634-4AE2-A849-AC7308E4B137}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{C8A33D14-7634-4AE2-A849-AC7308E4B137}.Debug|x86.ActiveCfg = Debug|Any CPU
{C8A33D14-7634-4AE2-A849-AC7308E4B137}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C8A33D14-7634-4AE2-A849-AC7308E4B137}.Release|Any CPU.Build.0 = Release|Any CPU
{C8A33D14-7634-4AE2-A849-AC7308E4B137}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{C8A33D14-7634-4AE2-A849-AC7308E4B137}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{C8A33D14-7634-4AE2-A849-AC7308E4B137}.Release|x86.ActiveCfg = Release|Any CPU
{2E39E8BF-5EE2-449E-BF95-22625FBFD86D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2E39E8BF-5EE2-449E-BF95-22625FBFD86D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2E39E8BF-5EE2-449E-BF95-22625FBFD86D}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{2E39E8BF-5EE2-449E-BF95-22625FBFD86D}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{2E39E8BF-5EE2-449E-BF95-22625FBFD86D}.Debug|x86.ActiveCfg = Debug|Any CPU
{2E39E8BF-5EE2-449E-BF95-22625FBFD86D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2E39E8BF-5EE2-449E-BF95-22625FBFD86D}.Release|Any CPU.Build.0 = Release|Any CPU
{2E39E8BF-5EE2-449E-BF95-22625FBFD86D}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{2E39E8BF-5EE2-449E-BF95-22625FBFD86D}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{2E39E8BF-5EE2-449E-BF95-22625FBFD86D}.Release|x86.ActiveCfg = Release|Any CPU
{4C1121EA-D4E2-431B-A97D-FE7F1E6D34DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4C1121EA-D4E2-431B-A97D-FE7F1E6D34DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4C1121EA-D4E2-431B-A97D-FE7F1E6D34DF}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{4C1121EA-D4E2-431B-A97D-FE7F1E6D34DF}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{4C1121EA-D4E2-431B-A97D-FE7F1E6D34DF}.Debug|x86.ActiveCfg = Debug|Any CPU
{4C1121EA-D4E2-431B-A97D-FE7F1E6D34DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4C1121EA-D4E2-431B-A97D-FE7F1E6D34DF}.Release|Any CPU.Build.0 = Release|Any CPU
{4C1121EA-D4E2-431B-A97D-FE7F1E6D34DF}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{4C1121EA-D4E2-431B-A97D-FE7F1E6D34DF}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{4C1121EA-D4E2-431B-A97D-FE7F1E6D34DF}.Release|x86.ActiveCfg = Release|Any CPU
{8CF77EB6-3593-4010-B4A5-8E33B144B2A4}.Debug|Any CPU.ActiveCfg = Debug|x86
{8CF77EB6-3593-4010-B4A5-8E33B144B2A4}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{8CF77EB6-3593-4010-B4A5-8E33B144B2A4}.Debug|Mixed Platforms.Build.0 = Debug|x86
{8CF77EB6-3593-4010-B4A5-8E33B144B2A4}.Debug|x86.ActiveCfg = Debug|x86
{8CF77EB6-3593-4010-B4A5-8E33B144B2A4}.Debug|x86.Build.0 = Debug|x86
{8CF77EB6-3593-4010-B4A5-8E33B144B2A4}.Release|Any CPU.ActiveCfg = Release|x86
{8CF77EB6-3593-4010-B4A5-8E33B144B2A4}.Release|Mixed Platforms.ActiveCfg = Release|x86
{8CF77EB6-3593-4010-B4A5-8E33B144B2A4}.Release|Mixed Platforms.Build.0 = Release|x86
{8CF77EB6-3593-4010-B4A5-8E33B144B2A4}.Release|x86.ActiveCfg = Release|x86
{8CF77EB6-3593-4010-B4A5-8E33B144B2A4}.Release|x86.Build.0 = Release|x86
{E13E5860-B0B5-4218-B22E-E8ED6FA19736}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E13E5860-B0B5-4218-B22E-E8ED6FA19736}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E13E5860-B0B5-4218-B22E-E8ED6FA19736}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{E13E5860-B0B5-4218-B22E-E8ED6FA19736}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{E13E5860-B0B5-4218-B22E-E8ED6FA19736}.Debug|x86.ActiveCfg = Debug|Any CPU
{E13E5860-B0B5-4218-B22E-E8ED6FA19736}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E13E5860-B0B5-4218-B22E-E8ED6FA19736}.Release|Any CPU.Build.0 = Release|Any CPU
{E13E5860-B0B5-4218-B22E-E8ED6FA19736}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{E13E5860-B0B5-4218-B22E-E8ED6FA19736}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{E13E5860-B0B5-4218-B22E-E8ED6FA19736}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
VisualSVNWorkingCopyRoot = .
EndGlobalSection
EndGlobal