MSBuild to copy dynamically generated files as part of project dependency

前端 未结 5 1927
青春惊慌失措
青春惊慌失措 2020-12-01 14:40

I have a custom msbuild task that is generating some output files to the output directory ($(TargetDir)) of a ProjectA. Current code is something like this:

         


        
5条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-01 15:01

    For what it's worth, if I placed a within a target, I'm able to get the output processed without it showing up in my SDK based project. Additionally, other projects that reference this project gets this as part of the output.

    E.g.

        
            
        
    
        
            
            
                
                
                    
        
    

提交回复
热议问题