Skip to content

Commit f69cf96

Browse files
committed
add resource links
1 parent 5a38555 commit f69cf96

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ Open the project and press `F5` to launch an experimental versional of Visual St
2929

3030
## Modifications
3131

32+
## Tips
33+
34+
Ensure the `CopyLocal` is set to `false` for all project references.
35+
36+
3237
TODO
3338

3439
## Case Sensitivity
@@ -38,9 +43,12 @@ There seems to be a disagreement between various sources as to whether G-Code is
3843
or lower case without changing the meaning of a line."
3944

4045
## Resources
46+
* [Microsoft - Visual Studio Extensibility: Creating Visual Studio VSIX package extension](https://social.technet.microsoft.com/wiki/contents/articles/37071.visual-studio-extensibility-creating-visual-studio-vsix-package-extension.aspx)
4147
* [Microsoft - Walkthrough: Publish a Visual Studio extension](https://docs.microsoft.com/en-us/visualstudio/extensibility/walkthrough-publishing-a-visual-studio-extension?view=vs-2019)
4248
* [Microsoft - Walkthrough: Displaying Statement Completion](https://docs.microsoft.com/en-us/visualstudio/extensibility/walkthrough-displaying-statement-completion)
4349

50+
* [Extensibility tools written by Mads Kristensen](https://marketplace.visualstudio.com/items?itemName=MadsKristensen.ExtensibilityTools)
51+
* [GitHub - Extensibility Tools for Visual Studio](https://github.com/madskristensen/ExtensibilityTools)
4452
* [C# Color Table](http://flounder.com/csharp_color_table.htm)
4553
* [The NIST RS274NGC Interpreter - Version 3](https://ws680.nist.gov/publication/get_pdf.cfm?pub_id=823374)
4654
* [wikipedia - G-Codes](https://en.wikipedia.org/wiki/G-code)

0 commit comments

Comments
 (0)