msbuild-4.0
How can msbuild.exe be set up to embed the proper value for SSE2 into _M_IX86_FP?
I have built a solution with VS2010 Express Edition with SSE2 set in the properties C++ code generation enhanced instruction set. Then in the program test against predefined MARCO _M_IX86_FP yields as[详细]
2023-03-14 15:56 分类:问答Do I have to convert my project file to use MSBuild 4?
I have a C# .proj file 开发者_Python百科that using .Net Framework 3.5. Currently the solution that ties the .proj files uses Visual Studio 2008. Our daily build currently uses MSBuild 3.5. I know that[详细]
2023-03-14 10:19 分类:问答MSBuild 4.0 introduces dependency on 4.0 framework
We\'ve recently upgraded all our .NET projects from VS2005 to VS2010. As a part of this move, we\'ve upgraded from compiling with MSBuild 3.5 to MSBuild 4.0. All our compiles are from the command-line[详细]
2023-03-10 20:58 分类:问答Why won't the copy task item work in my msbuild script?
I have the following code in my msbuild script: <?xml version=\"1.0\" encoding=\"utf-8\"?> <Project xmlns=\"http://schemas.microsoft.com/developer/msbuild/2003\" ToolsVersion=\"4.0\" Initial[详细]
2023-03-09 17:00 分类:问答MSBuild ResolveProjectReferences Error
My MSBuild build script executes fine on all the development machines, but fails to run on the build server, except for the Trunk build. Branches all fail with the following warnings indicating the so[详细]
2023-03-06 16:53 分类:问答Help Updating XML file using MSBuild Extensions 4 with namespaces
I\'m having some trouble getting MSBuild extensions 4.0 to update an XML file once a namespace is involved.[详细]
2023-03-04 22:35 分类:问答MSBuild & TFS2010 Find Dlls
I am trying to create a custom MSBuild task that will run my nUnit tests either locally or during a TFS2010 build.The script works great locally but I can\'t seem to find the test dlls on the TFS buil[详细]
2023-02-24 17:43 分类:问答WIX Multiple DefineConstants defined in MSBuild - problem with proposed solution
Regarding the answer provided at this link: Proposed solution I tried to use this method in a several ways and I was unable to get it to work. I have double checked that I am running the framework 4[详细]
2023-02-21 03:03 分类:问答Build MSBuild target without dependencies
Is there any way I can t开发者_如何学运维ell MSBuild 4.0 to build a target, but ignore any dependencies? I just want to build that target itself, nothing else.I would like to reiterate @EMP\'s solutio[详细]
2023-02-13 15:13 分类:问答how to run target from post build events using MSBuild
I want to run a target in csproj file using post build events from the visual studio properties window (not from cmd promt).[详细]
2023-02-03 17:03 分类:问答