We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af5b4eb commit 0d18903Copy full SHA for 0d18903
1 file changed
setup/Swix/Directory.Build.props
@@ -1,13 +1,17 @@
1
<Project>
2
3
- <Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />
4
-
5
<PropertyGroup>
+ <UseVsMicroBuildAssemblyVersion>true</UseVsMicroBuildAssemblyVersion>
6
<VisualStudioInsertionComponent>Microsoft.FSharp</VisualStudioInsertionComponent>
7
<OutputArchitecture>neutral</OutputArchitecture>
8
<OutputLocalized>false</OutputLocalized>
9
<OutputType>vsix</OutputType>
10
<IsPackage>true</IsPackage>
+ </PropertyGroup>
11
+
12
+ <Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />
13
14
+ <PropertyGroup>
15
<BinariesFolder>$(ArtifactsBinDir)</BinariesFolder>
16
</PropertyGroup>
17
0 commit comments