Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
Signed-off-by: havenvanheusen <[email protected]>
  • Loading branch information
havenvanheusen committed Jun 3, 2017
0 parents commit 1f0ee70
Show file tree
Hide file tree
Showing 62 changed files with 1,748 additions and 0 deletions.
Binary file added .vs/WindowsApplication2/v14/.suo
Binary file not shown.
Binary file added .vs/WindowsApplication2/v15/.suo
Binary file not shown.
22 changes: 22 additions & 0 deletions WindowsApplication2.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "WindowsApplication2", "WindowsApplication2\WindowsApplication2.vbproj", "{927710E4-AF62-4351-A22A-0DE13796D5D4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{927710E4-AF62-4351-A22A-0DE13796D5D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{927710E4-AF62-4351-A22A-0DE13796D5D4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{927710E4-AF62-4351-A22A-0DE13796D5D4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{927710E4-AF62-4351-A22A-0DE13796D5D4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
6 changes: 6 additions & 0 deletions WindowsApplication2/App.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
</startup>
</configuration>
Binary file added WindowsApplication2/DisplayIcon.ico
Binary file not shown.
312 changes: 312 additions & 0 deletions WindowsApplication2/Form1.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1f0ee70

Please sign in to comment.