-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDeviceLib.WFWattch2.sln
61 lines (61 loc) · 3.27 KB
/
DeviceLib.WFWattch2.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
49
50
51
52
53
54
55
56
57
58
59
60
61
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35312.102
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{306388C3-393A-4319-B154-2D35F36737B7}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
Analyzers.ruleset = Analyzers.ruleset
DeviceLib.WFWattch2.sln.DotSettings = DeviceLib.WFWattch2.sln.DotSettings
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DeviceLib.WFWattch2", "DeviceLib.WFWattch2\DeviceLib.WFWattch2.csproj", "{F7B64C26-F75D-45A1-B4F9-DD310CA46919}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Library", "Library", "{DD613962-E633-4CBF-92CC-FD221C7254CC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Example", "Example", "{088918BF-277A-4F0C-9CDE-5C44B418CBB9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Example", "Example\Example.csproj", "{2104FEBD-6A8D-4A01-9DA8-B40AF0FACB9B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DeviceTool.WFWattch2", "DeviceTool.WFWattch2\DeviceTool.WFWattch2.csproj", "{D11196C9-D0BC-4F82-BCD3-99E46E2A0E2D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tool", "Tool", "{6FF06540-9AA2-4C64-8F27-259A62D5B77E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F7B64C26-F75D-45A1-B4F9-DD310CA46919}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F7B64C26-F75D-45A1-B4F9-DD310CA46919}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F7B64C26-F75D-45A1-B4F9-DD310CA46919}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F7B64C26-F75D-45A1-B4F9-DD310CA46919}.Release|Any CPU.Build.0 = Release|Any CPU
{2104FEBD-6A8D-4A01-9DA8-B40AF0FACB9B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2104FEBD-6A8D-4A01-9DA8-B40AF0FACB9B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2104FEBD-6A8D-4A01-9DA8-B40AF0FACB9B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2104FEBD-6A8D-4A01-9DA8-B40AF0FACB9B}.Release|Any CPU.Build.0 = Release|Any CPU
{D11196C9-D0BC-4F82-BCD3-99E46E2A0E2D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D11196C9-D0BC-4F82-BCD3-99E46E2A0E2D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D11196C9-D0BC-4F82-BCD3-99E46E2A0E2D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D11196C9-D0BC-4F82-BCD3-99E46E2A0E2D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F7B64C26-F75D-45A1-B4F9-DD310CA46919} = {DD613962-E633-4CBF-92CC-FD221C7254CC}
{2104FEBD-6A8D-4A01-9DA8-B40AF0FACB9B} = {088918BF-277A-4F0C-9CDE-5C44B418CBB9}
{D11196C9-D0BC-4F82-BCD3-99E46E2A0E2D} = {6FF06540-9AA2-4C64-8F27-259A62D5B77E}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {23CB8B3A-BA00-41DB-B5F8-BCB599F1AB07}
EndGlobalSection
EndGlobal