Skip to content

Commit a985bec

Browse files
committed
Update Python project file with commented copy command.
1 parent 8fda523 commit a985bec

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Testing/Py_BasicConsole/Py_BasicConsole.pyproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,10 @@
4545
<!-- Uncomment the CoreCompile target to enable the Build command in
4646
Visual Studio and specify your pre- and post-build commands in
4747
the BeforeBuild and AfterBuild targets below. -->
48-
<!--<Target Name="CoreCompile" />-->
48+
<!-- <Target Name="CoreCompile" /> -->
4949
<Target Name="BeforeBuild">
5050
</Target>
5151
<Target Name="AfterBuild">
52+
<!-- <Command>copy /Y $(SolutionDir)\build\WASimClient_CLI\Release-x64\*.dll $(ProjectDir)</Command> -->
5253
</Target>
53-
</Project>
54+
</Project>

0 commit comments

Comments
 (0)