Build Log
  

------- Build started: Project: cpp-sample, Configuration: Release|Win32 -------

Command Lines
  
Creating temporary file "c:\SampleSolution\Chapter10\src\NUnit20\src\samples\cpp-sample\Release\RSP000001.rsp" with contents
[
/O2 /AI "..\..\framework\bin\Release" /AI "..\..\framework\bin\Debug" /AI "Release" /D "WIN32" /D "NDEBUG" /D "_WINDLL" /D "_MBCS" /FD /EHsc /Yu"stdafx.h" /Fp"Release/cpp-sample.pch" /Fo"Release/" /Fd"Release/vc70.pdb" /W3 /c /clr /TP
".\cppsample.cpp"
]
Creating command line "cl.exe @"c:\SampleSolution\Chapter10\src\NUnit20\src\samples\cpp-sample\Release\RSP000001.rsp" /nologo"
Output Window
  
Compiling...
cppsample.cpp
c:\SampleSolution\Chapter10\src\NUnit20\src\samples\cpp-sample\cppsample.h(30) : fatal error C1107: could not find assembly 'nunit.framework.dll': please specify the assembly search path using /AI or by setting the LIBPATH environment variable
Results
  
Build log was saved at "file://c:\SampleSolution\Chapter10\src\NUnit20\src\samples\cpp-sample\Release\BuildLog.htm"
cpp-sample - 1 error(s), 0 warning(s)