Skip to content

Instantly share code, notes, and snippets.

@CosminLazar
Created February 22, 2015 11:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CosminLazar/78d99c4d57f9de097fd2 to your computer and use it in GitHub Desktop.
Save CosminLazar/78d99c4d57f9de097fd2 to your computer and use it in GitHub Desktop.
$x86TalkFX = $project.ProjectItems.Item("CroccatTalkWrapper").ProjectItems.Item("win32-x86").ProjectItems.Item("talkfx-c.dll");
$x86TalkFX.Properties.Item("BuildAction").Value = [int]2;
$x86TalkFX = $project.ProjectItems.Item("CroccatTalkWrapper").ProjectItems.Item("win32-x86").ProjectItems.Item("talkfx-c.dll");
$x86TalkFX.Properties.Item("CopyToOutputDirectory").Value = [int]2;
param($installPath, $toolsPath, $package, $project)
$project = Get-Project [projectname]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment