Skip to content

Commit

Permalink
Initial commit (pre-release)
Browse files Browse the repository at this point in the history
  • Loading branch information
villamany committed Feb 10, 2015
1 parent 8f2a251 commit bc03172
Show file tree
Hide file tree
Showing 14 changed files with 1,963 additions and 0 deletions.
77 changes: 77 additions & 0 deletions .gitignore
@@ -0,0 +1,77 @@
#OS junk files
[Tt]humbs.db
*.DS_Store

#Visual Studio files
*.[Oo]bj
*.user
*.aps
*.pch
*.vspscc
*.vssscc
*_i.c
*_p.c
*.ncb
*.suo
*.tlb
*.tlh
*.bak
*.[Cc]ache
*.ilk
*.log
*.lib
*.sbr
*.sdf
*.opensdf
*.unsuccessfulbuild
ipch/
[Oo]bj/
[Bb]in
[Dd]ebug*/
[Rr]elease*/
Ankh.NoLoad

#MonoDevelop
*.pidb
*.userprefs

#Tooling
_ReSharper*/
*.resharper
[Tt]est[Rr]esult*
*.sass-cache

#Project files
[Bb]uild/

#Subversion files
.svn

# Office Temp Files
~$*

# vim Temp Files
*~

#NuGet
packages/
*.nupkg

#ncrunch
*ncrunch*
*crunch*.local.xml

# visual studio database projects
*.dbmdl

#Test files
*.testsettings

#Add binary fileç
!/bin
/bin/*
!/bin/Release
/bin/release/*
!/bin/Release/3dpBurnerSender.exe

!/bin/Release/3dpBurnerSender.exe
6 changes: 6 additions & 0 deletions App.config
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
</startup>
</configuration>

0 comments on commit bc03172

Please sign in to comment.