~ubuntu-branches/ubuntu/vivid/quantlib-swig/vivid

« back to all changes in this revision

Viewing changes to CSharp/examples/EquityOption_vc8.csproj

  • Committer: Bazaar Package Importer
  • Author(s): Dirk Eddelbuettel
  • Date: 2009-12-03 17:01:53 UTC
  • mfrom: (1.1.9 upstream) (2.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20091203170153-x5yrwybjsl2q11vw
* New upstream release

* debian/control: Updated Standards-Version: to current value

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
  </ItemGroup>
97
97
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
98
98
  <PropertyGroup>
99
 
    <PreBuildEvent>copy "$(SolutionDir)cpp\bin\vc80\$(ConfigurationName)\NQuantLibc.dll" "$(TargetDir)"</PreBuildEvent>
 
99
    <PreBuildEvent>copy "$(SolutionDir)cpp\bin\vc80\$(ConfigurationName)\NQuantLibc.dll" "$(TargetDir)"
 
100
copy "$(SolutionDir)csharp\bin\vc80\$(ConfigurationName)\NQuantLib.dll" "$(TargetDir)"</PreBuildEvent>
100
101
    <PostBuildEvent>
101
102
    </PostBuildEvent>
102
103
  </PropertyGroup>