Skip to content

Commit

Permalink
refactor: build props platform config
Browse files Browse the repository at this point in the history
  • Loading branch information
Braasileiro committed Jan 3, 2025
1 parent 1ff6220 commit 88460e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project>
<!-- See https://aka.ms/dotnet/msbuild/customize for more details on customizing your build -->
<PropertyGroup>
<IntDir>$(SolutionDir).build\$(Configuration)\</IntDir>
<OutDir>$(SolutionDir).bin\$(Configuration)\</OutDir>
<PublishDir>$(SolutionDir).publish\</PublishDir>
<IntDir>$(SolutionDir).build\$(Configuration)\$(Platform)\</IntDir>
<OutDir>$(SolutionDir).bin\$(Configuration)\$(Platform)\</OutDir>
<PublishDir>$(SolutionDir).publish\$(Platform)\</PublishDir>
<MSBuildProjectExtensionsPath>$(IntDir)</MSBuildProjectExtensionsPath>
<IntermediateOutputPath>$(IntDir)</IntermediateOutputPath>
<OutputPath>$(OutDir)</OutputPath>
Expand Down

0 comments on commit 88460e7

Please sign in to comment.