-
Notifications
You must be signed in to change notification settings - Fork 9
/
tesla-net.sln
39 lines (39 loc) · 2.02 KB
/
tesla-net.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{FCF27571-1616-458D-A813-EED8BDA3BA26}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{FA538EDD-4092-4A5A-9E4D-F48A624045CA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tesla.NET", "src\Tesla.NET\Tesla.NET.csproj", "{00F4979E-7B29-4664-B40B-70C5F088A7AD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tesla.NET.Tests", "test\Tesla.NET.Tests\Tesla.NET.Tests.csproj", "{0AA89B3B-FE26-41C4-B844-CC4CD3C0F922}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{00F4979E-7B29-4664-B40B-70C5F088A7AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{00F4979E-7B29-4664-B40B-70C5F088A7AD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{00F4979E-7B29-4664-B40B-70C5F088A7AD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{00F4979E-7B29-4664-B40B-70C5F088A7AD}.Release|Any CPU.Build.0 = Release|Any CPU
{0AA89B3B-FE26-41C4-B844-CC4CD3C0F922}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0AA89B3B-FE26-41C4-B844-CC4CD3C0F922}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0AA89B3B-FE26-41C4-B844-CC4CD3C0F922}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0AA89B3B-FE26-41C4-B844-CC4CD3C0F922}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{00F4979E-7B29-4664-B40B-70C5F088A7AD} = {FCF27571-1616-458D-A813-EED8BDA3BA26}
{0AA89B3B-FE26-41C4-B844-CC4CD3C0F922} = {FA538EDD-4092-4A5A-9E4D-F48A624045CA}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {03D40007-8CA8-468B-A7D0-53F4AF66A8DC}
EndGlobalSection
EndGlobal