Quantcast
Channel: MSBuild forum
Viewing all 2763 articles
Browse latest View live

Oracle Database Deployment using Microsoft Release Management Tool.

$
0
0

Hi,

 We are planning to use Microsoft Release Management Tool for the deployment of the Application as well as Database. While doing the Proof of Concept for the same we encountered an issue on how to deploy Oracle Database scripts to the Oracle using Microsoft Release Management Tool. Can anybody help me with any of the materials or the ways to accomplish the same?

Thank you in advance.

Regards,

Ronak


Launch web browser from Visual Studio

$
0
0

I have a simple project which is running in a console window. I want to run it in a web browser. How can I achieve it? That means, I want to convert that project into a web browser runnable project. The start button from the Visual Studio tool bar have to change with the web browser name, eg. Firefox. For instance, in an MVC project, in Visual Studio we cant see the Start button, instead of that the browser name is showing. I want to convert my project like that. Thanks in advance.

How does the BUILD menu work?

$
0
0
I have a game project created and I am trying to get it built so I don't need a collection of 15 different folders and files to get it to work. So, How do I use the Build function to get the project ontoONE executable file?

TFS: Check-ins to TFS projects are triggering a separate Git project to build

$
0
0

We have TFS2013 set up hosting multiple team projects. All but one use TFS for source control, and the other one is a Git project.

The problem is that when other teams check in on their non-Git projects, it still triggers our Git project to build, even though they are totally separate team projects and none of them are touching our project's repository at all.

Is this a bug in TFS? Does anyone have any idea what might be causing this?


Error: AL.exe could not be run in VS 2013

$
0
0

Hi,

I installed VS 2013 premium (update 4) in my WIN 7 machine. When I try to build a project it is throwing an error,

"The specified task executable "AL.exe" could not be run. The specified executable is not a valid application for this OS platform."

Please help me to get rid of this error.

Thanks,

Vijay.

Errors running MSBuild after targeting the 4.5.1 framework - Websites not building.

$
0
0

What I'm trying to do;
Update a lot of projects in a solution because a necessary .dll now targets the .NET 4.5.1 framework and is used by several of my projects in my solution

Platform;
My Machine;
MicroSoft Visual Studio Ultimate 2013
v.12.0.21005.1 REL
Micorsoft .NET Framework
Version 4.5.51641
Build Server is the same.  That is a Windows Server 2012 R2

The problem;
When I check in the code (which builds and runs fine on my machine) and run my MSBuild project I get the following;
1) LOTS of messages when the websites try to build (the other projects build fine)
warning MSB3275: The primary reference "c:\...\SearchEngineServices.dll" could not be resolved because it has an indirect dependency on the assembly "DB, Version=1.0.809.1, Culture=neutral, PublicKeyToken=null" which was built against the".NETFramework,Version=v4.5.1" framework. This is a higher version than the currently targeted framework ".NETFramework,Version=v3.5".
warning MSB3258: The primary reference "c:\...\SearchEngineServices.dll" could not be resolved because it has an indirect dependency on the .NET Framework assembly "System.Web.RegularExpressions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" which has a higher version "4.0.0.0" than the version "2.0.0.0" in the current target framework.
warning MSB3268: The primary reference "c:\...\SearchEngineServices.dll" could not be resolved because it has an indirect dependency on the framework assembly "System.Xaml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" which could not be resolved in the currently targeted framework. ".NETFramework,Version=v3.5". To resolve this problem, either remove the reference "c:\...\SearchEngineServices.dll" or retarget your application to a framework version which contains "System.Xaml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
(I just grabbed a few to include all of the MSB warning numbers - there are hundreds of these messages)

2) This message...
C:\Windows\Microsoft.NET\Framework64\v2.0.50727\aspnet_compiler.exe -v /LITWebServices -p LITWebServices\ -u -f "c:\mileg\tfs\build\MILeg\MILegNightlyReleaseBuild\bin\Mixed Platforms\Release\_PublishedWebsites\LITWebServices\\" 
That v2.0.50727 seems wrong!

3) this message...
c:\mileg\tfs\build\MILeg\MILegNightlyReleaseBuild\src\LITWebServices\web.config(34): error ASPCONFIG: Unrecognized attribute 'targetFramework'. Note that attribute names are case-sensitive. [c:\mileg\tfs\build\MILeg\MILegNightlyReleaseBuild\src\LITWebServices.metaproj]
The 'targetFramework' tag was added to the LITWebservices project's web.config when I took the framework up to 4.5.1 but it's not recognized on the build server. 

