forked from zjonas/zvtlib
-
Notifications
You must be signed in to change notification settings - Fork 5
/
ZvtLib.sln
46 lines (46 loc) · 2.76 KB
/
ZvtLib.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29709.97
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CardTerminalLibrary", "CardTerminalLibrary\CardTerminalLibrary.csproj", "{9E899822-A4D4-47D4-9DAA-9E8279F2201E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CardTerminals.Tests", "CardTerminals.Tests\CardTerminals.Tests.csproj", "{2DF3420F-F597-4B98-AA20-3A0FC81F51D0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ZvtEcrInterface", "ZvtEcrInterface\ZvtEcrInterface.csproj", "{DEF915FC-8CAC-4910-A1B9-9F4A675F3D71}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ZvtEcrInterfaceTester", "ZvtEcrInterfaceTester\ZvtEcrInterfaceTester.csproj", "{AB85F619-A828-47EE-9DC4-2A937AE01003}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9E899822-A4D4-47D4-9DAA-9E8279F2201E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9E899822-A4D4-47D4-9DAA-9E8279F2201E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9E899822-A4D4-47D4-9DAA-9E8279F2201E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9E899822-A4D4-47D4-9DAA-9E8279F2201E}.Release|Any CPU.Build.0 = Release|Any CPU
{2DF3420F-F597-4B98-AA20-3A0FC81F51D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2DF3420F-F597-4B98-AA20-3A0FC81F51D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2DF3420F-F597-4B98-AA20-3A0FC81F51D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2DF3420F-F597-4B98-AA20-3A0FC81F51D0}.Release|Any CPU.Build.0 = Release|Any CPU
{DEF915FC-8CAC-4910-A1B9-9F4A675F3D71}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DEF915FC-8CAC-4910-A1B9-9F4A675F3D71}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DEF915FC-8CAC-4910-A1B9-9F4A675F3D71}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DEF915FC-8CAC-4910-A1B9-9F4A675F3D71}.Release|Any CPU.Build.0 = Release|Any CPU
{AB85F619-A828-47EE-9DC4-2A937AE01003}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AB85F619-A828-47EE-9DC4-2A937AE01003}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AB85F619-A828-47EE-9DC4-2A937AE01003}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AB85F619-A828-47EE-9DC4-2A937AE01003}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CB182E23-9403-4CFD-99BD-C1706E6CF30E}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = CardTerminals.Tests\CardTerminals.Tests.csproj
EndGlobalSection
EndGlobal