<_ProjectFileVersion>10.0.30128.1
if not exist "$(SAGA_LITE_LOCATION)" mkdir "$(SAGA_LITE_LOCATION)"
xcopy /Y/F "$(TargetPath)" "$(SAGA_LITE_LOCATION)"
xcopy /Y/F "$(TargetDir)\$(TargetName).pdb" "$(SAGA_LITE_LOCATION)"
$(SAGA_LITE_LOCATION)\$(TargetFileName);%(Outputs)
$(SAGA_LITE_LOCATION);%(AdditionalLibraryDirectories)