-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathElectricRaspberry.sln
More file actions
38 lines (38 loc) · 2.07 KB
/
ElectricRaspberry.sln
File metadata and controls
38 lines (38 loc) · 2.07 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{40724873-5A45-4A0E-AB7D-B4DCCA3AE32A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ElectricRaspberry", "src\ElectricRaspberry\ElectricRaspberry.csproj", "{B9D99B89-7DFA-4953-A0C5-9E7795357CED}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{09A23E3B-EA80-472E-AE08-B22DA02F4C9A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ElectricRaspberry.Tests", "test\ElectricRaspberry.Tests\ElectricRaspberry.Tests.csproj", "{B4631631-C90C-4A4E-A2A9-65E82D77E1F5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B9D99B89-7DFA-4953-A0C5-9E7795357CED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B9D99B89-7DFA-4953-A0C5-9E7795357CED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B9D99B89-7DFA-4953-A0C5-9E7795357CED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B9D99B89-7DFA-4953-A0C5-9E7795357CED}.Release|Any CPU.Build.0 = Release|Any CPU
{B4631631-C90C-4A4E-A2A9-65E82D77E1F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B4631631-C90C-4A4E-A2A9-65E82D77E1F5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B4631631-C90C-4A4E-A2A9-65E82D77E1F5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B4631631-C90C-4A4E-A2A9-65E82D77E1F5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B9D99B89-7DFA-4953-A0C5-9E7795357CED} = {40724873-5A45-4A0E-AB7D-B4DCCA3AE32A}
{B4631631-C90C-4A4E-A2A9-65E82D77E1F5} = {09A23E3B-EA80-472E-AE08-B22DA02F4C9A}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F6CEEE71-A3D0-4EAB-B723-22C26DACBCE0}
EndGlobalSection
EndGlobal