Forum member

ddewinter

2 posts

Posts by ddewinter

  1. Copying files with custom build action

    I have a set of files in a project that have a custom build action ("AspGenFile"). I need NCrunch to copy these files to the workspace it creates for the project, but I can't figure out how best to do this. My current solution follows, but it feels hacky. <ItemGroup Condition="'$(NCrunch)' == '…

  2. Nested project imports not copied to NCrunch workspace?

    Hi, I work in an environment where we have .csproj files that import a common targets file (through <Import Project="..." />), and that targets file imports other targets files, and so on. I notice consistently that only the immediately referenced targets file is copied to the NCrunch workspace. Oth…