-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathTestScaningSystem.sln
More file actions
46 lines (46 loc) · 3.12 KB
/
TestScaningSystem.sln
File metadata and controls
46 lines (46 loc) · 3.12 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
44
45
46
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestScaningSystem.ApplicationLayer", "TestScaningSystem.ApplicationLayer\TestScaningSystem.ApplicationLayer.csproj", "{8E68E0E6-341E-4A8E-BABB-44E8CEAE01C3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestScaningSystem.BusinessLayer", "TestScaningSystem.BusinessLayer\TestScaningSystem.BusinessLayer.csproj", "{A5C8BBB2-F87C-4A39-9AA6-9F1034879ACA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestScaningSystem.DataAccess", "TestScaningSystem.DataAccess\TestScaningSystem.DataAccess.csproj", "{1AB55489-6425-4886-9969-29A6EFF7B9AE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestScaningSystem.PresentationLayer", "TestScaningSystem.PresentationLayer\TestScaningSystem.PresentationLayer.csproj", "{88CA095D-E01D-4FC4-9A92-583F098A1636}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QRCodeLib", "QRCodeLib\QRCodeLib.csproj", "{E98126B2-AF17-4783-96B9-856D6744DCA3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8E68E0E6-341E-4A8E-BABB-44E8CEAE01C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8E68E0E6-341E-4A8E-BABB-44E8CEAE01C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8E68E0E6-341E-4A8E-BABB-44E8CEAE01C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8E68E0E6-341E-4A8E-BABB-44E8CEAE01C3}.Release|Any CPU.Build.0 = Release|Any CPU
{A5C8BBB2-F87C-4A39-9AA6-9F1034879ACA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A5C8BBB2-F87C-4A39-9AA6-9F1034879ACA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A5C8BBB2-F87C-4A39-9AA6-9F1034879ACA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A5C8BBB2-F87C-4A39-9AA6-9F1034879ACA}.Release|Any CPU.Build.0 = Release|Any CPU
{1AB55489-6425-4886-9969-29A6EFF7B9AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1AB55489-6425-4886-9969-29A6EFF7B9AE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1AB55489-6425-4886-9969-29A6EFF7B9AE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1AB55489-6425-4886-9969-29A6EFF7B9AE}.Release|Any CPU.Build.0 = Release|Any CPU
{88CA095D-E01D-4FC4-9A92-583F098A1636}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{88CA095D-E01D-4FC4-9A92-583F098A1636}.Debug|Any CPU.Build.0 = Debug|Any CPU
{88CA095D-E01D-4FC4-9A92-583F098A1636}.Release|Any CPU.ActiveCfg = Release|Any CPU
{88CA095D-E01D-4FC4-9A92-583F098A1636}.Release|Any CPU.Build.0 = Release|Any CPU
{E98126B2-AF17-4783-96B9-856D6744DCA3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E98126B2-AF17-4783-96B9-856D6744DCA3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E98126B2-AF17-4783-96B9-856D6744DCA3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E98126B2-AF17-4783-96B9-856D6744DCA3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal