You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,11 @@ Open the project and press `F5` to launch an experimental versional of Visual St
29
29
30
30
## Modifications
31
31
32
+
## Tips
33
+
34
+
Ensure the `CopyLocal` is set to `false` for all project references.
35
+
36
+
32
37
TODO
33
38
34
39
## Case Sensitivity
@@ -38,9 +43,12 @@ There seems to be a disagreement between various sources as to whether G-Code is
38
43
or lower case without changing the meaning of a line."
39
44
40
45
## 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)
41
47
*[Microsoft - Walkthrough: Publish a Visual Studio extension](https://docs.microsoft.com/en-us/visualstudio/extensibility/walkthrough-publishing-a-visual-studio-extension?view=vs-2019)
0 commit comments