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

Commitceffd87

Browse files
committed
rename SWIX packages and remove unnecessary SDK resources package
1 parent80e860c commitceffd87

File tree

11 files changed

+7
-77
lines changed

11 files changed

+7
-77
lines changed

‎build/config/InsertionSignToolData.json‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
"values": [
77
"insertion\\Microsoft.FSharp.Compiler.vsix",
88
"insertion\\Microsoft.FSharp.Compiler.Resources.*.vsix",
9-
"insertion\\Microsoft.FSharp.SDK.Core.vsix",
10-
"insertion\\Microsoft.FSharp.SDK.Resources.*.vsix"
9+
"insertion\\Microsoft.FSharp.SDK.vsix"
1110
]
1211
}
1312
],

‎setup/Swix/Microsoft.FSharp.Compiler.Resources/Empty.swr‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ use vs
33
package name=Microsoft.FSharp.Compiler.Resources
44
version=$(FSharpPackageVersion)
55
vs.package.language=$(LocaleSpecificCulture)
6-
vs.package.providerKey=Microsoft.FSharp.Compiler.Resources,$(LocaleSpecificCulture),v4.1

‎setup/Swix/Microsoft.FSharp.Compiler.Resources/Files.swr‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ use vs
33
package name=Microsoft.FSharp.Compiler.Resources
44
version=$(FSharpPackageVersion)
55
vs.package.language=$(LocaleSpecificCulture)
6-
vs.package.providerKey=Microsoft.FSharp.Compiler.Resources,$(LocaleSpecificCulture),v4.1
76

87
folder "InstallDir:Common7\IDE\CommonExtensions\Microsoft\FSharpCompiler\$(LocaleParentCulture)"
98
file source="$(BinariesFolder)\net40\bin\$(LocaleParentCulture)\FSharp.Build.resources.dll"

‎setup/Swix/Microsoft.FSharp.Dependencies/Dependencies.swr‎

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,7 @@ vs.dependencies
88
version=$(FSharpPackageVersion)
99
type=Required
1010

11-
vs.dependency id=Microsoft.FSharp.SDK.Core
12-
version=$(FSharpPackageVersion)
13-
type=Required
14-
15-
vs.dependency id=Microsoft.FSharp.SDK.Resources
11+
vs.dependency id=Microsoft.FSharp.SDK
1612
version=$(FSharpPackageVersion)
1713
type=Required
1814

‎setup/Swix/Microsoft.FSharp.SDK.Resources/Empty.swr‎

Lines changed: 0 additions & 5 deletions
This file was deleted.

‎setup/Swix/Microsoft.FSharp.SDK.Resources/Files.swr‎

Lines changed: 0 additions & 10 deletions
This file was deleted.

‎setup/Swix/Microsoft.FSharp.SDK.Resources/Microsoft.FSharp.SDK.Resources.swixproj‎

Lines changed: 0 additions & 43 deletions
This file was deleted.

‎setup/Swix/Microsoft.FSharp.SDK.Core/Files.swr‎renamed to ‎setup/Swix/Microsoft.FSharp.SDK/Files.swr‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use vs
22

3-
package name=Microsoft.FSharp.SDK.Core
3+
package name=Microsoft.FSharp.SDK
44
version=$(FSharpPackageVersion)
55

66
folder "InstallDir:Common7\IDE\CommonExtensions\Microsoft\FSharpSdk"

‎setup/Swix/Microsoft.FSharp.SDK.Core/Microsoft.FSharp.SDK.Core.swixproj‎renamed to ‎setup/Swix/Microsoft.FSharp.SDK/Microsoft.FSharp.SDK.swixproj‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<OutputArchitecture>neutral</OutputArchitecture>
77
<OutputLocalized>false</OutputLocalized>
88
<OutputType>vsix</OutputType>
9-
<OutputName>Microsoft.FSharp.SDK.Core</OutputName>
9+
<OutputName>Microsoft.FSharp.SDK</OutputName>
1010
<IsPackage>true</IsPackage>
1111
<ConfigurationCondition=" '$(Configuration)' == ''">Debug</Configuration>
1212
<BinariesFolder>$(FSharpSourcesRoot)\..\$(Configuration)</BinariesFolder>

‎setup/Swix/Microsoft.FSharp.vsmanproj‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@
3030
<MergeManifestInclude="$(OutputPath)\Microsoft.FSharp.Compiler.json" />
3131
<MergeManifestInclude="$(OutputPath)\Microsoft.FSharp.Compiler.Resources.%(SetupLanguages.LocaleCode).json" />
3232

33-
<MergeManifestInclude="$(OutputPath)\Microsoft.FSharp.SDK.Core.json" />
34-
<MergeManifestInclude="$(OutputPath)\Microsoft.FSharp.SDK.Resources.%(SetupLanguages.LocaleCode).json" />
33+
<MergeManifestInclude="$(OutputPath)\Microsoft.FSharp.SDK.json" />
3534

3635
<MergeManifestInclude="$(OutputPath)\Microsoft.FSharp.Vsix.Full.Core.json" />
3736
<MergeManifestInclude="$(OutputPath)\Microsoft.FSharp.Vsix.Full.Resources.%(SetupLanguages.LocaleCode).json" />

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp