Skip to content

Instantly share code, notes, and snippets.

View Nirmal4G's full-sized avatar
🆖
Something BIG is brewing!

Nirmal Guru Nirmal4G

🆖
Something BIG is brewing!
View GitHub Profile
@Nirmal4G
Nirmal4G / MSBuild.OutputPaths.Check.targets
Last active September 29, 2023 10:04
MSBuild Output Configurations
<Project>
<Target
Name="_FixupOutputPathsCheck"
BeforeTargets="_CheckForInvalidConfigurationAndPlatform">
<PropertyGroup>
<CheckForBuildPathMismatch>true</CheckForBuildPathMismatch>
<EnableBaseIntermediateOutputPathMismatchWarning>false</EnableBaseIntermediateOutputPathMismatchWarning>
</PropertyGroup>
</Target>