Skip to content

Commit 47f5bab

Browse files
committed
Upload files first time
1 parent 7006c2d commit 47f5bab

29 files changed

+3446
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
*.dylib
3030

3131
# Executables
32-
*.exe
3332
*.out
3433
*.app
3534
*.i*86
@@ -50,3 +49,5 @@ modules.order
5049
Module.symvers
5150
Mkfile.old
5251
dkms.conf
52+
53+
.vs/*

QrCodeGeneratorWithLogo.sln

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 11.00
3+
# Visual Studio 2010
4+
# SharpDevelop 5.1
5+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QrCodeGeneratorWithLogo", "QrCodeGeneratorWithLogo\QrCodeGeneratorWithLogo.csproj", "{0AA902D4-DF53-4663-A654-B4BD8283D921}"
6+
EndProject
7+
Global
8+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
9+
Debug|Any CPU = Debug|Any CPU
10+
Release|Any CPU = Release|Any CPU
11+
EndGlobalSection
12+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
13+
{0AA902D4-DF53-4663-A654-B4BD8283D921}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
14+
{0AA902D4-DF53-4663-A654-B4BD8283D921}.Debug|Any CPU.Build.0 = Debug|Any CPU
15+
{0AA902D4-DF53-4663-A654-B4BD8283D921}.Release|Any CPU.ActiveCfg = Release|Any CPU
16+
{0AA902D4-DF53-4663-A654-B4BD8283D921}.Release|Any CPU.Build.0 = Release|Any CPU
17+
EndGlobalSection
18+
EndGlobal

QrCodeGeneratorWithLogo/FormMain.Designer.cs

Lines changed: 532 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)