forked from tektronix/Programmatic-Control-Examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTekVISAExamples.sln
More file actions
40 lines (40 loc) · 2.5 KB
/
TekVISAExamples.sln
File metadata and controls
40 lines (40 loc) · 2.5 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TekVISASocketExample", "TekVISASocketExample\TekVISASocketExample.csproj", "{CE854A27-52BE-4F3F-9465-B6359F7A4D20}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TekVISANetExample", "TekVISANetExample\TekVISANetExample.csproj", "{D4919D3F-CF85-42B9-87CA-7F0060C9B02A}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "VbTekVISASocketExample", "VbTekVISASocketExample\VbTekVISASocketExample.vbproj", "{A66B8BB6-B5B2-4FDF-8DC4-9027D70510A2}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "VbTekVISANetExample", "VbTekVISANetExample\VbTekVISANetExample.vbproj", "{CDC2269A-5ECB-4A24-AE88-F62D0C77BF5C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CE854A27-52BE-4F3F-9465-B6359F7A4D20}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CE854A27-52BE-4F3F-9465-B6359F7A4D20}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CE854A27-52BE-4F3F-9465-B6359F7A4D20}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CE854A27-52BE-4F3F-9465-B6359F7A4D20}.Release|Any CPU.Build.0 = Release|Any CPU
{D4919D3F-CF85-42B9-87CA-7F0060C9B02A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D4919D3F-CF85-42B9-87CA-7F0060C9B02A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D4919D3F-CF85-42B9-87CA-7F0060C9B02A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D4919D3F-CF85-42B9-87CA-7F0060C9B02A}.Release|Any CPU.Build.0 = Release|Any CPU
{A66B8BB6-B5B2-4FDF-8DC4-9027D70510A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A66B8BB6-B5B2-4FDF-8DC4-9027D70510A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A66B8BB6-B5B2-4FDF-8DC4-9027D70510A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A66B8BB6-B5B2-4FDF-8DC4-9027D70510A2}.Release|Any CPU.Build.0 = Release|Any CPU
{CDC2269A-5ECB-4A24-AE88-F62D0C77BF5C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CDC2269A-5ECB-4A24-AE88-F62D0C77BF5C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CDC2269A-5ECB-4A24-AE88-F62D0C77BF5C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CDC2269A-5ECB-4A24-AE88-F62D0C77BF5C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal