$src_path = $PSScriptRoot+ "\graphcustom\graphcustom_AirRingWeight3.xml"
$root_path = $PSScriptRoot + "\.."
$dest_path = $root_path + "\Project.FLY.Thick.Blowing\FLY.Thick.Blowing.UI.Fix.Client\bin\Debug\layout\graphcustom.xml"

cp $src_path  $dest_path

$dest_path = $root_path + "\Project.FLY.Thick.BlowingScan\FLY.Thick.BlowingScan.UI.Client\bin\Debug\layout\graphcustom.xml"

cp $src_path  $dest_path

#-----------------------------------------------------------------
echo ���Ƴɹ� 
pause