Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation doesn't update %LOCALAPPDATA%\Microsoft\MSBuild\v4.0\Microsoft.Cpp.x64.user.props #10

Open
perdrix52 opened this issue Oct 6, 2022 · 0 comments · May be fixed by #13
Open

Comments

@perdrix52
Copy link

perdrix52 commented Oct 6, 2022

Shouldn't the installation update

%LOCALAPPDATA%\Microsoft\MSBuild\v4.0\Microsoft.Cpp.x64.user.props

So it reads:

<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
	<ImportGroup Label="PropertySheets">
	</ImportGroup>
	<PropertyGroup Label="UserMacros"/>
	<PropertyGroup/>
	<ItemDefinitionGroup>
		<ClCompile>
			<AdditionalIncludeDirectories>C:\Program Files (x86)\Visual Leak Detector\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
		</ClCompile>
		<Link>
			<AdditionalLibraryDirectories>C:\Program Files (x86)\Visual Leak Detector\lib\Win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
		</Link>
		<Lib>
			<AdditionalLibraryDirectories>C:\Program Files (x86)\Visual Leak Detector\lib\Win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
		</Lib>
	</ItemDefinitionGroup>
	<ItemGroup/>
</Project>

Some of my colleages installed VLD and asked it to integrate with Vs2019 but they get error messages about not finding vld.h (e.g.) while it all worked on my system (where I had replaced earlier releases of VLD over time).

If it's not there that the integration happens - where should have been updated?

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant