Top "Visual-studio-2010" questions

Visual Studio 2010 is an integrated development environment (IDE) from Microsoft.

CMake - dependencies (headers) between apps/libraries in same project

I have the following project structure: CMakeLists.txt lib1/CMakeLists.txt and all cpp and header files of the lib …

c++ visual-studio-2010 dependencies cmake header-files
Add custom message to unit test result

Is there a way I can add a custom message to the result of a test method? I want to …

c# visual-studio-2010 unit-testing mstest
Automatic copy files to output during application building

There is Copy to Output Directory property for files in C# projects. But in VC++ projects it is absent. I …

c++ visual-studio-2010 visual-c++ msbuild
Source control in Visual Studio 2010?

After doing some search on SO, Google and MSDN forums I've become frustrated that there is so little information for …

visual-studio-2010 git version-control visual-studio-2012 visual-sourcesafe
Visual Studio Rebuilds unmodified projects

So, as the title reads, I have a VS2010 solution with ~50 projects in it right now. If I make a …

c# visual-studio-2010 visual-studio msbuild ilmerge
Gridview disable edit on 1 column asp.net

I am using a gridview Edit to edit the values i have in my gridview, when i press edit, all …

c# asp.net visual-studio-2010 gridview edit
dynamic vs var in C#

Possible Duplicate: What’s the difference between dynamic(C# 4) and var? What is the difference between dynamic and var keyword …

c# visual-studio-2010 .net-4.0
Why are my binaries not placed in the /bin/release folder when I build a Windows Service in C#?

I am new to C# and VS 2010, and am following an online guide to creating a C# Windows Service in …

c# .net visual-studio visual-studio-2010 release-mode
Why does ExecutionPolicy behavior vary across projects in Visual Studio?

I have been using NuGet for quite some time on a particular PC. Now, I created a new project in …

visual-studio-2010 nuget
Is there a way to compare two branches for differences/file versions in VS2010?

Does anyone know if there is a way to check if code from production hotfix branch is not newer than …

visual-studio-2010 tfs diff tfvc