We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84d2b4c commit 10cecdbCopy full SHA for 10cecdb
AutoItSyntaxHighlight/AutoItSyntaxHighlight.csproj
@@ -91,9 +91,10 @@
91
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
92
<IncludeInVSIX>true</IncludeInVSIX>
93
</Content>
94
- <None Include="..\LICENSE">
+ <Content Include="..\LICENSE">
95
<Link>LICENSE</Link>
96
- </None>
+ <IncludeInVSIX>true</IncludeInVSIX>
97
+ </Content>
98
<None Include="packages.config" />
99
<None Include="source.extension.vsixmanifest">
100
<SubType>Designer</SubType>
0 commit comments