-
Notifications
You must be signed in to change notification settings - Fork 2
/
Cfa533Rs232.sln
45 lines (45 loc) · 2.39 KB
/
Cfa533Rs232.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cfa533Rs232Driver", "Cfa533Rs232Driver\Cfa533Rs232Driver.csproj", "{D4265574-93AF-4C7A-B6C9-83C1A6B3C245}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cfa533Rs232Tool", "Cfa533Rs232Tool\Cfa533Rs232Tool.csproj", "{655A95BC-E1BD-46B0-AE02-79518F2DEDC2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cfa533Rs232Demo", "Cfa533Rs232Demo\Cfa533Rs232Demo.csproj", "{144CED77-D7C7-4884-BF73-6FE93AE83C2F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2BDC3F2A-F5C9-4E01-A514-7B7CEB4C4EC0}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
Cfa533Rs232.ico = Cfa533Rs232.ico
Cfa533Rs232.png = Cfa533Rs232.png
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D4265574-93AF-4C7A-B6C9-83C1A6B3C245}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D4265574-93AF-4C7A-B6C9-83C1A6B3C245}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D4265574-93AF-4C7A-B6C9-83C1A6B3C245}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D4265574-93AF-4C7A-B6C9-83C1A6B3C245}.Release|Any CPU.Build.0 = Release|Any CPU
{655A95BC-E1BD-46B0-AE02-79518F2DEDC2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{655A95BC-E1BD-46B0-AE02-79518F2DEDC2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{655A95BC-E1BD-46B0-AE02-79518F2DEDC2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{655A95BC-E1BD-46B0-AE02-79518F2DEDC2}.Release|Any CPU.Build.0 = Release|Any CPU
{144CED77-D7C7-4884-BF73-6FE93AE83C2F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{144CED77-D7C7-4884-BF73-6FE93AE83C2F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{144CED77-D7C7-4884-BF73-6FE93AE83C2F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{144CED77-D7C7-4884-BF73-6FE93AE83C2F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7DD04745-9BAD-4BEF-80A4-CDB98100C85D}
EndGlobalSection
EndGlobal