-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpcsc-nfc.sln
43 lines (43 loc) · 2.53 KB
/
pcsc-nfc.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "pcsc-nfc", "src\pcsc-nfc\pcsc-nfc.csproj", "{A376A490-09AE-45D4-ABDB-632306728D38}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "read-nfc-tag", "examples\read-nfc-tag\read-nfc-tag.csproj", "{F162DE95-2407-423F-B7FE-66B156E1C401}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "watch-for-tags", "examples\watch-for-tags\watch-for-tags.csproj", "{9EAA92CA-E0DA-4882-99F1-60039F65898E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "write-nfc-tag", "write-nfc-tag\write-nfc-tag.csproj", "{F30383FC-C44D-495D-8F1F-0897AFCCD6B6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A376A490-09AE-45D4-ABDB-632306728D38}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A376A490-09AE-45D4-ABDB-632306728D38}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A376A490-09AE-45D4-ABDB-632306728D38}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A376A490-09AE-45D4-ABDB-632306728D38}.Release|Any CPU.Build.0 = Release|Any CPU
{F162DE95-2407-423F-B7FE-66B156E1C401}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F162DE95-2407-423F-B7FE-66B156E1C401}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F162DE95-2407-423F-B7FE-66B156E1C401}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F162DE95-2407-423F-B7FE-66B156E1C401}.Release|Any CPU.Build.0 = Release|Any CPU
{9EAA92CA-E0DA-4882-99F1-60039F65898E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9EAA92CA-E0DA-4882-99F1-60039F65898E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9EAA92CA-E0DA-4882-99F1-60039F65898E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9EAA92CA-E0DA-4882-99F1-60039F65898E}.Release|Any CPU.Build.0 = Release|Any CPU
{F30383FC-C44D-495D-8F1F-0897AFCCD6B6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F30383FC-C44D-495D-8F1F-0897AFCCD6B6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F30383FC-C44D-495D-8F1F-0897AFCCD6B6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F30383FC-C44D-495D-8F1F-0897AFCCD6B6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8A26CB7F-BA9F-4276-AEA0-E04CA8B86659}
EndGlobalSection
EndGlobal