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

Commit7bf8158

Browse files
dungpalatkin
authored andcommitted
Make sure that EnableOpenSource is installed on VS 2015
Also include the License file in VSIXclosesdotnet#139commitebc858eAuthor: Anh-Dung Phan <phananhdung309@yahoo.com>Date: Tue Jan 27 12:56:30 2015 +0000 Ignore a few files generated by VS 2015commitaddaa2eAuthor: Anh-Dung Phan <phananhdung309@yahoo.com>Date: Tue Jan 27 12:56:08 2015 +0000 Make sure that EnableOpenSource is installed on VS 2015 Also include the License file in VSIX
1 parent0a23b20 commit7bf8158

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

‎.gitignore‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,8 @@ tests/fsharpqa/Source/CodeGen/EmittedIL/QueryExpressionStepping/Utils.dll
9494
tests/fsharpqa/Source/CodeGen/EmittedIL/ComputationExpressions/ComputationExprLibrary.dll
9595

9696
*.csproj.user
97+
98+
*.ide
99+
*.log
100+
*.jrs
101+
*.chk

‎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