link: http://stackoverflow.com/questions/7516755/solution-configuration-but-not-platform-in-vs2010-toolbar On the menubar go to View → Toolbars → Customize... Click on the "Commands" tab Select the "Toolbar" radio button and find "…
参考:使用Visual Studio 2017作为Linux C++开发工具 前言 最近在学Gtest单元测试框架,由于平时都是使用Source Insight写代码,遇到问题自己还是要到Linux下gdb调试,还是没有Visual Studio下调试工具那么直观.VS很强大,但是那毕竟是给MS家族产品用的,而且即便是C++项目,VS下开发的项目也没法直接拿到Linux下运行.VS2017推出的跨平台特性很好的解决了这个问题.你可以在保留VS强大功能的前提下,使用远程Linux主机上的gdb进行…
编译的Audacity版本为2.1.2,由于实在windows下编译,其源代码可以从Github上取得 git clone https://github.com/audacity/audacity. 1. 编译WxWidgets Audacity使用wxWidgets作为GUI的框架,Audacity2.1.2需要wxWidgets 3.0.2,所以在编译Audacity之前需要编译wxWidgets.wxWidgets的下载地址为http://www.wxwidgets.org/downloa…
Recently, Microsoft Corportation has released a new look for .NET Reference Source. And you may find it here, http://referencesource.microsoft.com/. As you download the full code provided by http://referencesource.microsoft.com/DotNetReferenceSource.…
Azure Functions lets you execute your code in a serverless environment without having to first create a VM or publish a web application. In this article, you learn how to use the Visual Studio 2017 tools for Azure Functions to locally create and test…
For the next couple months we're going to revisit Build 2017, each post focusing on different aspects and technologies presented. Not every session will be listed, just a select set, hopefully enough to wet your appetite. All the on-demand sessions c…
1. 简介 QtCreator是一个十分好用的跨平台IDE,由于最近需要在Windows和Mac同时写一个C++的代码,使用VS和XCode不能实现项目的统一管理(可以使用cmake来组织源码,但是每次编译cmake是非繁琐),这种情况下使用QtCreator还是不错的. 2. 创建项目管理工程 首先要建立一个类似于Visual Studio中Solution(译为解决方案,一个解决方案中可以盛放多个子项目)的工程: 配置管理项目的名称 接着配置一些项目参数(如源码的版本控制管理等) 完成之后就…
本文为转载,学习研究 Creating Hello, World! with Visual Studio Chapter 1, “.NET Application Architectures,” explains how to write a “Hello, World!” C# program using the csc Compiler for .NET 4.6 and using dotnet tools for .NET Core 1.0. You can also create it…
https://msdn.microsoft.com/en-us/library/bb166577.aspx Solution configurations store solution-level properties. They direct the behavior of the Start (F5) key and Buildcommands. By default, these commands build and start the debug configuration. Both…
Enterprise Solution 是一套管理软件开发框架,在这个框架基础上开发出一套企业资源计划系统Enterprise Edition. 现将Enterprise Solution开发过程中遇到问题时的解决方案资源共享出来,供参考. 项目源代码地址是 https://enterpriseedition.visualstudio.com/ 1  工具软件界面原型 Management Studio 工具类程序的界面原型,拥有选项卡文档 插件 Office 2007蓝色风格 后台线程等特性.…