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

Commit64f19cb

Browse files
brettfoKevinRansom
authored andcommitted
remove all vestiges of multiple skus (dotnet#2244)
1 parent8edf7e0 commit64f19cb

File tree

8 files changed

+12
-65
lines changed

8 files changed

+12
-65
lines changed

‎setup/Swix/Microsoft.FSharp.Vsix.Resources/Desktop.Templates.swr‎

Lines changed: 0 additions & 24 deletions
This file was deleted.
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.VSIX.$(VSSku).Resources
3+
package name=Microsoft.FSharp.VSIX.Full.Resources
44
version=$(FSharpPackageVersion)
55
vs.package.language=$(LocaleSpecificCulture)
66
vs.package.installSize=1

‎setup/Swix/Microsoft.FSharp.Vsix.Resources/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.VSIX.$(VSSku).Resources
3+
package name=Microsoft.FSharp.VSIX.Full.Resources
44
version=$(FSharpPackageVersion)
55
vs.package.language=$(LocaleSpecificCulture)
66

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<ConfigurationCondition="'$(Configuration)' == ''">Debug</Configuration>
1010
<BinariesFolder>$(FSharpSourcesRoot)\..\$(Configuration)</BinariesFolder>
1111
<OutputPath>$(BinariesFolder)\insertion</OutputPath>
12-
<OutputName>Microsoft.FSharp.VSIX.$(VSSku).Resources.$(LocaleCode)</OutputName>
12+
<OutputName>Microsoft.FSharp.VSIX.Full.Resources.$(LocaleCode)</OutputName>
1313
<IntermediateOutputPath>$(MSBuildThisFileDirectory)obj</IntermediateOutputPath>
1414
<OutputType>vsix</OutputType>
1515
</PropertyGroup>
@@ -19,7 +19,6 @@
1919
<PropertyGroup>
2020
<PackagePreprocessorDefinitions>$(PackagePreprocessorDefinitions);BinariesFolder=$(BinariesFolder)</PackagePreprocessorDefinitions>
2121
<PackagePreprocessorDefinitions>$(PackagePreprocessorDefinitions);FSharpPackageVersion=$(FSharpPackageVersion)</PackagePreprocessorDefinitions>
22-
<PackagePreprocessorDefinitions>$(PackagePreprocessorDefinitions);VSSku=$(VSSku)</PackagePreprocessorDefinitions>
2322
<PackagePreprocessorDefinitions>$(PackagePreprocessorDefinitions);LocaleCode=$(LocaleCode)</PackagePreprocessorDefinitions>
2423
<PackagePreprocessorDefinitions>$(PackagePreprocessorDefinitions);LocaleId=$(LocaleId)</PackagePreprocessorDefinitions>
2524
<PackagePreprocessorDefinitions>$(PackagePreprocessorDefinitions);LocaleParentCulture=$(LocaleParentCulture)</PackagePreprocessorDefinitions>
@@ -33,15 +32,14 @@
3332

3433
<ItemGroupCondition="'$(IsLangPack)' == 'true'">
3534
<PackageInclude="Files.swr" />
36-
<PackageInclude="$(VSSku).Templates.swr" />
35+
<PackageInclude="Templates.swr" />
3736
</ItemGroup>
3837

3938
<TargetName="GatherBinariesToBeSigned"AfterTargets="Localize">
4039
<!-- SWIX plugin adds the built vsix to signing automatically-->
4140
</Target>
4241

4342
<TargetName="CheckPropertiesArePassed">
44-
<ErrorCondition="'$(VSSku)' == ''"Text="A 'VSSku' property must be passed to the project." />
4543
<ErrorCondition="'$(LocaleCode)' == ''"Text="A 'LocaleCode' property must be passed to the project." />
4644
<ErrorCondition="'$(LocaleId)' == ''"Text="A 'LocaleId' property must be passed to the project." />
4745
<ErrorCondition="'$(LocaleParentCulture)' == ''"Text="A 'LocaleParentCulture' property must be passed to the project." />

‎setup/Swix/Microsoft.FSharp.Vsix.Resources/Full.Templates.swr‎renamed to ‎setup/Swix/Microsoft.FSharp.Vsix.Resources/Templates.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.VSIX.$(VSSku).Resources
3+
package name=Microsoft.FSharp.VSIX.Full.Resources
44
version=$(FSharpPackageVersion)
55
vs.package.language=$(LocaleSpecificCulture)
66

‎setup/Swix/Microsoft.FSharp.Vsix.Resources/Web.Templates.swr‎

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

‎setup/Swix/Microsoft.FSharp.vsmanproj‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,25 @@
22
<ProjectToolsVersion="15.0"DefaultTargets="Build"InitialTargets="IncludeFSharpManifests"xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33

44
<ImportProject="..\FSharp.Setup.props" />
5-
5+
66
<PropertyGroup>
77
<FSharpSourcesRoot>..\..\src</FSharpSourcesRoot>
88
<FinalizeManifest>true</FinalizeManifest>
99
<FinalizeSkipLayout>true</FinalizeSkipLayout>
1010
<IsPackage>true</IsPackage>
1111
<OutputPath>$(FSharpSourcesRoot)\..\$(Configuration)\insertion</OutputPath>
1212
</PropertyGroup>
13-
13+
1414
<ImportProject="$(FSharpSourcesRoot)\Microbuild.Settings.targets" />
1515

1616
<TargetName="IncludeFSharpManifests">
1717
<ItemGroup>
1818
<MergeManifestInclude="$(OutputPath)\Microsoft.FSharp.SDK.Core.json" />
1919
<MergeManifestInclude="$(OutputPath)\Microsoft.FSharp.SDK.Resources.%(SetupLanguages.LocaleCode).json" />
20-
20+
2121
<MergeManifestInclude="$(OutputPath)\Microsoft.FSharp.Vsix.Full.Core.json" />
2222
<MergeManifestInclude="$(OutputPath)\Microsoft.FSharp.Vsix.Full.Resources.%(SetupLanguages.LocaleCode).json" />
23-
23+
2424
<MergeManifestInclude="$(OutputPath)\Microsoft.FSharp.Dependencies.json" />
2525
</ItemGroup>
2626
</Target>

‎setup/fsharp-setup-build.proj‎

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,7 @@
3838
</CreateItem>
3939

4040
<CreateItemInclude="@(SetupLanguages)"
41-
AdditionalMetadata="ProjectPath=Swix\Microsoft.FSharp.Vsix.Resources\Microsoft.FSharp.Vsix.Resources.swixproj;VSSku=Desktop">
42-
<OutputItemName="SwixSetupProjects"TaskParameter="Include"/>
43-
</CreateItem>
44-
45-
<CreateItemInclude="@(SetupLanguages)"
46-
AdditionalMetadata="ProjectPath=Swix\Microsoft.FSharp.Vsix.Resources\Microsoft.FSharp.Vsix.Resources.swixproj;VSSku=Full">
47-
<OutputItemName="SwixSetupProjects"TaskParameter="Include"/>
48-
</CreateItem>
49-
50-
<CreateItemInclude="@(SetupLanguages)"
51-
AdditionalMetadata="ProjectPath=Swix\Microsoft.FSharp.Vsix.Resources\Microsoft.FSharp.Vsix.Resources.swixproj;VSSku=Web">
41+
AdditionalMetadata="ProjectPath=Swix\Microsoft.FSharp.Vsix.Resources\Microsoft.FSharp.Vsix.Resources.swixproj">
5242
<OutputItemName="SwixSetupProjects"TaskParameter="Include"/>
5343
</CreateItem>
5444

@@ -68,13 +58,13 @@
6858
<!-- Wix targets files doesn't handle localization parameters correctly. Cleaning before building files accross languages-->
6959
<MSBuildProjects="%(WixSetupProjects.ProjectPath)"
7060
Targets="Clean;Build"
71-
Properties="LocaleCode=%(WixSetupProjects.LocaleCode);LocaleId=%(WixSetupProjects.LocaleId);LocaleParentCulture=%(WixSetupProjects.LocaleParentCulture);LocaleSpecificCulture=%(WixSetupProjects.LocaleSpecificCulture);IsLangPack=%(WixSetupProjects.IsLangPack);VSSku=%(WixSetupProjects.VSSku);FSharpPackageVersion=$(FSharpPackageVersion)"/>
61+
Properties="LocaleCode=%(WixSetupProjects.LocaleCode);LocaleId=%(WixSetupProjects.LocaleId);LocaleParentCulture=%(WixSetupProjects.LocaleParentCulture);LocaleSpecificCulture=%(WixSetupProjects.LocaleSpecificCulture);IsLangPack=%(WixSetupProjects.IsLangPack);FSharpPackageVersion=$(FSharpPackageVersion)"/>
7262
<MSBuildProjects="%(VsixProjects.ProjectPath)"
7363
Targets="Build"
7464
Properties="IsLangPack=%(VsixProjects.IsLangPack);FSharpPackageVersion=$(FSharpPackageVersion);OutputPath=$(InsertionDir)"/>
7565
<MSBuildProjects="%(SwixSetupProjects.ProjectPath)"
7666
Targets="Build"
77-
Properties="LocaleCode=%(SwixSetupProjects.LocaleCode);LocaleId=%(SwixSetupProjects.LocaleId);LocaleParentCulture=%(SwixSetupProjects.LocaleParentCulture);LocaleSpecificCulture=%(SwixSetupProjects.LocaleSpecificCulture);IsLangPack=%(SwixSetupProjects.IsLangPack);VSSku=%(SwixSetupProjects.VSSku);FSharpPackageVersion=$(FSharpPackageVersion)"/>
67+
Properties="LocaleCode=%(SwixSetupProjects.LocaleCode);LocaleId=%(SwixSetupProjects.LocaleId);LocaleParentCulture=%(SwixSetupProjects.LocaleParentCulture);LocaleSpecificCulture=%(SwixSetupProjects.LocaleSpecificCulture);IsLangPack=%(SwixSetupProjects.IsLangPack);FSharpPackageVersion=$(FSharpPackageVersion)"/>
7868

7969
<!-- copy json stuff-->
8070
<CopySourceFiles="@(InsertionItems)"DestinationFolder="$(InsertionDir)" />

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp