Skip to content

Commit

Permalink
Configure BaseIntermediateOutputPath for Installer project.
Browse files Browse the repository at this point in the history
  • Loading branch information
chemodax committed Jan 6, 2024
1 parent d6be8f8 commit ae3b2b3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Installer/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<Project>
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />

<PropertyGroup>
<BaseIntermediateOutputPath>$(SolutionDir)_bin\$(Configuration)-$(Platform)\tmp\$(MSBuildProjectName)\</BaseIntermediateOutputPath>
</PropertyGroup>
</Project>
1 change: 1 addition & 0 deletions src/Installer/Installer.wixproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<DefineConstants>Version=$(Version)</DefineConstants>
</PropertyGroup>
<ItemGroup>
<None Include="Directory.Build.props" />
<None Include="LICENSE.rtf" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit ae3b2b3

Please sign in to comment.