-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCommon.props
24 lines (24 loc) · 1.42 KB
/
Common.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ImportGroup Label="PropertySheets" />
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
<OutDir>$(SolutionDir)bin\$(Configuration)\$(Platform)\</OutDir>
<IntDir>$(SolutionDir)\tmp\$(Configuration)\</IntDir>
</PropertyGroup>
<ItemDefinitionGroup>
<PostBuildEvent>
<Command>xcopy /Y /G "$(glew)bin\glew32.dll" "$(outdir)"
xcopy /Y /G "$(cgal)\bin\CGAL_Core-vc110-mt-$(cgal_debug_suffix)$(cgal_version).dll" "$(outdir)"
xcopy /Y /G "$(cgal)\bin\CGAL-vc110-mt-$(cgal_debug_suffix)$(cgal_version).dll" "$(outdir)"
xcopy /Y /G "$(freeglut)\bin\$(archt)\freeglut.dll" "$(outdir)"
xcopy /Y /G "$(boost)\stage\lib\boost_date_time-vc110-mt-$(boost_debug_suffix)$(boost_version).dll" "$(outdir)"
xcopy /Y /G "$(boost)\stage\lib\boost_thread-vc110-mt-$(boost_debug_suffix)$(boost_version).dll" "$(outdir)"
xcopy /Y /G "$(boost)\stage\lib\boost_system-vc110-mt-$(boost_debug_suffix)$(boost_version).dll" "$(outdir)"
xcopy /Y /G "$(wildmagic)\Library\v100\$(Platform)\$(Configuration)DLL\Wm5Core*.dll" "$(outdir)"
xcopy /Y /G "$(wildmagic)\Library\v100\$(Platform)\$(Configuration)DLL\Wm5Mathematics*.dll" "$(outdir)"
xcopy /Y /G "$(wildmagic)\Library\v100\$(Platform)\$(Configuration)DLL\Wm5Imagics*.dll" "$(outdir)"</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemGroup />
</Project>