-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRaspberryPiDotnetRepository.sln
43 lines (43 loc) · 2.61 KB
/
RaspberryPiDotnetRepository.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34701.34
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RaspberryPiDotnetRepository", "RaspberryPiDotnetRepository\RaspberryPiDotnetRepository.csproj", "{98EDDE03-0132-448B-8F2B-3F313DE95B11}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HelloWorldRuntime", "HelloWorldRuntime\HelloWorldRuntime.csproj", "{A32FB2F2-CF30-4EDE-A9FA-781C10CCA3F4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HelloWorldAspNetCore", "HelloWorldAspNetCore\HelloWorldAspNetCore.csproj", "{D6B3D5B6-AE5D-4473-8FB7-391714CB3A57}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Tests\Tests.csproj", "{12A8DD6B-D11E-4E0B-B232-0512F29AEE8E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{98EDDE03-0132-448B-8F2B-3F313DE95B11}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{98EDDE03-0132-448B-8F2B-3F313DE95B11}.Debug|Any CPU.Build.0 = Debug|Any CPU
{98EDDE03-0132-448B-8F2B-3F313DE95B11}.Release|Any CPU.ActiveCfg = Release|Any CPU
{98EDDE03-0132-448B-8F2B-3F313DE95B11}.Release|Any CPU.Build.0 = Release|Any CPU
{A32FB2F2-CF30-4EDE-A9FA-781C10CCA3F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A32FB2F2-CF30-4EDE-A9FA-781C10CCA3F4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A32FB2F2-CF30-4EDE-A9FA-781C10CCA3F4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A32FB2F2-CF30-4EDE-A9FA-781C10CCA3F4}.Release|Any CPU.Build.0 = Release|Any CPU
{D6B3D5B6-AE5D-4473-8FB7-391714CB3A57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D6B3D5B6-AE5D-4473-8FB7-391714CB3A57}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D6B3D5B6-AE5D-4473-8FB7-391714CB3A57}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D6B3D5B6-AE5D-4473-8FB7-391714CB3A57}.Release|Any CPU.Build.0 = Release|Any CPU
{12A8DD6B-D11E-4E0B-B232-0512F29AEE8E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{12A8DD6B-D11E-4E0B-B232-0512F29AEE8E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{12A8DD6B-D11E-4E0B-B232-0512F29AEE8E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{12A8DD6B-D11E-4E0B-B232-0512F29AEE8E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A5354FBA-6954-4C11-BEC7-26524AC5E942}
EndGlobalSection
EndGlobal