Skip to content

Commit

Permalink
Add large address aware to DeadlockTool and SolverTool.
Browse files Browse the repository at this point in the history
  • Loading branch information
ricksladkey committed Mar 3, 2010
1 parent be5398c commit 8131e1d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions DeadlockTool/DeadlockTool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,7 @@
<Target Name="AfterBuild">
</Target>
-->
<PropertyGroup>
<PostBuildEvent>$(SolutionDir)\laa.cmd "$(TargetPath)"</PostBuildEvent>
</PropertyGroup>
</Project>
3 changes: 3 additions & 0 deletions SolverTool/SolverTool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,7 @@
<Target Name="AfterBuild">
</Target>
-->
<PropertyGroup>
<PostBuildEvent>$(SolutionDir)\laa.cmd "$(TargetPath)"</PostBuildEvent>
</PropertyGroup>
</Project>

0 comments on commit 8131e1d

Please sign in to comment.