Created
September 26, 2017 07:19
-
-
Save gashupl/8fbb28b1a873ea85ecfb238a9cccf35a to your computer and use it in GitHub Desktop.
XrmDefinitelyTyped.exe.config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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