Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickduhaime committed Apr 14, 2018
0 parents commit cffba44
Show file tree
Hide file tree
Showing 42 changed files with 2,022 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Auto detect text files and perform LF normalization
* text=auto
Binary file added .vs/INF1009/v15/.suo
Binary file not shown.
Empty file.
Binary file added .vs/INF1009/v15/Server/sqlite3/storage.ide
Binary file not shown.
Empty file added .vs/INF1009/v15/sqlite3/db.lock
Empty file.
Binary file added .vs/INF1009/v15/sqlite3/storage.ide
Binary file not shown.
27 changes: 27 additions & 0 deletions INF1009.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.15
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "INF1009", "INF1009\INF1009.csproj", "{6B7ECB3C-91BF-49D5-9586-5D9154EA8411}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E210AAFB-AA02-49F4-BAC9-770C97BB61DE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6B7ECB3C-91BF-49D5-9586-5D9154EA8411}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B7ECB3C-91BF-49D5-9586-5D9154EA8411}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B7ECB3C-91BF-49D5-9586-5D9154EA8411}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B7ECB3C-91BF-49D5-9586-5D9154EA8411}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B76236D2-EBD3-48AA-874D-7AB54A4CB475}
EndGlobalSection
EndGlobal
6 changes: 6 additions & 0 deletions INF1009/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.6.1" />
</startup>
</configuration>
189 changes: 189 additions & 0 deletions INF1009/Form1.Designer.cs

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

Loading

0 comments on commit cffba44

Please sign in to comment.