Skip to content

Commit

Permalink
configure the project so OldCPUSimulator.exe is copied to the GUI fol…
Browse files Browse the repository at this point in the history
…der even if it hasn't been before already
  • Loading branch information
tomysshadow committed Mar 5, 2024
1 parent 832e19d commit 734faad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OldCPUSimulator/OldCPUSimulator.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<SubSystem>Console</SubSystem>
</Link>
<PostBuildEvent>
<Command>xcopy "$(SolutionDir)$(Configuration)\$(ProjectName).exe" "$(SolutionDir)OldCPUSimulatorGUI\bin\$(Configuration)\$(ProjectName).exe" /y</Command>
<Command>xcopy "$(SolutionDir)$(Configuration)\$(ProjectName).exe" "$(SolutionDir)OldCPUSimulatorGUI\bin\$(Configuration)" /y</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
Expand Down Expand Up @@ -114,7 +114,7 @@
<SubSystem>Console</SubSystem>
</Link>
<PostBuildEvent>
<Command>xcopy "$(SolutionDir)$(Configuration)\$(ProjectName).exe" "$(SolutionDir)OldCPUSimulatorGUI\bin\$(Configuration)\$(ProjectName).exe" /y</Command>
<Command>xcopy "$(SolutionDir)$(Configuration)\$(ProjectName).exe" "$(SolutionDir)OldCPUSimulatorGUI\bin\$(Configuration)" /y</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
Expand Down

0 comments on commit 734faad

Please sign in to comment.