explain me this...
Ok, here's what I have <ItemGroup> <MyFileInput Include="@(MyFileFile)" Condition="'%(MyFileFile.ExcludedFromBuild)' != 'true'" /> </ItemGroup> <ItemGroup...
View ArticleInstalling a wiindows build system on non window platfrom for native and and...
I create a wiindows build system on non window platform particularly OpenBSD or Linux and look for immediate notifications of build issues during continuous builds. To do this I would need to install...
View ArticleDLL performance is so slow
Dear all:The attachments are two VS2015 solutions, they have same algorithm, same code, same test code, and same compiler settings, but one mixes algorithm and test code to a single project, compiles...
View ArticleWireUpCoreRuntime task method CopyWin32Resources fails with...
I am using powershell and Cake to automate the build for empty UWP app. The build and deploy works fine in Visual Studio 2015 14.0.25123.00 Update 2. This is a development build and I have explicitly...
View Articlemsbuild command line options for release package to match Visual Studio behavior
We use command line (through ant) to generate the application package and install the app to do some automated testing. If we use Visual Studio to generate the package we noticed that it creates an...
View Articlecl.exe invoked by MSBuild hangs indefinitely
This has been driving me up the wall for the better part of the last 1 week. I am in the process of upgrading our projects from VS 2013 -> VS 2015. The 32-bit Debug/Release configurations build...
View Article"MSB3327 Unable to find code signing certificate" warning raised by VS2015 VB...
I am seeing a warning during compile in VS2015 Professional version 14.0.25123.00 Update 2.Visual Basic 2015C:\Program Files...
View ArticleVSTS build windows UWP & Windows App Certification Kit Test Fails, binary is...
Hi,I have created a build on VSTS for my UWP app. My msbuild arguments are as follows: /p:AppxBundlePlatforms="$(BuildPlatform)" /p:AppxPackageDir="$(Build.BinariesDirectory)\AppxPackages\\"...
View ArticleModify property "OutputType" in object "ProjectInstance" does not affect the...
Escribe texto o la dirección de un sitio web, o bien, traduce un documento.Cancelar<input id="file" name="file" size="40" type="file" />Se muestra la traducción de modificar propiedad "Output...
View ArticleUnable to communicate on Non RealTek Network Adaptors
Hi, I am facing a weird problem...my PC has a RealTek PCIe GBE Family Controller Network card. I am trying to send data over UDP to my target embedded board using my own custom made GUI. Whenever...
View ArticleV140_XP Platform Toolset builds produces missing DLL Entry Point...
Folks,I rebuilt a "Pure Win32" MFC product for v140_XP with VS2015 in order to maintain pure Win32 compatibility with all of Microsoft Win32 and Win64/Win32 subsystem Operating Systems. I am not yet...
View Articlepackage element and configuration elements not declared
<packages>//err=the 'packages' element is not declared<configuration>//err=the 'configuration' element is not declared
View ArticleCreate a build package for .Net MVC Project using Command Prompt
Hi All,I want to create a build package which contains dll, contents like views,css,images etc.Considering that my server/machine doesn't contain VS and VS Developer Command Prompt, I want to use...
View Article32 bit vs 64 bit MsBuild
Environment: 64 bit windows 7, 64 bit VS 2013 professionalI created a sample application and willing to build exe/DLL to be run on 64 bit o/s only.What would be the advantages of using 64 bit msbuild...
View ArticleIs it possible to skip "Adding ACL's" for certain path?
I'm deploying an MVC app to a remote server via WebDeploy and I've noticed a sharp increase in the publishing time as the amount of user generated content on the server grows. A normal deployment now...
View Article[VS2015 Bug report] CLang3.7 crashed when compile some source code which have...
To Explain what happend, I'd like to repeat the steps as simple as I could . :D1.I've created a ConsoleApplication with the wizard of Visual Studio 2015 Pro. Without Pre-compiled Header.2.I chose the...
View ArticleLINKER ERROR :: Cannot open file(...).lib
I uses CROW this micro framework to create a server site. First of all, I started to write a simple code with a Notepad++ , such as like this:#include"crow.h"int main(){return0; } I save it as .cpp...
View ArticleHuge delays after building a solution
Hi,I am working inside a solution with just over 50 projects inside it and I just upgraded from Visual Studio 2010 to Visual Studio 2015 and I am having some pretty serious speed issues...The main...
View ArticleBuild .sln does NOT seem to generate "output" from 'child' projects before...
Hi there, couldn't find info on this or even if this is the right forum, so apologies in advance if this is obvious:We have a MSBuild of a mysystem.sln that works fine on dev and build machine but...
View ArticleMSBuild Error
Greetings,I get the following build error in VS 2012:Error 7 "bin\Debug\XXX.ProjectName.vshost.exe.manifest;bin\Release\app.publish\Application...
View Article