These are some of the things I've tried;
goofing around with the MSBuild project I made the following changes... (I've cut a lot of stuff out of the build xml)
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="DesktopBuild" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"><==changed the ToolsVersion from 3.5 to 4.0
  <Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\TeamBuild\Microsoft.TeamFoundation.Build.targets"/>
  <ProjectExtensions>
    <BuildMachine>devmileg</BuildMachine>
  </ProjectExtensions>
  <PropertyGroup>
    <ProductVersion>10.0.11107</ProductVersion> <==Added this ProductVersion tag
    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> <==Added this TargetFrameworkVersion tag
    <TeamProject>MILeg</TeamProject>
    <BuildDirectoryPath>C:\mileg\tfs\build</BuildDirectoryPath>
    <DropLocation>\\devmileg\drop</DropLocation>
    <WorkItemFieldValues>Symptom=build break;Steps To Reproduce=Start the build using Team Build</WorkItemFieldValues>
    <UpdateAssociatedWorkItems>true</UpdateAssociatedWorkItems>
  </PropertyGroup>
  <ItemGroup>
    <SolutionToBuild Include="$(SolutionRoot)\MILeg.sln"/>
  </ItemGroup>
 </Project>

I think I need to fix the fact that the build is trying to run the aspnet_compiler.exe from the v2.0.50727 folder. C:\Windows\Microsoft.NET\Framework64\v2.0.50727\aspnet_compiler.exe
Do you think that is the main problem, and if so, How do I do that?  

Crazy question.  What would happen if I put the aspnet_compiler.exe from the v2.0 folder into the 4.0 folder?

Project doesn't deploy some parts

$
0
0

Not sure if this is the correct stream, but I originally thought this was a WCF issue (WCF vs API2 template), now I'm not so sure I think its a TFS/Build issue OR possibly a VS Solution/Project configuration issue...

So, while I still have concerns that the MVC startup stuff firing unnecessarily (if you are PURE WCF do you really need the MVC stuff that is being required by this project when deployed? - anyway I think my core issue is this:

My project is either NOT bringing dependent DLLS into TFS, or is expecting to be deployed to a server with an amount of stuff already in the GAC or something like that... (I have "solved" the problem by copying the "system.web.*" DLLS and this has allowed the app to start and correctly function, but this does NOT help my build to be "future proof" it just helps me to start UAT...)

I just added previously unreferenced nuget package to try it out, and it looks like its DLLS are NOT being checked into the source control... from what I know (not enough probably) the "restore package on build" is NOT active on this project (nor are there any "nuget.*" files anywhere in the project (or on the project folders on the HDD - just in case), and from this I was under the impression that this being OFF would mean that DLLs would be checked in as needed (and indeed there is a "packages" folder at the solution root, that has a lot (but oddly not all) of the packages I'm using - I've manually added these into TFS to get the build to complete (because our build server is "offline" and cannot connect to the Net) - but I note that I had to additionally go to the "excluded files" tab and include the DLLs... am I missing a setting or option here for the "packages" folder to include DLLS...?

Secondly, I note that while the WCF, that is failing ONLY on the TEST server, project itself does not include any MVC libraries, it does REFERENCE a generic utils library that does have a reference to some MVC stuff... but doesn't use any of these "MVC specific bits"...

This is what I suspect -> while the WCF service doesn't reference these things, but libraries it DOES reference do, it SHOULD include these DLLS in deployment (and/or check-ins to source control), but for some reason they are NOT being included in the deployment...

Do you guys have any thoughts or suggestions as to why they aren't being included in the build/check-ins? I'm not sure which it is, because there are several outputs from the build, and the web apps ARE including the DLLS needed (I fixed the TEST server temporarily, by copying a list of all "System.Web..." files into the webservers "/bin/" dir and its all working as expected now...), but I want/need to know what is missing from either the Soln/Proj configuration that is stoping the correct things being included in the checkins/build OR if there is somethign wrong with the projects configurations - ie, if you simply need to include all the same references in the "webservice" project as are included in EVERY other project it references to get it to build properly... seems redundant to me, but stranger things have happened...

Thanks in advance. (hopefully this is articulated properly)


- sure I'm noJedi but that's no reason to stop trying to make stuff levitate! -

VC++ 2013: warning MSB8028 when multiple cpp files have same filename in same project

$
0
0

Example folder layout:

main.cpp

Furniture/Table.cpp

Furniture/Table.h

Data/Table.cpp

Data/Table.h

This causes an issue since both Table.cpp files are built to Table.obj in the interim folder x64\Release

Ideally the temporary location could instead be x64\Release\Data\ and x64\Release\Furniture respectively.

This would suggest changing the "Object File Name" property in the project settings [Configuration Properties / C/C++ / Output Files / Object File Name]. But I can't see which Macro would refer to the source folder. Also since the compiler is more aware of the filter rather than the directory, perhaps it should be an issue of filter?

Thanks in advance

Elliot

This issue is slightly related to 

https://social.msdn.microsoft.com/Forums/en-US/2b687f47-359d-463d-996d-c134e7af9872/vs2013-warning-msb8028-when-several-vcxproj-files-reside-in-same-directory?forum=msbuild

but is distinctly different (multiple cpp files with same names in same project, not different projects sharing same folder)



False warning C4389 with Microsoft compiler

$
0
0

 UINT uLong = 0;
 WORD byVal = 1;
 WORD byVal1 = 3;
 
 if (uLong != (byVal * byVal1))
 {
  printf("Correct");
 }
 else
 {
  printf("Incorrect");
 }

Above code gives me "warning C4389: '!=' : signed/unsigned mismatch"

As all the variables involved in expression are unsigned how can it result in this warning. BTW this happens only on Microsoft compiler and not on GCC.

Is it a bug in Microsoft compiler, if not can anyone let me know how to fix this in my code?

I am using Microsoft Visual Studio Premium Version 12.0.21005.1 REL.

Thanks & Regards,

Amit Kulkarni.

Possible to use command line argument in project file?

$
0
0

In my CI build process I would like to have a command line argument "customer" that should be used in the project file to include customer related files into the project like this:

<Content Include="..\customers\%(customer)\*">
  <Link>%(RecursiveDir)%(FileName)%(Extension)</Link>
</Content>

Is that possible?

MSBuild Custom Task LogError and VS double-click in JS file

$
0
0

Hi,

I have a MSBuild custom task which works nice, and log error into the Error Panel.

I am using the TaskLoggingHelper API LogError, passing the fileName, lineNumber, etc...

When I double-click on the Error in Visual Studio (2012 or 2013), the file is opened, but the cursor is not positioned at the correct line.

It seems to work with cs file, but not with js file.

Any help would be appreciated,

Regards,

Nicolas

Task 'ValidateAppxPackage' failed. Value cannot be null.

$
0
0

Please help,

after installing WDK with WinDbg faced problem when try to build windows store app package:

Error 2 Task 'ValidateAppxPackage' failed. Value cannot be null.
and second:

Error 3 The "ValidateAppxPackage" task failed unexpectedly.
System.ArgumentNullException: Value cannot be null.
Parameter name: source
   at System.Linq.Enumerable.ToDictionary[TSource,TKey,TElement](IEnumerable`1 source, Func`2 keySelector, Func`2 elementSelector, IEqualityComparer`1 comparer)
   at Microsoft.Build.AppxPackage.DumpResourceIndexMap..ctor(ITaskItem[] indexedPayloadFiles)
   at Microsoft.Build.AppxPackage.ValidateAppxPackage.CheckImages()
   at Microsoft.Build.AppxPackage.ValidateAppxPackage.ExecuteImplementation()
   at Microsoft.Build.AppxPackage.AppxPackagingTaskHelper.Execute()
   at Microsoft.Build.AppxPackage.ValidateAppxPackage.Execute()
   at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute()
   at Microsoft.Build.BackEnd.TaskBuilder.<ExecuteInstantiatedTask>d__20.MoveNext()

tried to repair, reinstall VS 2013 Update 4, reboot, did not resolve issue.

Microsoft.Cpp.Win32.props(44,3): error MSB4067: The element beneath element is unrecognized

$
0
0

Hi

I am trying to build solution file on VS2010 on .net frame work 3.5. when I build the solution file am getting below error. Please help me resolve the below issue.


C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Platforms\Win32\Microsoft.Cpp.Win32.props(44,3): error MSB4067: The element <ImportGroup> beneath element <Project> is unrecognized

My requirement is not to use .net 4.0.

Regards

NR

Retaining the AUT after CodedUITest completes it's execution. Can we make it happen ?!!

$
0
0

Hello Everybody,

         I must use the ApplicationUnderTest.Launch() method and I would like to retain the Application Under Test (AUT) even after the test run. I tried setting the flagCloseOnPlaybackCleanup = false. But it did not work. Is there any solution to this requirement ? or at least a workaround ?

         The other blogs talk about theQTAgent process and it's inability to retain the child processes after test completion. Is there any way to separate out the the AUT process from the descendants of the QTAgent process ?

Thanks in Advance,

- Vinu


MSBUILD Could not copy back original file Access to the path is denied

$
0
0

Having a very odd error when compiling me solution.

I have a solution with about 19 projects, we control the AssemblyVersion, and AssemblyFileVersion using a shared AssemblyInfo.cs this keeps all our version inline when building a release. This has worked fine for the past two years, but today I have changed both the AssemblyVersion, and AssemblyFileVersion and one project had started giving me the following error

delete[DLL ObjFolderPath]Access to the path '[DLL Obj Folder Path]'is denied.[DLL ObjFolderPath

I have looked in the build output and we get the following

6>MSBUILD :OpenAccessEnhancer warning 0:Couldnot copy back original file.Access to the path '[DLL Obj Folder Path]'is denied.6>[DLL ObjFolderPath](-1,-1):OpenAccessEnhancer error 0:delete[DLL ObjFolderPath]Access to the path '[DLL Obj Folder Path]'is denied.

If we only change the AssemblyFileVersion then the project will compile.

Cant find anything on this, thanks for any help.


MS BUILD - During "Publish" , is there a way to suppress Core-compile .

$
0
0

Hi ,

Currently in our Azure Project , we have a .proj file that executes the targets = Build and Publish (Where Build has DependsOnTarget="Publish) to generate cspkg files.

For measuring the code coverage , I need to instrument the binaries generated after the build and before they are Packaged (.cspkg,  as part of publish process)

For the same , I tried executing Target in the  order Build;Instrument;Publish (without the DependsOnTraget and Instrument = Custom Target that Instruments the binaries),

the Build , Instrumentation gets succeeded but Publish will fail with following error , clearly indicating that the package structure is constructed beforehand build and

it was evident why  the DependsOnTargets = “Publish” for Build .

From Visual Studios, after performing a Build , i would replace all the binaries in the source code and output , with instrumented binaries and simply perform the "Package" option (Ex : Azure Project -> Package)

The VS 2013 without rebuilding the solution ,  would simply recreate the .cspkg with the instrumented binaries.

Now I tried to do the same with MSBUILD, where I execute 2 .PROJ files , the 1<sup>st</sup> PROJ  will  Build;Publish;Instrument.   Then invoke the MSBUILD again with 2<sup>nd</sup> PROJ file will invoke Publish again and this time I expect

It to just repackage without rebuilding .  But I see MSBUILD executing Target = “CoreComplile“ for most of the binaries (15 out of 20) , its recompiling and replacing the instrumented binaries  with fresh binaries.

Any help , of how to invoke MSBUILD by suppressing the Target = “CoreComplie”.


post build event failing

$
0
0

content of Post-Build Stepset

UGII_BASE_DIR=%SystemDrive%\UGSNX85
%UGII_BASE_DIR%\ugopen\signcpp $(ProjectDir)$(Platform)\$(ConfigurationName)\$(AssemblyName).dll

content of output console:

1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(132,5): error MSB3073: The command "set UGII_BASE_DIR=%SystemDrive%\UGSNX85
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(132,5): error MSB3073:    %UGII_BASE_DIR%\ugopen\signcpp D:\ETS\NX\Trunk\UFUNC\CPP\zone_id\x64\Debug\zone_id.dll
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(132,5): error MSB3073: :VCEnd" exited with code -1073741515.

Error List:

Warning 1 The element 'PropertyGroup' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003' has invalid child element 'YieldDuringToolExecution' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003'. List of possible elements expected: 'Property, AllowUnsafeBlocks, AppConfigForCompiler, ApplicationIcon, ApplicationRevision, ApplicationVersion, AppDesignerFolder, AspNetConfiguration, AssemblyKeyContainerName, AssemblyKeyProviderName, AssemblyName, AssemblyOriginatorKeyFile, AssemblyOriginatorKeyFileType, AssemblyOriginatorKeyMode, AssemblyType, AutoGenerateBindingRedirects, AutorunEnabled, BaseAddress, BootstrapperComponentsLocation, BootstrapperComponentsUrl, BootstrapperEnabled, CharacterSet, CheckForOverflowUnderflow, CLRSupport, UseDebugLibraries, CodePage, Configuration, ConfigurationName, ConfigurationOverrideFile, CreateDesktopShortcut, CreateWebPageOnPublish, CurrentSolutionConfigurationContents, DebugSecurityZoneURL, DebugSymbols, DebugType, DefaultClientScript, DefaultHTMLPageLayout, DefaultTargetSchema, DefineConstants, DefineDebug, DefineTrace, DelaySign, DisableLangXtns, DisallowUrlActivation, CodeAnalysisAdditionalOptions, CodeAnalysisApplyLogFileXsl, CodeAnalysisConsoleXsl, CodeAnalysisCulture, CodeAnalysisFailOnMissingRule.... C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 18 6 Miscellaneous Files

Testing

content of Command line of Post-Build event

  • set UGII_BASE_DIR=%SystemDrive%\UGSNX85
  • echo %UGII_BASE_DIR%\ugopen\signcpp $(ProjectDir)$(Platform)\$(ConfigurationName)\$(AssemblyName).dll

output console:

1>  Generating Code...
1>     Creating library D:\ETS\NX\Trunk\UFUNC\CPP\zone_id\x64\Debug\zone_id.lib and object D:\ETS\NX\Trunk\UFUNC\CPP\zone_id\x64\Debug\zone_id.exp
1>  zone_id.vcxproj -> D:\ETS\NX\Trunk\UFUNC\CPP\zone_id\x64\Debug\zone_id.dll
1>  C:\UGSNX85\ugopen\signcpp D:\ETS\NX\Trunk\UFUNC\CPP\zone_id\x64\Debug\zone_id.dll

just as I would expect

verifying that signcpp is present

yep it's there

ran tool from console:

sorry if this is overload but it accurately shows some of the problems associated with post build processes

data D:\ETS\NX\Trunk\UFUNC\CPP\zone_id\zone_id.c 232 1 zone_id
Warning 5 The element 'PropertyGroup' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003' has invalid child element 'YieldDuringToolExecution' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003'. List of possible elements expected: 'Property, AllowUnsafeBlocks, AppConfigForCompiler, ApplicationIcon, ApplicationRevision, ApplicationVersion, AppDesignerFolder, AspNetConfiguration, AssemblyKeyContainerName, AssemblyKeyProviderName, AssemblyName, AssemblyOriginatorKeyFile, AssemblyOriginatorKeyFileType, AssemblyOriginatorKeyMode, AssemblyType, AutoGenerateBindingRedirects, AutorunEnabled, BaseAddress, BootstrapperComponentsLocation, BootstrapperComponentsUrl, BootstrapperEnabled, CharacterSet, CheckForOverflowUnderflow, CLRSupport, UseDebugLibraries, CodePage, Configuration, ConfigurationName, ConfigurationOverrideFile, CreateDesktopShortcut, CreateWebPageOnPublish, CurrentSolutionConfigurationContents, DebugSecurityZoneURL, DebugSymbols, DebugType, DefaultClientScript, DefaultHTMLPageLayout, DefaultTargetSchema, DefineConstants, DefineDebug, DefineTrace, DelaySign, DisableLangXtns, DisallowUrlActivation, CodeAnalysisAdditionalOptions, CodeAnalysisApplyLogFileXsl, CodeAnalysisConsoleXsl, CodeAnalysisCulture, CodeAnalysisFailOnMissingRule.... C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 18 6 Miscellaneous Files

Warning 6 The element 'PropertyGroup' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003' has invalid child element 'TargetPath' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003'. List of possible elements expected: 'Property, AllowUnsafeBlocks, AppConfigForCompiler, ApplicationIcon, ApplicationRevision, ApplicationVersion, AppDesignerFolder, AspNetConfiguration, AssemblyKeyContainerName, AssemblyKeyProviderName, AssemblyName, AssemblyOriginatorKeyFile, AssemblyOriginatorKeyFileType, AssemblyOriginatorKeyMode, AssemblyType, AutoGenerateBindingRedirects, AutorunEnabled, BaseAddress, BootstrapperComponentsLocation, BootstrapperComponentsUrl, BootstrapperEnabled, CharacterSet, CheckForOverflowUnderflow, CLRSupport, UseDebugLibraries, CodePage, Configuration, ConfigurationName, ConfigurationOverrideFile, CreateDesktopShortcut, CreateWebPageOnPublish, CurrentSolutionConfigurationContents, DebugSecurityZoneURL, DebugSymbols, DebugType, DefaultClientScript, DefaultHTMLPageLayout, DefaultTargetSchema, DefineConstants, DefineDebug, DefineTrace, DelaySign, DisableLangXtns, DisallowUrlActivation, CodeAnalysisAdditionalOptions, CodeAnalysisApplyLogFileXsl, CodeAnalysisConsoleXsl, CodeAnalysisCulture, CodeAnalysisFailOnMissingRule.... C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 31 6 Miscellaneous Files

Warning 7 The element 'PropertyGroup' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003' has invalid child element 'EmbedManifestBy' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003'. List of possible elements expected: 'Property, AllowUnsafeBlocks, AppConfigForCompiler, ApplicationIcon, ApplicationRevision, ApplicationVersion, AppDesignerFolder, AspNetConfiguration, AssemblyKeyContainerName, AssemblyKeyProviderName, AssemblyName, AssemblyOriginatorKeyFile, AssemblyOriginatorKeyFileType, AssemblyOriginatorKeyMode, AssemblyType, AutoGenerateBindingRedirects, AutorunEnabled, BaseAddress, BootstrapperComponentsLocation, BootstrapperComponentsUrl, BootstrapperEnabled, CharacterSet, CheckForOverflowUnderflow, CLRSupport, UseDebugLibraries, CodePage, Configuration, ConfigurationName, ConfigurationOverrideFile, CreateDesktopShortcut, CreateWebPageOnPublish, CurrentSolutionConfigurationContents, DebugSecurityZoneURL, DebugSymbols, DebugType, DefaultClientScript, DefaultHTMLPageLayout, DefaultTargetSchema, DefineConstants, DefineDebug, DefineTrace, DelaySign, DisableLangXtns, DisallowUrlActivation, CodeAnalysisAdditionalOptions, CodeAnalysisApplyLogFileXsl, CodeAnalysisConsoleXsl, CodeAnalysisCulture, CodeAnalysisFailOnMissingRule.... C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 59 6 Miscellaneous Files

Warning 8 The element 'PropertyGroup' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003' has invalid child element 'EmbedManifestBy' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003'. List of possible elements expected: 'Property, AllowUnsafeBlocks, AppConfigForCompiler, ApplicationIcon, ApplicationRevision, ApplicationVersion, AppDesignerFolder, AspNetConfiguration, AssemblyKeyContainerName, AssemblyKeyProviderName, AssemblyName, AssemblyOriginatorKeyFile, AssemblyOriginatorKeyFileType, AssemblyOriginatorKeyMode, AssemblyType, AutoGenerateBindingRedirects, AutorunEnabled, BaseAddress, BootstrapperComponentsLocation, BootstrapperComponentsUrl, BootstrapperEnabled, CharacterSet, CheckForOverflowUnderflow, CLRSupport, UseDebugLibraries, CodePage, Configuration, ConfigurationName, ConfigurationOverrideFile, CreateDesktopShortcut, CreateWebPageOnPublish, CurrentSolutionConfigurationContents, DebugSecurityZoneURL, DebugSymbols, DebugType, DefaultClientScript, DefaultHTMLPageLayout, DefaultTargetSchema, DefineConstants, DefineDebug, DefineTrace, DelaySign, DisableLangXtns, DisallowUrlActivation, CodeAnalysisAdditionalOptions, CodeAnalysisApplyLogFileXsl, CodeAnalysisConsoleXsl, CodeAnalysisCulture, CodeAnalysisFailOnMissingRule.... C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 65 6 Miscellaneous Files

Warning 9 The element 'ItemGroup' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003' has invalid child element 'AvailableItemName' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003'. List of possible elements expected: 'Item, Reference, COMReference, COMFileReference, Xdcmake, Bscmake, ClCompile, ClInclude, Midl, ResourceCompile, PreLinkEvent, CustomBuildStep, Manifest, ProjectConfiguration, ProjectCapability, NativeReference, ProjectReference, Compile, EmbeddedResource, Content, Page, Resource, ApplicationDefinition, None, BaseApplicationManifest, Folder, Import, Service, WebReferences, WebReferenceUrl, FileAssociation, BootstrapperFile, PublishFile, PRIResource, AppxSystemBinary, AppxReservedFileName, AppxManifestFileNameQuery, AppxManifest, StoreAssociationFile, CodeAnalysisDependentAssemblyPaths, CodeAnalysisDictionary, CodeAnalysisImport, Link, ResourceCompile, PreBuildEvent, PostBuildEvent' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003'. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 89 6 Miscellaneous Files

Warning 10 The element 'PropertyGroup' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003' has invalid child element '_BuildSuffix' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003'. List of possible elements expected: 'Property, AllowUnsafeBlocks, AppConfigForCompiler, ApplicationIcon, ApplicationRevision, ApplicationVersion, AppDesignerFolder, AspNetConfiguration, AssemblyKeyContainerName, AssemblyKeyProviderName, AssemblyName, AssemblyOriginatorKeyFile, AssemblyOriginatorKeyFileType, AssemblyOriginatorKeyMode, AssemblyType, AutoGenerateBindingRedirects, AutorunEnabled, BaseAddress, BootstrapperComponentsLocation, BootstrapperComponentsUrl, BootstrapperEnabled, CharacterSet, CheckForOverflowUnderflow, CLRSupport, UseDebugLibraries, CodePage, Configuration, ConfigurationName, ConfigurationOverrideFile, CreateDesktopShortcut, CreateWebPageOnPublish, CurrentSolutionConfigurationContents, DebugSecurityZoneURL, DebugSymbols, DebugType, DefaultClientScript, DefaultHTMLPageLayout, DefaultTargetSchema, DefineConstants, DefineDebug, DefineTrace, DelaySign, DisableLangXtns, DisallowUrlActivation, CodeAnalysisAdditionalOptions, CodeAnalysisApplyLogFileXsl, CodeAnalysisConsoleXsl, CodeAnalysisCulture, CodeAnalysisFailOnMissingRule.... C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 116 6 Miscellaneous Files

Warning 11 The element 'PropertyGroup' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003' has invalid child element 'CustomBuildToolBeforeTargets' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003'. List of possible elements expected: 'Property, AllowUnsafeBlocks, AppConfigForCompiler, ApplicationIcon, ApplicationRevision, ApplicationVersion, AppDesignerFolder, AspNetConfiguration, AssemblyKeyContainerName, AssemblyKeyProviderName, AssemblyName, AssemblyOriginatorKeyFile, AssemblyOriginatorKeyFileType, AssemblyOriginatorKeyMode, AssemblyType, AutoGenerateBindingRedirects, AutorunEnabled, BaseAddress, BootstrapperComponentsLocation, BootstrapperComponentsUrl, BootstrapperEnabled, CharacterSet, CheckForOverflowUnderflow, CLRSupport, UseDebugLibraries, CodePage, Configuration, ConfigurationName, ConfigurationOverrideFile, CreateDesktopShortcut, CreateWebPageOnPublish, CurrentSolutionConfigurationContents, DebugSecurityZoneURL, DebugSymbols, DebugType, DefaultClientScript, DefaultHTMLPageLayout, DefaultTargetSchema, DefineConstants, DefineDebug, DefineTrace, DelaySign, DisableLangXtns, DisallowUrlActivation, CodeAnalysisAdditionalOptions, CodeAnalysisApplyLogFileXsl, CodeAnalysisConsoleXsl, CodeAnalysisCulture, CodeAnalysisFailOnMissingRule.... C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 139 6 Miscellaneous Files

Warning 12 The element 'PropertyGroup' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003' has invalid child element 'CustomBuildToolBeforeTargets' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003'. List of possible elements expected: 'Property, AllowUnsafeBlocks, AppConfigForCompiler, ApplicationIcon, ApplicationRevision, ApplicationVersion, AppDesignerFolder, AspNetConfiguration, AssemblyKeyContainerName, AssemblyKeyProviderName, AssemblyName, AssemblyOriginatorKeyFile, AssemblyOriginatorKeyFileType, AssemblyOriginatorKeyMode, AssemblyType, AutoGenerateBindingRedirects, AutorunEnabled, BaseAddress, BootstrapperComponentsLocation, BootstrapperComponentsUrl, BootstrapperEnabled, CharacterSet, CheckForOverflowUnderflow, CLRSupport, UseDebugLibraries, CodePage, Configuration, ConfigurationName, ConfigurationOverrideFile, CreateDesktopShortcut, CreateWebPageOnPublish, CurrentSolutionConfigurationContents, DebugSecurityZoneURL, DebugSymbols, DebugType, DefaultClientScript, DefaultHTMLPageLayout, DefaultTargetSchema, DefineConstants, DefineDebug, DefineTrace, DelaySign, DisableLangXtns, DisallowUrlActivation, CodeAnalysisAdditionalOptions, CodeAnalysisApplyLogFileXsl, CodeAnalysisConsoleXsl, CodeAnalysisCulture, CodeAnalysisFailOnMissingRule.... C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 145 6 Miscellaneous Files

Warning 13 The element 'PropertyGroup' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003' has invalid child element 'CustomBuildToolBeforeTargets' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003'. List of possible elements expected: 'Property, AllowUnsafeBlocks, AppConfigForCompiler, ApplicationIcon, ApplicationRevision, ApplicationVersion, AppDesignerFolder, AspNetConfiguration, AssemblyKeyContainerName, AssemblyKeyProviderName, AssemblyName, AssemblyOriginatorKeyFile, AssemblyOriginatorKeyFileType, AssemblyOriginatorKeyMode, AssemblyType, AutoGenerateBindingRedirects, AutorunEnabled, BaseAddress, BootstrapperComponentsLocation, BootstrapperComponentsUrl, BootstrapperEnabled, CharacterSet, CheckForOverflowUnderflow, CLRSupport, UseDebugLibraries, CodePage, Configuration, ConfigurationName, ConfigurationOverrideFile, CreateDesktopShortcut, CreateWebPageOnPublish, CurrentSolutionConfigurationContents, DebugSecurityZoneURL, DebugSymbols, DebugType, DefaultClientScript, DefaultHTMLPageLayout, DefaultTargetSchema, DefineConstants, DefineDebug, DefineTrace, DelaySign, DisableLangXtns, DisallowUrlActivation, CodeAnalysisAdditionalOptions, CodeAnalysisApplyLogFileXsl, CodeAnalysisConsoleXsl, CodeAnalysisCulture, CodeAnalysisFailOnMissingRule.... C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 153 6 Miscellaneous Files

Warning 14 The element 'PropertyGroup' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003' has invalid child element 'CustomBuildToolArchitecture' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003'. List of possible elements expected: 'Property, AllowUnsafeBlocks, AppConfigForCompiler, ApplicationIcon, ApplicationRevision, ApplicationVersion, AppDesignerFolder, AspNetConfiguration, AssemblyKeyContainerName, AssemblyKeyProviderName, AssemblyName, AssemblyOriginatorKeyFile, AssemblyOriginatorKeyFileType, AssemblyOriginatorKeyMode, AssemblyType, AutoGenerateBindingRedirects, AutorunEnabled, BaseAddress, BootstrapperComponentsLocation, BootstrapperComponentsUrl, BootstrapperEnabled, CharacterSet, CheckForOverflowUnderflow, CLRSupport, UseDebugLibraries, CodePage, Configuration, ConfigurationName, ConfigurationOverrideFile, CreateDesktopShortcut, CreateWebPageOnPublish, CurrentSolutionConfigurationContents, DebugSecurityZoneURL, DebugSymbols, DebugType, DefaultClientScript, DefaultHTMLPageLayout, DefaultTargetSchema, DefineConstants, DefineDebug, DefineTrace, DelaySign, DisableLangXtns, DisallowUrlActivation, CodeAnalysisAdditionalOptions, CodeAnalysisApplyLogFileXsl, CodeAnalysisConsoleXsl, CodeAnalysisCulture, CodeAnalysisFailOnMissingRule.... C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 167 8 Miscellaneous Files

Warning 15 The element 'Target' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003' has invalid child element 'CustomBuild' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003'. List of possible elements expected: 'Task, AL, AspNetCompiler, AssignCulture, AssignProjectConfiguration, AssignTargetPath, AxImp, CallTarget, CombinePath, ConvertToAbsolutePath, Copy, CreateCSharpManifestResourceName, CreateItem, CreateProperty, CreateVisualBasicManifestResourceName, Csc, Delete, Error, Exec, FindAppConfigFile, FindInList, FindUnderPath, FormatUrl, FormatVersion, GenerateApplicationManifest, GenerateBootstrapper, GenerateDeploymentManifest, GenerateResource, GenerateTrustInfo, GetAssemblyIdentity, GetFrameworkPath, GetFrameworkSdkPath, GetReferenceAssemblyPaths, LC, MakeDir, Message, Move, MSBuild, ReadLinesFromFile, RegisterAssembly, RemoveDir, RemoveDuplicates, RequiresFramework35SP1Assembly, ResolveAssemblyReference, ResolveComReference, ResolveKeySource, ResolveManifestFiles, ResolveNativeReference, ResolveNonMSBuildProjectOutput, SGen, SignFile, TlbImp, Touch, UnregisterAssembly, UpdateManifest, Vbc, VCBuild, Warning, WriteCodeFragment, WriteLinesToFile, XslTransformation, CodeAnalysis, CL, Link, BSCMake, CPPClean, Get.... C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 170 6 Miscellaneous Files

Warning 16 The element 'ClCompile' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003' has invalid child element 'PrecompiledHeaderOutputFile' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003'. List of possible elements expected: 'PrecompiledHeader, AdditionalIncludeDirectories, AdditionalUsingDirectories, CompileAsManaged, ErrorReporting, WarningLevel, MinimalRebuild, DebugInformationFormat, PreprocessorDefinitions, Optimization, BasicRuntimeChecks, RuntimeLibrary, FunctionLevelLinking, FloatingPointModel, IntrinsicFunctions, PrecompiledHeaderFile, MultiProcessorCompilation, UseUnicodeForAssemblerListing, UndefinePreprocessorDefinitions, StringPooling, BrowseInformation, FloatingPointExceptions, CreateHotpatchableImage, RuntimeTypeInfo, OpenMPSupport, CallingConvention, DisableSpecificWarnings, ForcedIncludeFiles, ForcedUsingFiles, ShowIncludes, UseFullPaths, OmitDefaultLibName, TreatSpecificWarningsAsErrors' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003'. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 215 10 Miscellaneous Files

Warning 17 The element 'PropertyGroup' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003' has invalid child element 'CLToolArchitecture' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003'. List of possible elements expected: 'Property, AllowUnsafeBlocks, AppConfigForCompiler, ApplicationIcon, ApplicationRevision, ApplicationVersion, AppDesignerFolder, AspNetConfiguration, AssemblyKeyContainerName, AssemblyKeyProviderName, AssemblyName, AssemblyOriginatorKeyFile, AssemblyOriginatorKeyFileType, AssemblyOriginatorKeyMode, AssemblyType, AutoGenerateBindingRedirects, AutorunEnabled, BaseAddress, BootstrapperComponentsLocation, BootstrapperComponentsUrl, BootstrapperEnabled, CharacterSet, CheckForOverflowUnderflow, CLRSupport, UseDebugLibraries, CodePage, Configuration, ConfigurationName, ConfigurationOverrideFile, CreateDesktopShortcut, CreateWebPageOnPublish, CurrentSolutionConfigurationContents, DebugSecurityZoneURL, DebugSymbols, DebugType, DefaultClientScript, DefaultHTMLPageLayout, DefaultTargetSchema, DefineConstants, DefineDebug, DefineTrace, DelaySign, DisableLangXtns, DisallowUrlActivation, CodeAnalysisAdditionalOptions, CodeAnalysisApplyLogFileXsl, CodeAnalysisConsoleXsl, CodeAnalysisCulture, CodeAnalysisFailOnMissingRule.... C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 228 8 Miscellaneous Files

Warning 18 The element 'ItemGroup' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003' has invalid child element 'ClNoDependencies' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003'. List of possible elements expected: 'Item, Reference, COMReference, COMFileReference, Xdcmake, Bscmake, ClCompile, ClInclude, Midl, ResourceCompile, PreLinkEvent, CustomBuildStep, Manifest, ProjectConfiguration, ProjectCapability, NativeReference, ProjectReference, Compile, EmbeddedResource, Content, Page, Resource, ApplicationDefinition, None, BaseApplicationManifest, Folder, Import, Service, WebReferences, WebReferenceUrl, FileAssociation, BootstrapperFile, PublishFile, PRIResource, AppxSystemBinary, AppxReservedFileName, AppxManifestFileNameQuery, AppxManifest, StoreAssociationFile, CodeAnalysisDependentAssemblyPaths, CodeAnalysisDictionary, CodeAnalysisImport, Link, ResourceCompile, PreBuildEvent, PostBuildEvent' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003'. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 233 8 Miscellaneous Files

Warning 19 The 'BuildingInIDE' attribute is not declared. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 243 9 Miscellaneous Files

Warning 20 The 'CompileAsWinRT' attribute is not declared. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 257 9 Miscellaneous Files

Warning 21 The 'EnableParallelCodeGeneration' attribute is not declared. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 264 9 Miscellaneous Files

Warning 22 The 'PREfastAdditionalOptions' attribute is not declared. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 291 9 Miscellaneous Files

Warning 23 The 'PREfastAdditionalPlugins' attribute is not declared. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 292 9 Miscellaneous Files

Warning 24 The 'PREfastLog' attribute is not declared. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 293 9 Miscellaneous Files

Warning 25 The 'SDLCheck' attribute is not declared. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 302 9 Miscellaneous Files

Warning 26 The 'WinRTNoStdLib' attribute is not declared. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 317 9 Miscellaneous Files

Warning 27 The 'ToolArchitecture' attribute is not declared. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 329 9 Miscellaneous Files

Warning 28 The 'TrackerFrameworkPath' attribute is not declared. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 330 9 Miscellaneous Files

Warning 29 The 'TrackerSdkPath' attribute is not declared. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 331 9 Miscellaneous Files

Warning 30 The 'DeleteOutputOnExecute' attribute is not declared. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 333 9 Miscellaneous Files

Warning 31 The 'YieldDuringToolExecution' attribute is not declared. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 336 9 Miscellaneous Files

Warning 32 The 'BuildingInIDE' attribute is not declared. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 342 9 Miscellaneous Files

Warning 33 The 'CompileAsWinRT' attribute is not declared. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 356 9 Miscellaneous Files

Warning 34 The 'EnableParallelCodeGeneration' attribute is not declared. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 363 9 Miscellaneous Files

Warning 35 The 'PREfastAdditionalOptions' attribute is not declared. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 390 9 Miscellaneous Files

Warning 36 The 'PREfastAdditionalPlugins' attribute is not declared. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 391 9 Miscellaneous Files

Warning 37 The 'PREfastLog' attribute is not declared. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 392 9 Miscellaneous Files

Warning 38 The 'SDLCheck' attribute is not declared. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 401 9 Miscellaneous Files

Warning 39 The 'WinRTNoStdLib' attribute is not declared. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 416 9 Miscellaneous Files

Warning 40 The 'ToolArchitecture' attribute is not declared. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 428 9 Miscellaneous Files

Warning 41 The 'TrackerFrameworkPath' attribute is not declared. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 429 9 Miscellaneous Files

Warning 42 The 'TrackerSdkPath' attribute is not declared. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 430 9 Miscellaneous Files

Warning 43 The 'DeleteOutputOnExecute' attribute is not declared. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 432 9 Miscellaneous Files

Warning 44 The 'YieldDuringToolExecution' attribute is not declared. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 435 9 Miscellaneous Files

Warning 45 The element 'ClCompile' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003' has invalid child element 'PrecompiledHeaderOutputFile' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003'. List of possible elements expected: 'PrecompiledHeader, AdditionalIncludeDirectories, AdditionalUsingDirectories, CompileAsManaged, ErrorReporting, WarningLevel, MinimalRebuild, DebugInformationFormat, PreprocessorDefinitions, Optimization, BasicRuntimeChecks, RuntimeLibrary, FunctionLevelLinking, FloatingPointModel, IntrinsicFunctions, PrecompiledHeaderFile, MultiProcessorCompilation, UseUnicodeForAssemblerListing, UndefinePreprocessorDefinitions, StringPooling, BrowseInformation, FloatingPointExceptions, CreateHotpatchableImage, RuntimeTypeInfo, OpenMPSupport, CallingConvention, DisableSpecificWarnings, ForcedIncludeFiles, ForcedUsingFiles, ShowIncludes, UseFullPaths, OmitDefaultLibName, TreatSpecificWarningsAsErrors' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003'. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 445 10 Miscellaneous Files

Warning 46 The 'BuildingInIDE' attribute is not declared. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 459 9 Miscellaneous Files

Warning 47 The 'CompileAsWinRT' attribute is not declared. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 473 9 Miscellaneous Files

Warning 48 The 'EnableParallelCodeGeneration' attribute is not declared. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 480 9 Miscellaneous Files

Warning 49 The 'PREfastAdditionalOptions' attribute is not declared. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 507 9 Miscellaneous Files

Warning 50 The 'PREfastAdditionalPlugins' attribute is not declared. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 508 9 Miscellaneous Files

Warning 51 The 'PREfastLog' attribute is not declared. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 509 9 Miscellaneous Files

Warning 52 The 'SDLCheck' attribute is not declared. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 518 9 Miscellaneous Files

Warning 53 The 'WinRTNoStdLib' attribute is not declared. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 533 9 Miscellaneous Files

Warning 54 The 'ToolArchitecture' attribute is not declared. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 545 9 Miscellaneous Files

Warning 55 The 'TrackerFrameworkPath' attribute is not declared. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 546 9 Miscellaneous Files

Warning 56 The 'TrackerSdkPath' attribute is not declared. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 547 9 Miscellaneous Files

Warning 57 The 'DeleteOutputOnExecute' attribute is not declared. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 549 9 Miscellaneous Files

Warning 58 The 'YieldDuringToolExecution' attribute is not declared. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 552 9 Miscellaneous Files

Warning 59 The element 'ItemGroup' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003' has invalid child element '_EmbedManagedResourceFile' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003'. List of possible elements expected: 'Item, Reference, COMReference, COMFileReference, Xdcmake, Bscmake, ClCompile, ClInclude, Midl, ResourceCompile, PreLinkEvent, CustomBuildStep, Manifest, ProjectConfiguration, ProjectCapability, NativeReference, ProjectReference, Compile, EmbeddedResource, Content, Page, Resource, ApplicationDefinition, None, BaseApplicationManifest, Folder, Import, Service, WebReferences, WebReferenceUrl, FileAssociation, BootstrapperFile, PublishFile, PRIResource, AppxSystemBinary, AppxReservedFileName, AppxManifestFileNameQuery, AppxManifest, StoreAssociationFile, CodeAnalysisDependentAssemblyPaths, CodeAnalysisDictionary, CodeAnalysisImport, Link, ResourceCompile, PreBuildEvent, PostBuildEvent' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003'. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 565 8 Miscellaneous Files

Warning 60 The element 'PropertyGroup' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003' has invalid child element 'Link_MinimalRebuildFromTracking' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003'. List of possible elements expected: 'Property, AllowUnsafeBlocks, AppConfigForCompiler, ApplicationIcon, ApplicationRevision, ApplicationVersion, AppDesignerFolder, AspNetConfiguration, AssemblyKeyContainerName, AssemblyKeyProviderName, AssemblyName, AssemblyOriginatorKeyFile, AssemblyOriginatorKeyFileType, AssemblyOriginatorKeyMode, AssemblyType, AutoGenerateBindingRedirects, AutorunEnabled, BaseAddress, BootstrapperComponentsLocation, BootstrapperComponentsUrl, BootstrapperEnabled, CharacterSet, CheckForOverflowUnderflow, CLRSupport, UseDebugLibraries, CodePage, Configuration, ConfigurationName, ConfigurationOverrideFile, CreateDesktopShortcut, CreateWebPageOnPublish, CurrentSolutionConfigurationContents, DebugSecurityZoneURL, DebugSymbols, DebugType, DefaultClientScript, DefaultHTMLPageLayout, DefaultTargetSchema, DefineConstants, DefineDebug, DefineTrace, DelaySign, DisableLangXtns, DisallowUrlActivation, CodeAnalysisAdditionalOptions, CodeAnalysisApplyLogFileXsl, CodeAnalysisConsoleXsl, CodeAnalysisCulture, CodeAnalysisFailOnMissingRule.... C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 573 8 Miscellaneous Files

Warning 61 The element 'Link' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003' has invalid child element 'ManifestEmbed' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003'. List of possible elements expected: 'AdditionalDependencies, OutputFile, AssemblyDebug, SubSystem, ShowProgress, GenerateDebugInformation, EnableCOMDATFolding, OptimizeReferences, Version, Driver, RandomizedBaseAddress, SuppressStartupBanner, AdditionalLibraryDirectories, Profile, LinkStatus, FixedBaseAddress, DataExecutionPrevention, SwapRunFromCD, SwapRunFromNET, RegisterOutput, AllowIsolation, EnableUAC, UACExecutionLevel, UACUIAccess, PreventDllBinding, IgnoreStandardIncludePath, GenerateMapFile, IgnoreEmbeddedIDL, TypeLibraryResourceID, LinkErrorReporting, MapExports, TargetMachine, TreatLinkerWarningAsErrors, ForceFileOutput, CreateHotPatchableImage, SpecifySectionAttributes, MSDOSStubFileName, IgnoreAllDefaultLibraries, IgnoreSpecificDefaultLibraries, ModuleDefinitionFile, AddModuleNamesToAssembly, EmbedManagedResourceFile, ForceSymbolReferences, DelayLoadDLLs, AssemblyLinkResource, AdditionalManifestDependencies, StripPrivateSymbols, MapFileName, MinimumRequiredVersion, HeapReserveSize, HeapCommitSize, StackReserveSize, StackCommitSi.... C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 592 10 Miscellaneous Files

Warning 62 The element 'Link' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003' has invalid child element 'WindowsMetadataFile' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003'. List of possible elements expected: 'AdditionalDependencies, OutputFile, AssemblyDebug, SubSystem, ShowProgress, GenerateDebugInformation, EnableCOMDATFolding, OptimizeReferences, Version, Driver, RandomizedBaseAddress, SuppressStartupBanner, AdditionalLibraryDirectories, Profile, LinkStatus, FixedBaseAddress, DataExecutionPrevention, SwapRunFromCD, SwapRunFromNET, RegisterOutput, AllowIsolation, EnableUAC, UACExecutionLevel, UACUIAccess, PreventDllBinding, IgnoreStandardIncludePath, GenerateMapFile, IgnoreEmbeddedIDL, TypeLibraryResourceID, LinkErrorReporting, MapExports, TargetMachine, TreatLinkerWarningAsErrors, ForceFileOutput, CreateHotPatchableImage, SpecifySectionAttributes, MSDOSStubFileName, IgnoreAllDefaultLibraries, IgnoreSpecificDefaultLibraries, ModuleDefinitionFile, AddModuleNamesToAssembly, EmbedManagedResourceFile, ForceSymbolReferences, DelayLoadDLLs, AssemblyLinkResource, AdditionalManifestDependencies, StripPrivateSymbols, MapFileName, MinimumRequiredVersion, HeapReserveSize, HeapCommitSize, StackReserveSize, StackCommitSi.... C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 599 10 Miscellaneous Files

Warning 63 The 'BuildingInIDE' attribute is not declared. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 608 9 Miscellaneous Files

Warning 64 The 'AppContainer' attribute is not declared. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 617 9 Miscellaneous Files

Warning 65 The 'GenerateWindowsMetadata' attribute is not declared. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 642 9 Miscellaneous Files

Warning 66 The 'WindowsMetadataFile' attribute is not declared. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 643 9 Miscellaneous Files

Warning 67 The 'ManifestEmbed' attribute is not declared. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 659 9 Miscellaneous Files

Warning 68 The 'ManifestInput' attribute is not declared. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 660 9 Miscellaneous Files

Warning 69 The 'SignHash' attribute is not declared. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 680 9 Miscellaneous Files

Warning 70 The 'WindowsMetadataLinkKeyFile' attribute is not declared. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 700 9 Miscellaneous Files

Warning 71 The 'WindowsMetadataKeyContainer' attribute is not declared. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 701 9 Miscellaneous Files

Warning 72 The 'WindowsMetadataLinkDelaySign' attribute is not declared. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 702 9 Miscellaneous Files

Warning 73 The 'WindowsMetadataSignHash' attribute is not declared. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 703 9 Miscellaneous Files

Warning 74 The 'ToolArchitecture' attribute is not declared. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 713 9 Miscellaneous Files

Warning 75 The 'TrackerFrameworkPath' attribute is not declared. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 714 9 Miscellaneous Files

Warning 76 The 'TrackerSdkPath' attribute is not declared. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 715 9 Miscellaneous Files

Warning 77 The 'YieldDuringToolExecution' attribute is not declared. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 719 9 Miscellaneous Files

Warning 78 The 'BuildingInIDE' attribute is not declared. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 732 9 Miscellaneous Files

Warning 79 The 'AppContainer' attribute is not declared. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 741 9 Miscellaneous Files

Warning 80 The 'GenerateWindowsMetadata' attribute is not declared. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 766 9 Miscellaneous Files

Warning 81 The 'WindowsMetadataFile' attribute is not declared. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 767 9 Miscellaneous Files

Warning 82 The 'ManifestEmbed' attribute is not declared. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120Microsoft.CppCommon.targets 783 9 Miscellaneous Files

Warning 83 The 'ManifestInput' attribute is not declared. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 784 9 Miscellaneous Files

Warning 84 The 'SignHash' attribute is not declared. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 804 9 Miscellaneous Files
Warning 85 The 'WindowsMetadataLinkKeyFile' attribute is not declared. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 824 9 Miscellaneous Files
Warning 86 The 'WindowsMetadataKeyContainer' attribute is not declared. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 825 9 Miscellaneous Files
Warning 87 The 'WindowsMetadataLinkDelaySign' attribute is not declared. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 826 9 Miscellaneous Files
Warning 88 The 'WindowsMetadataSignHash' attribute is not declared. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 827 9 Miscellaneous Files
Warning 89 The 'ToolArchitecture' attribute is not declared. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 837 9 Miscellaneous Files
Warning 90 The 'TrackerFrameworkPath' attribute is not declared. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 838 9 Miscellaneous Files
Warning 91 The 'TrackerSdkPath' attribute is not declared. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 839 9 Miscellaneous Files
Warning 92 The 'YieldDuringToolExecution' attribute is not declared. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 843 9 Miscellaneous Files
Warning 93 The element 'PropertyGroup' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003' has invalid child element 'LinkToolArchitecture' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003'. List of possible elements expected: 'Property, AllowUnsafeBlocks, AppConfigForCompiler, ApplicationIcon, ApplicationRevision, ApplicationVersion, AppDesignerFolder, AspNetConfiguration, AssemblyKeyContainerName, AssemblyKeyProviderName, AssemblyName, AssemblyOriginatorKeyFile, AssemblyOriginatorKeyFileType, AssemblyOriginatorKeyMode, AssemblyType, AutoGenerateBindingRedirects, AutorunEnabled, BaseAddress, BootstrapperComponentsLocation, BootstrapperComponentsUrl, BootstrapperEnabled, CharacterSet, CheckForOverflowUnderflow, CLRSupport, UseDebugLibraries, CodePage, Configuration, ConfigurationName, ConfigurationOverrideFile, CreateDesktopShortcut, CreateWebPageOnPublish, CurrentSolutionConfigurationContents, DebugSecurityZoneURL, DebugSymbols, DebugType, DefaultClientScript, DefaultHTMLPageLayout, DefaultTargetSchema, DefineConstants, DefineDebug, DefineTrace, DelaySign, DisableLangXtns, DisallowUrlActivation, CodeAnalysisAdditionalOptions, CodeAnalysisApplyLogFileXsl, CodeAnalysisConsoleXsl, CodeAnalysisCulture, CodeAnalysisFailOnMissingRule.... C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 855 8 Miscellaneous Files
Warning 94 The 'BuildingInIDE' attribute is not declared. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 867 9 Miscellaneous Files
Warning 95 The 'AppContainer' attribute is not declared. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 876 9 Miscellaneous Files
Warning 96 The 'GenerateWindowsMetadata' attribute is not declared. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 901 9 Miscellaneous Files
Warning 97 The 'WindowsMetadataFile' attribute is not declared. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 902 9 Miscellaneous Files
Warning 98 The 'ManifestEmbed' attribute is not declared. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 918 9 Miscellaneous Files
Warning 99 The 'ManifestInput' attribute is not declared. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 919 9 Miscellaneous Files
Warning 100 The 'SignHash' attribute is not declared. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 939 9 Miscellaneous Files
Warning 101 The 'WindowsMetadataLinkKeyFile' attribute is not declared. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 959 9 Miscellaneous Files
Warning 102 The 'WindowsMetadataKeyContainer' attribute is not declared. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 960 9 Miscellaneous Files
Warning 103 The 'WindowsMetadataLinkDelaySign' attribute is not declared. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 961 9 Miscellaneous Files
Warning 104 The 'WindowsMetadataSignHash' attribute is not declared. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 962 9 Miscellaneous Files
Warning 105 The maximum number of errors or warnings has been reached. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 1812 1 Miscellaneous Files

AppX Packager: directory structure for referenced .dll(s)

$
0
0

I'm trying to use precompiled NuGet packages, like zlib, for WinRT Universal App development. Everything installs and compiles just fine, but running app ends up with "Unable to locate DLL" exception. Apparently, zlib.dll ends up copied into AppX\bin\v120\Win32\Debug\dynamic\cdecl instead of just AppX. If I manually copy .dll to AppX folder, everything works as a charm.

I've set up a test solution like that:

TestDLL.Windows (a dynamic library project, referenced from TestDLLApp.Windows)
TestDLL.WindowsPhone  (a dynamic library project , referenced from TestDLLApp.WindowsPhone)
TestDLL.Shared (.dll shared codebase)
TestDLLApp.Windows (a windows 8.1 app project)
TestDLLApp.WindowsPhone  (a windows phone 8.1 app project)
TestDLLApp.Shared (app shared codebase)
Resources\DLL (a folder with .dll just for testing purposes)
packages (this is where installed NuGet packages go)

Observations:
TestDLL output (testdll.dll) goes into AppX folder (correct)
TestDLL referenced .dll from "Resources\DLL" folder goes into "AppX\TestDLL" (incorrect, unable to locate DLL)
TestDLL NuGet .dlls go into folder like "AppX\TestDLL\bin\v120\Win32\Debug\dynamic\cdecl" (incorrect, unable to locate DLL) 
TestDLLApp referenced .dll from "Resources\DLL" folder goes into "AppX" (correct) 
TestDLLApp NuGet .dlls go into folder like "AppX\bin\v120\Win32\Debug\dynamic\cdecl" (incorrect, unable to locate DLL)

What am I doing wrong? How to setup packager to output .dlls into AppX forder?

Regarding Building of the Project .vcxproj Files

$
0
0

Hello All; 

I have made GUI type application and i want to build projects containing (.vcxproj) files by clicking the Button named as "Build" in the GUI application.  I have the list of projects that is displayed in the checked List box, and from this list of projects i have to select the projects that i want to build. 

But, the problem here is when i click on single project on the checked list box, that is to be build. When I run the project, it will start building all the projects one by one instead of one or the definite ones that i have selected from the checked list box. What could be the Reason behind this and solution to this problem ?? 



Tanmay

VS 2013 Pro update 4 - linker is hanging

$
0
0

hello

I'm having a problem linking my small c++ application since applying visual studio 2013 update 4.

It just sits there forever.

I increased linker verbosity to look for clues - didn't spot anything unusual

Then I tried the /LTCG:STATUS flag .. got a warning to say that would switch OFF incremental linking .. and mysteriously the hang went away!  (link took a few seconds, as it should)

Q: Is incremental inking broken in update 4?

Viewing all 2763 articles
Browse latest View live