Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
florelis committed May 18, 2023
1 parent a73f542 commit 5444473
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@
</PropertyGroup>

<PropertyGroup Condition=" '$(Platform)' == 'Win32' ">
<OutDir>$(SolutionDir)x86\$(Configuration)\$(MSBuildProjectName)\</OutDir>
<OutDir>could\$(SolutionDir)x86\$(Configuration)\$(MSBuildProjectName)\</OutDir>
</PropertyGroup>
<PropertyGroup Condition=" '$(Platform)' != 'Win32' ">
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\$(MSBuildProjectName)\</OutDir>
<OutDir>thisbe\$(SolutionDir)$(Platform)\$(Configuration)\$(MSBuildProjectName)\</OutDir>
</PropertyGroup>

<ItemDefinitionGroup>
Expand Down

0 comments on commit 5444473

Please sign in to comment.