Skip to content

Commit

Permalink
MultiReplace.vcxproj update
Browse files Browse the repository at this point in the history
  • Loading branch information
daddel80 committed Dec 26, 2023
1 parent 4802ee2 commit daaf6c2
Showing 1 changed file with 18 additions and 30 deletions.
48 changes: 18 additions & 30 deletions vs.proj/MultiReplace.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -257,11 +257,9 @@
<ImportLibrary>$(TargetName).lib</ImportLibrary>
</Link>
<PostBuildEvent>
<Command>
copy ..\license.txt $(OutDir)license.txt
copy ..\README.md $(OutDir)README.md
copy ..\help_use_variables.html $(OutDir)MultiReplace\help_use_variables.html
</Command>
<Command>copy ..\license.txt $(OutDir)license.txt
copy ..\README.md $(OutDir)README.md
copy ..\help_use_variables.html $(OutDir)help_use_variables.html</Command>
</PostBuildEvent>
<PreBuildEvent>
<Command>
Expand All @@ -286,11 +284,9 @@
<ImportLibrary>$(TargetName).lib</ImportLibrary>
</Link>
<PostBuildEvent>
<Command>
copy ..\license.txt $(OutDir)license.txt
copy ..\README.md $(OutDir)README.md
copy ..\help_use_variables.html $(OutDir)MultiReplace\help_use_variables.html
</Command>
<Command>copy ..\license.txt $(OutDir)license.txt
copy ..\README.md $(OutDir)README.md
copy ..\help_use_variables.html $(OutDir)help_use_variables.html</Command>
</PostBuildEvent>
<PreBuildEvent>
<Command>
Expand All @@ -316,11 +312,9 @@
<ImportLibrary>$(TargetName).lib</ImportLibrary>
</Link>
<PostBuildEvent>
<Command>
copy ..\license.txt $(OutDir)license.txt
copy ..\README.md $(OutDir)README.md
copy ..\help_use_variables.html $(OutDir)MultiReplace\help_use_variables.html
</Command>
<Command>copy ..\license.txt $(OutDir)license.txt
copy ..\README.md $(OutDir)README.md
copy ..\help_use_variables.html $(OutDir)help_use_variables.html</Command>
</PostBuildEvent>
<PreBuildEvent>
<Command>
Expand Down Expand Up @@ -348,11 +342,9 @@
<ImportLibrary>$(TargetName).lib</ImportLibrary>
</Link>
<PostBuildEvent>
<Command>
copy ..\license.txt $(OutDir)license.txt
copy ..\README.md $(OutDir)README.md
copy ..\help_use_variables.html $(OutDir)MultiReplace\help_use_variables.html
</Command>
<Command>copy ..\license.txt $(OutDir)license.txt
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 @@ -376,11 +368,9 @@
<ImportLibrary>$(TargetName).lib</ImportLibrary>
</Link>
<PostBuildEvent>
<Command>
copy ..\license.txt $(OutDir)license.txt
copy ..\README.md $(OutDir)README.md
copy ..\help_use_variables.html $(OutDir)MultiReplace\help_use_variables.html
</Command>
<Command>copy ..\license.txt $(OutDir)license.txt
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 @@ -404,11 +394,9 @@
<ImportLibrary>$(TargetName).lib</ImportLibrary>
</Link>
<PostBuildEvent>
<Command>
copy ..\license.txt $(OutDir)license.txt
copy ..\README.md $(OutDir)README.md
copy ..\help_use_variables.html $(OutDir)MultiReplace\help_use_variables.html
</Command>
<Command>copy ..\license.txt $(OutDir)license.txt
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 daaf6c2

Please sign in to comment.