Category Archives: Visual Studio

Setting a Debug Breakpoint in a Win32 API in Visual Studio

Setting a debug breakpoint in a Win32 API in Visual Studio.

<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Native, Visual Studio | 3 Comments

Targeting Windows 2000/XP RTM/XP SP1 from Visual Studio 2010

Setting the Platform Toolset to target a native C/C++ application to Windows 2000/XP RTM/XP SP1 with Visual Studio 2010.

<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Native, Visual Studio, Windows | <span class="entry-utility-prep entry-utility-prep-tag-links">Tagged</span> , | 3 Comments

Integrating the Subversion Revision into the Version Automatically with .NET

Using SubWCRev and a pre-build event to automatically retrieve the Subversion information from your working copy and set the file version for a .NET project.

<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> .NET, Version Control, Visual Studio, Windows | <span class="entry-utility-prep entry-utility-prep-tag-links">Tagged</span> , | Leave a comment

Integrating the Subversion Revision into the Version Automatically with Native C/C++

Using SubWCRev and a pre-build event to automatically retrieve the Subversion information from your working copy and set the file version in a native C/C++ project.

<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Native, Version Control, Visual Studio | <span class="entry-utility-prep entry-utility-prep-tag-links">Tagged</span> , , | 15 Comments

Integrating the Mercurial Revision into the Version Automatically with .NET

Using a pre-build event to automatically retrieve the Mercurial version information from your working copy and set the file version for a .NET project.

<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> .NET, Version Control, Visual Studio, Windows | <span class="entry-utility-prep entry-utility-prep-tag-links">Tagged</span> , , | 4 Comments

Integrating the Mercurial Revision into the Version Automatically with Native C/C++

Using a pre-build event to automatically retrieve the Mercurial version information from your working copy and set the file version in a native C/C++ project.

<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Native, Version Control, Visual Studio, Windows | <span class="entry-utility-prep entry-utility-prep-tag-links">Tagged</span> , | 5 Comments

Versioning a .NET Assembly with Visual Studio

Using a file to share common assembly version attributes across multiple .NET projects in a Visual Studio solution.

<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> .NET, Visual Studio, Windows | <span class="entry-utility-prep entry-utility-prep-tag-links">Tagged</span> | 7 Comments

Versioning a Native C/C++ Binary with Visual Studio

Using a Resource in Visual Studio you can include Version information directly into a native C/C++ binary.

<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Native, Visual Studio, Windows | <span class="entry-utility-prep entry-utility-prep-tag-links">Tagged</span> , | 26 Comments

Mapping Binaries in the Field to Source Code in the Repository

Define a version scheme and automatically include the info in your binaries during the build process to save you a lot of time and headache.

<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Version Control, Visual Studio, Windows | <span class="entry-utility-prep entry-utility-prep-tag-links">Tagged</span> , , | 2 Comments