Changeset 909

Show
Ignore:
Timestamp:
10/09/08 09:04:38 (3 months ago)
Author:
mloskot
Message:

trunk/csharp: Fixed NUnitTest.cs project to include dotnetLibLAS reference in Debug or Release mode based on conditional test of actually requested configuration.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/csharp/NUnitTest/NUnitTest.csproj

    r900 r909  
    3131    <Reference Include="dotnetLibLAS, Version=0.2.0.0, Culture=neutral, PublicKeyToken=05e1a48fbbf076e0, processorArchitecture=MSIL"> 
    3232      <SpecificVersion>False</SpecificVersion> 
    33       <HintPath>..\dotnetLibLAS\bin\Release\dotnetLibLAS.dll</HintPath> 
     33      <HintPath>..\dotnetLibLAS\bin\$(Configuration)\dotnetLibLAS.dll</HintPath> 
    3434    </Reference> 
    3535    <Reference Include="nunit.framework, Version=2.4.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL" />