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
| function Create-VSCodeLaunchJson() | |
| { | |
| param( | |
| [Parameter(Mandatory=$true)] | |
| [string]$projectName, | |
| [Parameter(Mandatory=$true)] | |
| [string]$projectExtension, | |
| [Parameter(Mandatory=$true)] | |
| [string]$vscodeDir) |
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"?> | |
| <!-- //inventor/Main/sources/AppFw/app/Inventor.exe.config --> | |
| <!-- This config file is mastered to Bin\Inventor.exe.config by //inventor/Main/sources/AppFw/app/app.install.xml --> | |
| <configuration> | |
| <configSections> | |
| <sectionGroup name="autodesk.inventor.content"> | |
| <section name="logging" type="System.Configuration.DictionarySectionHandler,system, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, Custom=null"/> | |
| </sectionGroup> | |
| <section name="microsoft.web.services3" type="Microsoft.Web.Services3.Configuration.WebServicesConfiguration, Microsoft.Web.Services3, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" /> |