From where we can set "Build"or "Do Not Build" Contract reference for a project?
.net, .net-assembly, build, c#, visual-studio-2012
Solution
Right click on project, Properties and on the Code Contracts tab You will find this option:
Problem
I get following warning for almost all my projects in a solution: ``` Contract reference assembly for project 'X.X.X' not found. Select 'Build' or 'DoNotBuild' for Contract Reference in project settings. ``` Code contracts build reference assembly actions But I am unable to find any hint of from where we can set this option in visual studio. Any help on this much appreciated. Thanks and Regards