Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitaddaa2e

Browse files
committed
Make sure that EnableOpenSource is installed on VS 2015
Also include the License file in VSIX
1 parent11ede75 commitaddaa2e

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

‎vsintegration/src/deployment/EnableOpenSource/EnableOpenSource.csproj‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,12 @@
6767
<SubType>Designer</SubType>
6868
</None>
6969
</ItemGroup>
70+
<ItemGroup>
71+
<ContentInclude="..\..\..\..\License.txt">
72+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
73+
<IncludeInVSIX>true</IncludeInVSIX>
74+
</Content>
75+
</ItemGroup>
7076
<ItemGroup>
7177
<ContentInclude="EnableOpenSource.pkgdef">
7278
<CopyToOutputDirectory>Always</CopyToOutputDirectory>

‎vsintegration/src/deployment/EnableOpenSource/source.extension.vsixmanifest‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
<IdentityId="EnableOpenSource..4c74b903-4a32-44da-8c3f-c004633ab0f2"Version="3.2"Language="en-US"Publisher="Microsoft.VisualFSharpTools" />
66
<DisplayName>Microsoft.VisualFSharpTools.EnableOpenSource</DisplayName>
77
<Descriptionxml:space="preserve">Enable FSharp.VS.FSI. </Description>
8-
</Metadata>
8+
<License>License.txt</License>
9+
</Metadata>
910
<Installation>
10-
<InstallationTargetId="Microsoft.VisualStudio.Pro"Version="[12.0]" />
11+
<InstallationTargetId="Microsoft.VisualStudio.Pro"Version="[14.0]" />
1112
</Installation>
1213
<Dependencies>
1314
<DependencyId="Microsoft.Framework.NDP"DisplayName="Microsoft .NET Framework"d:Source="Manual"Version="[4.5,)" />

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp