Skip to content

Instantly share code, notes, and snippets.

@gashupl
Created September 26, 2017 07:19
Show Gist options
  • Select an option

  • Save gashupl/8fbb28b1a873ea85ecfb238a9cccf35a to your computer and use it in GitHub Desktop.

Select an option

Save gashupl/8fbb28b1a873ea85ecfb238a9cccf35a to your computer and use it in GitHub Desktop.
XrmDefinitelyTyped.exe.config
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<appSettings>
<add key="url" value="https://INSTANCE.crm4.dynamics.com/XRMServices/2011/Organization.svc" />
<add key="username" value="[email protected]" />
<add key="password" value="pass@word1" />
<add key="out" value="../TypeScripts/XRM" />
<add key="solutions" value="" />
<add key="entities" value="account, contact, opportunity" />
<add key="jsLib" value="../foo_/scripts/common" />
</appSettings>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment