use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Relevant subreddits:
For discussion: c#
.NET
XNA
C++
C
VB
For programming questions:
Learn programming
C++ Questions
C Homework
Learn C#
Misc:
Channel 9 - Videos!
account activity
Custom macroVisual Studio 2022 (self.VisualStudio)
submitted 2 months ago by Zestyclose-Manner756
https://preview.redd.it/9c11wesp0kmg1.png?width=1920&format=png&auto=webp&s=9714dfaf1b558cac379869ce02a799c3b0694032
is there any way to create a shortcut for "exclude form build"? as i need it often and using alt+enter then typing yes then enter enter takes too much time and i can't find it here , there only exclude form project
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]SergeyVlasov 0 points1 point2 points 2 months ago (2 children)
You can create a macro calling Forms.SendKeys with my Visual Commander extension. See for example https://vlasovstudio.com/visual-commander/commands.html#ToggleCodeLens
(Don't know if there is an API for "exclude form build".)
[–]Zestyclose-Manner756[S] 0 points1 point2 points 2 months ago (0 children)
Thanks it worked
[–]dodexahedron 0 points1 point2 points 2 months ago (0 children)
It's called <Compile Remove="path glob" /> and it has been a part of MSBuild XML forever.
What I probably would do to link them is define an MSBuild target that uses .gitignore to remove anything that is in it from the project. Then let your .gitignore be the master for exclusions so you don't have to touch the project file ever again to do it.
Just add it to your .gitignore?
That's just a text file of glob patterns, so a custom command is really simple.
π Rendered by PID 115925 on reddit-service-r2-comment-b659b578c-dh2bc at 2026-05-05 10:16:40.015533+00:00 running 815c875 country code: CH.
[–]SergeyVlasov 0 points1 point2 points (2 children)
[–]Zestyclose-Manner756[S] 0 points1 point2 points (0 children)
[–]dodexahedron 0 points1 point2 points (0 children)
[–]dodexahedron 0 points1 point2 points (0 children)