-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #68 from nunit/issue-67
Adapt recipe from nunit-console for use with this project
- Loading branch information
Showing
60 changed files
with
2,950 additions
and
1,442 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<NUnitProject> | ||
<Settings processModel="Default" domainUsage="Default" /> | ||
<Config name="Release" appbase="bin/Release"> | ||
<assembly path="net20/test-lib-1.dll" /> | ||
<assembly path="net20/test-lib-2.dll" /> | ||
<assembly path="net462/test-lib-1.dll" /> | ||
<assembly path="net462/test-lib-2.dll" /> | ||
</Config> | ||
</NUnitProject> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<NUnitProject> | ||
<Settings processModel="Default" domainUsage="Default" /> | ||
<Config name="Release" appbase="bin/Release"> | ||
<assembly path="net20/test-lib-2.dll" /> | ||
<assembly path="net462/test-lib-2.dll" /> | ||
</Config> | ||
</NUnitProject> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<NUnitProject> | ||
<Settings processModel="Default" domainUsage="Default" /> | ||
<Config name="Release" appbase="bin/Release"> | ||
<assembly path="net20/test-lib-1.dll" /> | ||
<assembly path="net462/test-lib-1.dll" /> | ||
</Config> | ||
</NUnitProject> |
Oops, something went wrong.