From f60ef6ac40892548810589c2b7fbba8fd55c6f76 Mon Sep 17 00:00:00 2001 From: Micah Date: Sat, 13 Sep 2014 12:10:25 -0700 Subject: [PATCH] Adds support for nCrunch. --- .gitignore | 1 + .../LibGit2Sharp.Tests.v2.ncrunchproject | 31 +++++++++++++++++++ LibGit2Sharp.v2.ncrunchsolution | 13 ++++++++ LibGit2Sharp/LibGit2Sharp.v2.ncrunchproject | 26 ++++++++++++++++ 4 files changed, 71 insertions(+) create mode 100644 LibGit2Sharp.Tests/LibGit2Sharp.Tests.v2.ncrunchproject create mode 100644 LibGit2Sharp.v2.ncrunchsolution create mode 100644 LibGit2Sharp/LibGit2Sharp.v2.ncrunchproject diff --git a/.gitignore b/.gitignore index 8bb24a91b..a8e1b75aa 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,4 @@ _ReSharper*/ LibGit2Sharp/Core/UniqueIdentifier.cs !Lib/NativeBinaries/*/*.pdb +_NCrunch_LibGit2Sharp/ diff --git a/LibGit2Sharp.Tests/LibGit2Sharp.Tests.v2.ncrunchproject b/LibGit2Sharp.Tests/LibGit2Sharp.Tests.v2.ncrunchproject new file mode 100644 index 000000000..e24470157 --- /dev/null +++ b/LibGit2Sharp.Tests/LibGit2Sharp.Tests.v2.ncrunchproject @@ -0,0 +1,31 @@ + + 1000 + false + true + false + true + false + false + false + false + false + true + true + false + true + true + true + 60000 + + + + AutoDetect + STA + x86 + + + LibGit2Sharp.Tests.ShadowCopyFixture.CanProbeForNativeBinariesFromAShadowCopiedAssembly + + + Resources\**;Resources\**.* + \ No newline at end of file diff --git a/LibGit2Sharp.v2.ncrunchsolution b/LibGit2Sharp.v2.ncrunchsolution new file mode 100644 index 000000000..bf2ebc9c1 --- /dev/null +++ b/LibGit2Sharp.v2.ncrunchsolution @@ -0,0 +1,13 @@ + + 1 + false + false + false + UseDynamicAnalysis + UseStaticAnalysis + UseStaticAnalysis + UseStaticAnalysis + UseStaticAnalysis + + + \ No newline at end of file diff --git a/LibGit2Sharp/LibGit2Sharp.v2.ncrunchproject b/LibGit2Sharp/LibGit2Sharp.v2.ncrunchproject new file mode 100644 index 000000000..bb6727939 --- /dev/null +++ b/LibGit2Sharp/LibGit2Sharp.v2.ncrunchproject @@ -0,0 +1,26 @@ + + 1000 + false + false + false + true + false + false + false + false + false + true + true + false + true + true + true + 60000 + + + + AutoDetect + STA + x86 + ..\Lib\NativeBinaries\**.* + \ No newline at end of file