Skip to content

Commit cc829e0

Browse files
committed
definitions fixed
1 parent a03ce4c commit cc829e0

File tree

705 files changed

+322882
-150263
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

705 files changed

+322882
-150263
lines changed

.gitattributes

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Auto detect text files and perform LF normalization
2+
* text=auto
3+
4+
# Custom for Visual Studio
5+
*.cs diff=csharp
6+
*.sln merge=union
7+
*.csproj merge=union
8+
*.vbproj merge=union
9+
*.fsproj merge=union
10+
*.dbproj merge=union
11+
12+
# Standard to msysgit
13+
*.doc diff=astextplain
14+
*.DOC diff=astextplain
15+
*.docx diff=astextplain
16+
*.DOCX diff=astextplain
17+
*.dot diff=astextplain
18+
*.DOT diff=astextplain
19+
*.pdf diff=astextplain
20+
*.PDF diff=astextplain
21+
*.rtf diff=astextplain
22+
*.RTF diff=astextplain
23+

.gitignore

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
11
# generated files
22
*.map
3+
.baseDir.ts
4+
.sublime-grunt.cache
5+
tscommand*.tmp.txt
6+
.tscache
37
*.js
8+
9+
node_modules/
10+
dist/
11+
12+
!gruntfile.js
13+
!js-libs/**/*.*
14+
CrossPlatformModules.sln.ide/
15+
*.suo
16+
CrossPlatformModules.suo
17+
CrossPlatformModules.v14.suo
18+
CrossPlatformModules.csproj.user
19+
bin/
20+
obj/

BCL.csproj

Lines changed: 0 additions & 417 deletions
This file was deleted.

BCL.sln

Lines changed: 0 additions & 66 deletions
This file was deleted.

0 commit comments

Comments
 (0)