Skip to content

Commit 7f1f479

Browse files
committed
Disable $(AccelerateBuildsInVisualStudio) for leaf projects
1 parent c6aa95c commit 7f1f479

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/MainSlnExecutable.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<Project>
22
<Import Project="MainSlnCommon.props" />
33
<PropertyGroup>
4+
<AccelerateBuildsInVisualStudio>false</AccelerateBuildsInVisualStudio>
45
<AssemblyTitle>$(Description)</AssemblyTitle>
56
<!-- Output path will contain the executable along with all its dependencies. We copy the executable up one directory up later on.
67
This allows us to have the executable dependencies automagically copied over to our dll folder while still keeping the executable in the output folder. -->

0 commit comments

Comments
 (0)