-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathMeshtastic.sln
43 lines (43 loc) · 2.33 KB
/
Meshtastic.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.4.33122.133
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Meshtastic.Cli", "Meshtastic.Cli\Meshtastic.Cli.csproj", "{85FD146B-D0B7-456A-90CF-C84D6A5B8E67}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Meshtastic", "Meshtastic\Meshtastic.csproj", "{5A78C769-A243-469B-BC18-0E0A4E4F87D6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Meshtastic.Test", "Meshtastic.Test\Meshtastic.Test.csproj", "{E48770C0-4390-4B24-B9CB-610E5E7EC68A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{020BC5F0-48A6-4870-8220-5A4B7A016094}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Directory.Packages.props = Directory.Packages.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{85FD146B-D0B7-456A-90CF-C84D6A5B8E67}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{85FD146B-D0B7-456A-90CF-C84D6A5B8E67}.Debug|Any CPU.Build.0 = Debug|Any CPU
{85FD146B-D0B7-456A-90CF-C84D6A5B8E67}.Release|Any CPU.ActiveCfg = Release|Any CPU
{85FD146B-D0B7-456A-90CF-C84D6A5B8E67}.Release|Any CPU.Build.0 = Release|Any CPU
{5A78C769-A243-469B-BC18-0E0A4E4F87D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5A78C769-A243-469B-BC18-0E0A4E4F87D6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5A78C769-A243-469B-BC18-0E0A4E4F87D6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5A78C769-A243-469B-BC18-0E0A4E4F87D6}.Release|Any CPU.Build.0 = Release|Any CPU
{E48770C0-4390-4B24-B9CB-610E5E7EC68A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E48770C0-4390-4B24-B9CB-610E5E7EC68A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E48770C0-4390-4B24-B9CB-610E5E7EC68A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E48770C0-4390-4B24-B9CB-610E5E7EC68A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {76FD312D-9804-486E-891C-E6739BF9046A}
EndGlobalSection
EndGlobal