Skip to content

Commit

Permalink
changed reference in LumenWorks to nunit; changed solution to build n…
Browse files Browse the repository at this point in the history
…Dump for Any CPU
  • Loading branch information
sghill committed May 20, 2011
1 parent c0ff82a commit f647b8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="nunit.framework, Version=2.4.6.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<Reference Include="nunit.framework">
<HintPath>..\lib\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
Expand Down
4 changes: 2 additions & 2 deletions nDump.sln
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ Global
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FE26FDE2-574F-480E-96E6-4C2A5051D14A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FE26FDE2-574F-480E-96E6-4C2A5051D14A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FE26FDE2-574F-480E-96E6-4C2A5051D14A}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{FE26FDE2-574F-480E-96E6-4C2A5051D14A}.Debug|Mixed Platforms.Build.0 = Debug|x86
{FE26FDE2-574F-480E-96E6-4C2A5051D14A}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{FE26FDE2-574F-480E-96E6-4C2A5051D14A}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{FE26FDE2-574F-480E-96E6-4C2A5051D14A}.Debug|x86.ActiveCfg = Debug|x86
{FE26FDE2-574F-480E-96E6-4C2A5051D14A}.Debug|x86.Build.0 = Debug|x86
{FE26FDE2-574F-480E-96E6-4C2A5051D14A}.Release|Any CPU.ActiveCfg = Release|x86
Expand Down

0 comments on commit f647b8d

Please sign in to comment.