-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathAttnSoft.BarcodeHook.sln
More file actions
43 lines (43 loc) · 2.47 KB
/
AttnSoft.BarcodeHook.sln
File metadata and controls
43 lines (43 loc) · 2.47 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
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.14.36310.24
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AttnSoft.BarcodeHook", "BarcodeHook\AttnSoft.BarcodeHook.csproj", "{2D27C174-B110-4159-8A90-2CE1F7F0CC2C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test", "Test\Test.csproj", "{481310A5-C8B6-4D52-B8CD-61539F50E9A9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UsbTest", "UsbTest\UsbTest.csproj", "{43D4D4CB-9219-48D5-9F7F-F0D9D5B37DFE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AvaDemo", "AvaDemo\AvaDemo.csproj", "{94A859AE-59E4-7EE9-BBE0-8F9B6DA75C1D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2D27C174-B110-4159-8A90-2CE1F7F0CC2C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2D27C174-B110-4159-8A90-2CE1F7F0CC2C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2D27C174-B110-4159-8A90-2CE1F7F0CC2C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2D27C174-B110-4159-8A90-2CE1F7F0CC2C}.Release|Any CPU.Build.0 = Release|Any CPU
{481310A5-C8B6-4D52-B8CD-61539F50E9A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{481310A5-C8B6-4D52-B8CD-61539F50E9A9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{481310A5-C8B6-4D52-B8CD-61539F50E9A9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{481310A5-C8B6-4D52-B8CD-61539F50E9A9}.Release|Any CPU.Build.0 = Release|Any CPU
{43D4D4CB-9219-48D5-9F7F-F0D9D5B37DFE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{43D4D4CB-9219-48D5-9F7F-F0D9D5B37DFE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{43D4D4CB-9219-48D5-9F7F-F0D9D5B37DFE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{43D4D4CB-9219-48D5-9F7F-F0D9D5B37DFE}.Release|Any CPU.Build.0 = Release|Any CPU
{94A859AE-59E4-7EE9-BBE0-8F9B6DA75C1D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{94A859AE-59E4-7EE9-BBE0-8F9B6DA75C1D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{94A859AE-59E4-7EE9-BBE0-8F9B6DA75C1D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{94A859AE-59E4-7EE9-BBE0-8F9B6DA75C1D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4985C83C-BC16-4415-8B37-3A5B0509C065}
EndGlobalSection
EndGlobal