-
-
Notifications
You must be signed in to change notification settings - Fork 114
/
Copy pathHx711.sln
48 lines (48 loc) · 2.43 KB
/
Hx711.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 17
VisualStudioVersion = 17.2.32505.173
MinimumVisualStudioVersion = 15.0.26124.0
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "Hx711", "Hx711.nfproj", "{1810796B-68AC-4D09-ACC9-75389905ACC2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FB50DB77-2549-4EE8-8644-8F4F5F4C7E09}"
ProjectSection(SolutionItems) = preProject
category.txt = category.txt
Hx711.nuspec = Hx711.nuspec
README.md = README.md
version.json = version.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{26A1AF22-7CF7-41D3-8A1D-030AD0398F4F}"
EndProject
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "Hx711.Sample", "Hx711.Sample\Hx711.Sample.nfproj", "{3C3813F2-1F52-41A2-9D61-29DEC6FEA933}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1810796B-68AC-4D09-ACC9-75389905ACC2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1810796B-68AC-4D09-ACC9-75389905ACC2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1810796B-68AC-4D09-ACC9-75389905ACC2}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{1810796B-68AC-4D09-ACC9-75389905ACC2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1810796B-68AC-4D09-ACC9-75389905ACC2}.Release|Any CPU.Build.0 = Release|Any CPU
{1810796B-68AC-4D09-ACC9-75389905ACC2}.Release|Any CPU.Deploy.0 = Release|Any CPU
{3C3813F2-1F52-41A2-9D61-29DEC6FEA933}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3C3813F2-1F52-41A2-9D61-29DEC6FEA933}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3C3813F2-1F52-41A2-9D61-29DEC6FEA933}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{3C3813F2-1F52-41A2-9D61-29DEC6FEA933}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3C3813F2-1F52-41A2-9D61-29DEC6FEA933}.Release|Any CPU.Build.0 = Release|Any CPU
{3C3813F2-1F52-41A2-9D61-29DEC6FEA933}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{3C3813F2-1F52-41A2-9D61-29DEC6FEA933} = {26A1AF22-7CF7-41D3-8A1D-030AD0398F4F}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0BD3DAE2-ED8C-4EA7-8288-4AFBF6130392}
EndGlobalSection
EndGlobal