<AdditionalDependencies>cgraph.lib;gvc.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
<PostBuildEvent>
- <Command>$(OutDir)dot -c</Command>
+ <Command>$(OutDir)dot -c
+copy /B /Y $(OutDir)dot.exe $(OutDir)circo.exe
+copy /B /Y $(OutDir)dot.exe $(OutDir)fdp.exe
+copy /B /Y $(OutDir)dot.exe $(OutDir)neato.exe
+copy /B /Y $(OutDir)dot.exe $(OutDir)osage.exe
+copy /B /Y $(OutDir)dot.exe $(OutDir)patchwork.exe
+copy /B /Y $(OutDir)dot.exe $(OutDir)sfdp.exe
+copy /B /Y $(OutDir)dot.exe $(OutDir)twopi.exe</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<AdditionalDependencies>cgraph.lib;gvc.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
<PostBuildEvent>
- <Command>$(OutDir)dot -c</Command>
+ <Command>$(OutDir)dot -c
+copy /B /Y $(OutDir)dot.exe $(OutDir)circo.exe
+copy /B /Y $(OutDir)dot.exe $(OutDir)fdp.exe
+copy /B /Y $(OutDir)dot.exe $(OutDir)neato.exe
+copy /B /Y $(OutDir)dot.exe $(OutDir)osage.exe
+copy /B /Y $(OutDir)dot.exe $(OutDir)patchwork.exe
+copy /B /Y $(OutDir)dot.exe $(OutDir)sfdp.exe
+copy /B /Y $(OutDir)dot.exe $(OutDir)twopi.exe</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
-</Project>
\ No newline at end of file
+</Project>