You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 rivejä
670 B

  1. param($installPath, $toolsPath, $package, $project)
  2. $project.ProjectItems.Item('EasyHook32.dll').Properties.Item("CopyToOutputDirectory").Value = [int]2;
  3. $project.ProjectItems.Item('EasyHook64.dll').Properties.Item("CopyToOutputDirectory").Value = [int]2;
  4. $project.ProjectItems.Item('EasyLoad32.dll').Properties.Item("CopyToOutputDirectory").Value = [int]2;
  5. $project.ProjectItems.Item('EasyLoad64.dll').Properties.Item("CopyToOutputDirectory").Value = [int]2;
  6. $project.ProjectItems.Item('EasyHook32Svc.exe').Properties.Item("CopyToOutputDirectory").Value = [int]2;
  7. $project.ProjectItems.Item('EasyHook64Svc.exe').Properties.Item("CopyToOutputDirectory").Value = [int]2;