-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathTeslaAPI.sln
48 lines (47 loc) · 2.14 KB
/
TeslaAPI.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.808.4
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4EAE8DF7-2E28-49AE-A2C2-30088D54DF6D}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.README.md = .README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TeslaAPI", "src\TeslaAPI.csproj", "{AB55AA91-1D11-46F2-B178-D920A8DECE4C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "tests\Tests.csproj", "{E1044AA2-96B6-448E-B2BE-E3037E7BD3B4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AB55AA91-1D11-46F2-B178-D920A8DECE4C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AB55AA91-1D11-46F2-B178-D920A8DECE4C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AB55AA91-1D11-46F2-B178-D920A8DECE4C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AB55AA91-1D11-46F2-B178-D920A8DECE4C}.Release|Any CPU.Build.0 = Release|Any CPU
{E1044AA2-96B6-448E-B2BE-E3037E7BD3B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E1044AA2-96B6-448E-B2BE-E3037E7BD3B4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E1044AA2-96B6-448E-B2BE-E3037E7BD3B4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E1044AA2-96B6-448E-B2BE-E3037E7BD3B4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F2A99BDC-001E-42F9-B3E2-5076DFA06076}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.DotNetNamingPolicy = $1
$1.DirectoryNamespaceAssociation = PrefixedHierarchical
$0.TextStylePolicy = $2
$2.inheritsSet = null
$2.scope = text/x-csharp
$0.CSharpFormattingPolicy = $3
$3.scope = text/x-csharp
version = 1.1.1
EndGlobalSection
EndGlobal