-
Notifications
You must be signed in to change notification settings - Fork 9
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 #52 from nunit/issue-37
Verify that platform paths are correctly generated
- Loading branch information
Showing
37 changed files
with
133 additions
and
78 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
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
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
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
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
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
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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
Microsoft Visual Studio Solution File, Format Version 9.00 | ||
# Visual Studio 2005 | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nonsdk-multiple-platforms", "nonsdk-multiple-platforms.csproj", "{23FF0E4C-DA55-4CC7-A948-09877A66001F}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Any CPU = Debug|Any CPU | ||
Debug|x64 = Debug|x64 | ||
Debug|x86 = Debug|x86 | ||
Release|Any CPU = Release|Any CPU | ||
Release|x64 = Release|x64 | ||
Release|x86 = Release|x86 | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{23FF0E4C-DA55-4CC7-A948-09877A66001F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{23FF0E4C-DA55-4CC7-A948-09877A66001F}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{23FF0E4C-DA55-4CC7-A948-09877A66001F}.Debug|x64.ActiveCfg = Debug|x64 | ||
{23FF0E4C-DA55-4CC7-A948-09877A66001F}.Debug|x64.Build.0 = Debug|x64 | ||
{23FF0E4C-DA55-4CC7-A948-09877A66001F}.Debug|x86.ActiveCfg = Debug|x86 | ||
{23FF0E4C-DA55-4CC7-A948-09877A66001F}.Debug|x86.Build.0 = Debug|x86 | ||
{23FF0E4C-DA55-4CC7-A948-09877A66001F}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{23FF0E4C-DA55-4CC7-A948-09877A66001F}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{23FF0E4C-DA55-4CC7-A948-09877A66001F}.Release|x64.ActiveCfg = Release|x64 | ||
{23FF0E4C-DA55-4CC7-A948-09877A66001F}.Release|x64.Build.0 = Release|x64 | ||
{23FF0E4C-DA55-4CC7-A948-09877A66001F}.Release|x86.ActiveCfg = Release|x86 | ||
{23FF0E4C-DA55-4CC7-A948-09877A66001F}.Release|x86.Build.0 = Release|x86 | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
EndGlobal |
Oops, something went wrong.