Skip to content

Commit

Permalink
Update Python project file with commented copy command.
Browse files Browse the repository at this point in the history
mpaperno committed Aug 2, 2022
1 parent 8fda523 commit a985bec
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Testing/Py_BasicConsole/Py_BasicConsole.pyproj
Original file line number Diff line number Diff line change
@@ -45,9 +45,10 @@
<!-- Uncomment the CoreCompile target to enable the Build command in
Visual Studio and specify your pre- and post-build commands in
the BeforeBuild and AfterBuild targets below. -->
<!--<Target Name="CoreCompile" />-->
<!-- <Target Name="CoreCompile" /> -->
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
<!-- <Command>copy /Y $(SolutionDir)\build\WASimClient_CLI\Release-x64\*.dll $(ProjectDir)</Command> -->
</Target>
</Project>
</Project>

0 comments on commit a985bec

Please sign in to comment.