Skip to content

Commit

Permalink
C#
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyrotication committed Aug 17, 2019
1 parent b60a256 commit df46409
Show file tree
Hide file tree
Showing 90 changed files with 4,103 additions and 9,296 deletions.
53 changes: 1 addition & 52 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,53 +1,2 @@
###############################################################################
# Set default behavior to automatically normalize line endings.
###############################################################################
# Auto detect text files and perform LF normalization
* text=auto

###############################################################################
# Set the merge driver for project and solution files
#
# Merging from the command prompt will add diff markers to the files if there
# are conflicts (Merging from VS is not affected by the settings below, in VS
# the diff markers are never inserted). Diff markers may cause the following
# file extensions to fail to load in VS. An alternative would be to treat
# these files as binary and thus will always conflict and require user
# intervention with every merge. To do so, just comment the entries below and
# uncomment the group further below
###############################################################################

*.sln text eol=crlf
*.csproj text eol=crlf
*.vbproj text eol=crlf
*.vcxproj text eol=crlf
*.vcproj text eol=crlf
*.dbproj text eol=crlf
*.fsproj text eol=crlf
*.lsproj text eol=crlf
*.wixproj text eol=crlf
*.modelproj text eol=crlf
*.sqlproj text eol=crlf
*.wmaproj text eol=crlf

*.xproj text eol=crlf
*.props text eol=crlf
*.filters text eol=crlf
*.vcxitems text eol=crlf


#*.sln merge=binary
#*.csproj merge=binary
#*.vbproj merge=binary
#*.vcxproj merge=binary
#*.vcproj merge=binary
#*.dbproj merge=binary
#*.fsproj merge=binary
#*.lsproj merge=binary
#*.wixproj merge=binary
#*.modelproj merge=binary
#*.sqlproj merge=binary
#*.wwaproj merge=binary

#*.xproj merge=binary
#*.props merge=binary
#*.filters merge=binary
#*.vcxitems merge=binary
12 changes: 9 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore

# User-specific files
*.rsuser
*.suo
*.user
*.userosscache
Expand All @@ -26,6 +27,7 @@ bld/

# Visual Studio 2015/2017 cache/options directory
.vs/
Binaries/
# Uncomment if you have tasks that create the project's static files in wwwroot
#wwwroot/

Expand Down Expand Up @@ -59,7 +61,7 @@ StyleCopReport.xml
# Files built by Visual Studio
*_i.c
*_p.c
*_i.h
*_h.h
*.ilk
*.meta
*.obj
Expand All @@ -76,6 +78,7 @@ StyleCopReport.xml
*.tlh
*.tmp
*.tmp_proj
*_wpftmp.csproj
*.log
*.vspscc
*.vssscc
Expand Down Expand Up @@ -290,8 +293,8 @@ paket-files/
.idea/
*.sln.iml

# CodeRush
.cr/
# CodeRush personal settings
.cr/personal

# Python Tools for Visual Studio (PTVS)
__pycache__/
Expand Down Expand Up @@ -327,3 +330,6 @@ ASALocalRun/

# MFractors (Xamarin productivity tool) working folder
.mfractor/

# Local History for Visual Studio
.localhistory/
105 changes: 0 additions & 105 deletions Lime Crypter v3/INS/INS.vbproj

This file was deleted.

36 changes: 0 additions & 36 deletions Lime Crypter v3/INS/Main.vb

This file was deleted.

13 changes: 0 additions & 13 deletions Lime Crypter v3/INS/My Project/Application.Designer.vb

This file was deleted.

10 changes: 0 additions & 10 deletions Lime Crypter v3/INS/My Project/Application.myapp

This file was deleted.

35 changes: 0 additions & 35 deletions Lime Crypter v3/INS/My Project/AssemblyInfo.vb

This file was deleted.

62 changes: 0 additions & 62 deletions Lime Crypter v3/INS/My Project/Resources.Designer.vb

This file was deleted.

Loading

0 comments on commit df46409

Please sign in to comment.