forked from codebude/QRCoder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
QRCoderPackageBuild.sln
34 lines (34 loc) · 1.9 KB
/
QRCoderPackageBuild.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QRCoder", "QRCoder\QRCoder.csproj", "{AECE5DF3-C379-46CA-BB7D-7BDBE59011FD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QRCoder.NET40", "QRCoder\QRCoder.NET40.csproj", "{A68DD9CA-828E-4908-8352-0A2B53621F37}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QRCoderProject.Portable", "QRCoder\QRCoderProject.Portable.csproj", "{B2709734-9F32-4750-9CEC-10C5915B23FB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AECE5DF3-C379-46CA-BB7D-7BDBE59011FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AECE5DF3-C379-46CA-BB7D-7BDBE59011FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AECE5DF3-C379-46CA-BB7D-7BDBE59011FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AECE5DF3-C379-46CA-BB7D-7BDBE59011FD}.Release|Any CPU.Build.0 = Release|Any CPU
{A68DD9CA-828E-4908-8352-0A2B53621F37}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A68DD9CA-828E-4908-8352-0A2B53621F37}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A68DD9CA-828E-4908-8352-0A2B53621F37}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A68DD9CA-828E-4908-8352-0A2B53621F37}.Release|Any CPU.Build.0 = Release|Any CPU
{B2709734-9F32-4750-9CEC-10C5915B23FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B2709734-9F32-4750-9CEC-10C5915B23FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B2709734-9F32-4750-9CEC-10C5915B23FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B2709734-9F32-4750-9CEC-10C5915B23FB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal