Skip to content

Commit 46c7c53

Browse files
committed
use AccelerateBuildsInVisualStudio for faster builds
1 parent 0909f8b commit 46c7c53

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Directory.Build.props

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<Project>
2+
<PropertyGroup>
3+
<AccelerateBuildsInVisualStudio>true</AccelerateBuildsInVisualStudio>
4+
</PropertyGroup>
5+
</Project>

Flow.Launcher.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
4747
.gitattributes = .gitattributes
4848
.gitignore = .gitignore
4949
appveyor.yml = appveyor.yml
50+
Directory.Build.props = Directory.Build.props
5051
Directory.Build.targets = Directory.Build.targets
5152
Scripts\flowlauncher.nuspec = Scripts\flowlauncher.nuspec
5253
LICENSE = LICENSE

0 commit comments

Comments
 (0)