12 lines
575 B
XML
12 lines
575 B
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioPropertySheet
|
|
ProjectType="Visual C++"
|
|
Version="8.00"
|
|
Name="Copy to Root"
|
|
>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
Description="Copying binary and debug database..."
|
|
CommandLine="call "$(SolutionDir)post_build_copy.bat" "$(TargetPath)" "$(DoomPath)\" "$(SolutionDir)"
call "$(SolutionDir)post_build_copy.bat" "$(TargetDir)$(TargetName).pdb" "$(DoomPath)\" "$(SolutionDir)""
|
|
/>
|
|
</VisualStudioPropertySheet>
|