Skip to content

Commit

Permalink
Add solution for demo app
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelbl committed Oct 19, 2020
1 parent fdcf5ac commit 871a390
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions QrCodeGeneratorDemo/QrCodeGeneratorDemo.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30611.23
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "QrCodeGeneratorDemo", "QrCodeGeneratorDemo.csproj", "{BBB1A4A6-D82E-4233-8FC9-9300F9576FD2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BBB1A4A6-D82E-4233-8FC9-9300F9576FD2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BBB1A4A6-D82E-4233-8FC9-9300F9576FD2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BBB1A4A6-D82E-4233-8FC9-9300F9576FD2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BBB1A4A6-D82E-4233-8FC9-9300F9576FD2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {94BC47F9-3AE8-471A-AC3F-CDEFA1B21089}
EndGlobalSection
EndGlobal

0 comments on commit 871a390

Please sign in to comment.