Microsoft Visual Studio 2010 Tools Direct
<PropertyGroup Condition="$(OS) == 'Windows_NT'"> <Platform>Win32</Platform> </PropertyGroup> The VS2010 Profiler supported both sampling and instrumentation. It could attach to running processes—unusual for the time.
Identify memory leaks in legacy Windows Forms apps. The Concurrency Visualizer (unique to VS2010/2012) showed thread contention and lock waits in a timeline view. 1.3. Static Code Analysis (FxCop integrated) Previously a separate tool, FxCop 10.0 ran inside the IDE as "Code Analysis." Rules were organized into rule sets (e.g., "Microsoft Security Rules"). microsoft visual studio 2010 tools
Keep a Windows 7 VM with VS2010 installed for emergency access. Do not attempt to upgrade Coded UI or SharePoint projects; rewrite them instead. References: MSDN Archive (Oct 2010), “Visual Studio 2010 Tools for Office Runtime”, Microsoft Connect archives. Keep a Windows 7 VM with VS2010 installed
Generate a deployment report:
| Tool | Purpose | |------|---------| | devenv.exe /build | Build solution from CLI | | mstest.exe | Run unit tests on a build server | | vstest.console.exe | (Introduced in 2010 Update 1) – precursor to VS2012’s test runner | | sn.exe | Strong name key management | | gacutil.exe | Install assemblies to GAC | | ildasm.exe | IL disassembler with XML export | Microsoft Connect archives.
You could write conditional property groups using intrinsic functions: