feat: 🍱 init the mini reader app

This commit is contained in:
Simon Priet
2021-09-10 01:38:46 +02:00
parent 4f596789fb
commit eb74185d38
59 changed files with 502 additions and 19661 deletions

20
Candidat Reader.sln Normal file
View File

@@ -0,0 +1,20 @@

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Candidat Reader", "Candidat Reader\Candidat Reader.vbproj", "{05FC157A-F4C5-4714-AB7A-D2D8907FAFAB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{05FC157A-F4C5-4714-AB7A-D2D8907FAFAB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{05FC157A-F4C5-4714-AB7A-D2D8907FAFAB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{05FC157A-F4C5-4714-AB7A-D2D8907FAFAB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{05FC157A-F4C5-4714-AB7A-D2D8907FAFAB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal