Skip to content

Commit

Permalink
changed dir of help_use_variables.html and added copy cmd in Project …
Browse files Browse the repository at this point in the history
…Config
  • Loading branch information
daddel80 committed Nov 13, 2023
1 parent 79f109c commit fdbc629
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
File renamed without changes.
15 changes: 10 additions & 5 deletions vs.proj/MultiReplace.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,8 @@ copy ..\help_use_variables.html $(OutDir)help_use_variables.html</Command>
</Link>
<PostBuildEvent>
<Command>copy ..\license.txt $(OutDir)license.txt
copy ..\README.md $(OutDir)README.md</Command>
copy ..\README.md $(OutDir)README.md
copy ..\help_use_variables.html $(OutDir)help_use_variables.html</Command>
</PostBuildEvent>
<PreBuildEvent>
<Command>
Expand All @@ -312,7 +313,8 @@ copy ..\README.md $(OutDir)README.md</Command>
</Link>
<PostBuildEvent>
<Command>copy ..\license.txt $(OutDir)license.txt
copy ..\README.md $(OutDir)README.md</Command>
copy ..\README.md $(OutDir)README.md
copy ..\help_use_variables.html $(OutDir)help_use_variables.html</Command>
</PostBuildEvent>
<PreBuildEvent>
<Command>
Expand Down Expand Up @@ -341,7 +343,8 @@ copy ..\README.md $(OutDir)README.md</Command>
</Link>
<PostBuildEvent>
<Command>copy ..\license.txt $(OutDir)license.txt
copy ..\README.md $(OutDir)README.md</Command>
copy ..\README.md $(OutDir)README.md
copy ..\help_use_variables.html $(OutDir)help_use_variables.html</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
Expand All @@ -366,7 +369,8 @@ copy ..\README.md $(OutDir)README.md</Command>
</Link>
<PostBuildEvent>
<Command>copy ..\license.txt $(OutDir)license.txt
copy ..\README.md $(OutDir)README.md</Command>
copy ..\README.md $(OutDir)README.md
copy ..\help_use_variables.html $(OutDir)help_use_variables.html</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
Expand All @@ -391,7 +395,8 @@ copy ..\README.md $(OutDir)README.md</Command>
</Link>
<PostBuildEvent>
<Command>copy ..\license.txt $(OutDir)license.txt
copy ..\README.md $(OutDir)README.md</Command>
copy ..\README.md $(OutDir)README.md
copy ..\help_use_variables.html $(OutDir)help_use_variables.html</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
Expand Down

0 comments on commit fdbc629

Please sign in to comment.