Skip to content

Commit d5004c7

Browse files
author
Ian Qvist
committed
Restructure project and upgrade to .NET Core 2
1 parent db7aa5d commit d5004c7

84 files changed

Lines changed: 149 additions & 14315 deletions

File tree

Some content is hidden

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

.gitattributes

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,4 +152,5 @@ $RECYCLE.BIN/
152152
# Mac crap
153153
.DS_Store
154154

155+
BenchmarkDotNet.Artifacts/
155156
.vs/

BenchmarkCore/BenchmarkCore.xproj

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

BenchmarkCore/Properties/AssemblyInfo.cs

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

BenchmarkCore/project.json

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

0 commit comments

Comments
 (0)