-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathQrSharp.sln
42 lines (42 loc) · 2.26 KB
/
QrSharp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33815.320
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "QrSharp", "QrSharp\QrSharp.csproj", "{DE1E2C57-AA6B-49F0-B0A2-94A164CAF3B3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "QrSharpTest", "QrSharpTest\QrSharpTest.csproj", "{0F796D1F-BE0D-4FD1-915C-5EC749BFA718}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CCAF77E8-B134-422D-9F9C-35440149020C}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QrSharpBenchmark", "QrSharpBenchmark\QrSharpBenchmark.csproj", "{172B7606-E01D-4329-B0CC-AF1E45E048DC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DE1E2C57-AA6B-49F0-B0A2-94A164CAF3B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DE1E2C57-AA6B-49F0-B0A2-94A164CAF3B3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DE1E2C57-AA6B-49F0-B0A2-94A164CAF3B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DE1E2C57-AA6B-49F0-B0A2-94A164CAF3B3}.Release|Any CPU.Build.0 = Release|Any CPU
{0F796D1F-BE0D-4FD1-915C-5EC749BFA718}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0F796D1F-BE0D-4FD1-915C-5EC749BFA718}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0F796D1F-BE0D-4FD1-915C-5EC749BFA718}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0F796D1F-BE0D-4FD1-915C-5EC749BFA718}.Release|Any CPU.Build.0 = Release|Any CPU
{172B7606-E01D-4329-B0CC-AF1E45E048DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{172B7606-E01D-4329-B0CC-AF1E45E048DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{172B7606-E01D-4329-B0CC-AF1E45E048DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{172B7606-E01D-4329-B0CC-AF1E45E048DC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3C91A24A-DA4B-4E93-A744-488F74932C87}
EndGlobalSection
EndGlobal