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

Commitc71bcf0

Browse files
committed
remove old localization vestiges
1 parent942dcff commitc71bcf0

File tree

18 files changed

+27
-255
lines changed

18 files changed

+27
-255
lines changed

‎setup/FSharp.SDK/component-groups/Compiler_LangPack.wxs‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,27 +14,27 @@
1414

1515
<DirectoryRefId="MicrosoftSDKs_FS_4.1_Framework_v4.0_$(var.LocaleId)">
1616
<ComponentId="Compiler_LangPack_FSharp.Core.dll_$(var.LocaleCode)"Guid="$(fsharp.guid(Compiler_LangPack_FSharp.Core.dll_$(var.LocaleCode), $(var.LocaleCode)))">
17-
<FileId="Compiler_LangPack_FSharp.Core.dll_$(var.LocaleCode)"Source="$(var.BinariesDir)\net40\bin\localize\$(var.LocaleCode)\FSharp.Core.resources.dll"KeyPath="yes" />
17+
<FileId="Compiler_LangPack_FSharp.Core.dll_$(var.LocaleCode)"Source="$(var.BinariesDir)\net40\bin\$(var.LocaleParentCulture)\FSharp.Core.resources.dll"KeyPath="yes" />
1818
</Component>
1919

2020
<ComponentId="Compiler_LangPack_FSharp.Build.dll_$(var.LocaleCode)"Guid="$(fsharp.guid(Compiler_LangPack_FSharp.Build.dll_$(var.LocaleCode), $(var.LocaleCode)))">
21-
<FileId="Compiler_LangPack_FSharp.Build.dll_$(var.LocaleCode)"Source="$(var.BinariesDir)\net40\bin\localize\$(var.LocaleCode)\FSharp.Build.resources.dll"KeyPath="yes" />
21+
<FileId="Compiler_LangPack_FSharp.Build.dll_$(var.LocaleCode)"Source="$(var.BinariesDir)\net40\bin\$(var.LocaleParentCulture)\FSharp.Build.resources.dll"KeyPath="yes" />
2222
</Component>
2323

2424
<ComponentId="Compiler_LangPack_FSharp.Compiler.Private.dll_$(var.LocaleCode)"Guid="$(fsharp.guid(Compiler_LangPack_FSharp.Compiler.Private.dll_$(var.LocaleCode), $(var.LocaleCode)))">
25-
<FileId="Compiler_LangPack_FSharp.Compiler.Private.dll_$(var.LocaleCode)"Source="$(var.BinariesDir)\net40\bin\localize\$(var.LocaleCode)\FSharp.Compiler.Private.resources.dll"KeyPath="yes" />
25+
<FileId="Compiler_LangPack_FSharp.Compiler.Private.dll_$(var.LocaleCode)"Source="$(var.BinariesDir)\net40\bin\$(var.LocaleParentCulture)\FSharp.Compiler.Private.resources.dll"KeyPath="yes" />
2626
</Component>
2727

2828
<ComponentId="Compiler_LangPack_fsc.exe_$(var.LocaleCode)"Guid="$(fsharp.guid(Compiler_LangPack_fsc.exe_$(var.LocaleCode), $(var.LocaleCode)))">
29-
<FileId="Compiler_LangPack_fsc.exe_$(var.LocaleCode)"Source="$(var.BinariesDir)\net40\bin\localize\$(var.LocaleCode)\fsc.resources.dll"KeyPath="yes" />
29+
<FileId="Compiler_LangPack_fsc.exe_$(var.LocaleCode)"Source="$(var.BinariesDir)\net40\bin\$(var.LocaleParentCulture)\fsc.resources.dll"KeyPath="yes" />
3030
</Component>
3131

3232
<ComponentId="Compiler_LangPack_fsi.exe_$(var.LocaleCode)"Guid="$(fsharp.guid(Compiler_LangPack_fsi.exe_$(var.LocaleCode), $(var.LocaleCode)))">
33-
<FileId="Compiler_LangPack_fsi.exe_$(var.LocaleCode)"Source="$(var.BinariesDir)\net40\bin\localize\$(var.LocaleCode)\fsi.resources.dll"KeyPath="yes"/>
33+
<FileId="Compiler_LangPack_fsi.exe_$(var.LocaleCode)"Source="$(var.BinariesDir)\net40\bin\$(var.LocaleParentCulture)\fsi.resources.dll"KeyPath="yes"/>
3434
</Component>
3535

3636
<ComponentId="Compiler_LangPack_fsiAnyCPU.exe_$(var.LocaleCode)"Guid="$(fsharp.guid(Compiler_LangPack_fsiAnyCPU.exe_$(var.LocaleCode), $(var.LocaleCode)))">
37-
<FileId="Compiler_LangPack_fsiAnyCPU.exe_$(var.LocaleCode)"Source="$(var.BinariesDir)\net40\bin\localize\$(var.LocaleCode)\fsiAnyCPU.resources.dll"KeyPath="yes" />
37+
<FileId="Compiler_LangPack_fsiAnyCPU.exe_$(var.LocaleCode)"Source="$(var.BinariesDir)\net40\bin\$(var.LocaleParentCulture)\fsiAnyCPU.resources.dll"KeyPath="yes" />
3838
</Component>
3939
</DirectoryRef>
4040
</Fragment>

‎setup/FSharp.SDK/component-groups/Runtime_LangPack.wxs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
<DirectoryRefId="ReferenceAssemblies_Microsoft_FSharp_NETFramework_4.0_4.4.1.0_$(var.LocaleId)">
4949
<ComponentId="Runtime_LangPack_4.4.1.0_FSharp.Core_LangPack"Transitive="yes"Guid="$(fsharp.guid(Runtime_LangPack_4.4.1.0_FSharp.Core_LangPack, $(var.LocaleCode)))">
50-
<FileId="Runtime_LangPack_4.4.1.0_FSharp.Core.resources.dll"Source="$(var.BinariesDir)\net40\bin\localize\$(var.LocaleCode)\FSharp.Core.resources.dll"KeyPath="yes" />
50+
<FileId="Runtime_LangPack_4.4.1.0_FSharp.Core.resources.dll"Source="$(var.BinariesDir)\net40\bin\$(var.LocaleParentCulture)\FSharp.Core.resources.dll"KeyPath="yes" />
5151
</Component>
5252
</DirectoryRef>
5353
<DirectoryRefId="ReferenceAssemblies_Microsoft_FSharp_NETPortable_3.47.41.0_$(var.LocaleId)">

‎src/Microbuild.Settings.targets‎

Lines changed: 3 additions & 124 deletions
Original file line numberDiff line numberDiff line change
@@ -4,104 +4,9 @@
44
<PropertyGroup>
55
<MicroBuildCoreVersion>0.2.0</MicroBuildCoreVersion>
66
</PropertyGroup>
7-
7+
88
<ImportProject="..\packages\MicroBuild.Core.$(MicroBuildCoreVersion)\build\MicroBuild.Core.props" />
9-
10-
<UsingTaskTaskName="LocalizeTemplateProjectsTask"TaskFactory="CodeTaskFactory"AssemblyFile="$(MSBuildToolsPath)\Microsoft.Build.Tasks.v4.0.dll">
11-
<ParameterGroup>
12-
<OutDirParameterType="System.String"Required="true" />
13-
<TemplateCategoryParameterType="System.String"Required="true" />
14-
<AssemblyNameParameterType="System.String"Required="true" />
15-
<TemplateFilesParameterType="System.String[]"Required="true" />
16-
<LocalizedFilesParameterType="System.String[]"Required="true" />
17-
<LocLanguagesParameterType="System.String"Required="true" />
18-
</ParameterGroup>
19-
20-
<Task>
21-
<ReferenceInclude="System.IO.Compression.FileSystem"/>
22-
23-
<UsingNamespace="System"/>
24-
<UsingNamespace="System.IO"/>
25-
<UsingNamespace="System.IO.Compression"/>
26-
27-
<CodeType="Fragment"Language="cs">
28-
<![CDATA[
29-
Log.LogMessage("Localizing template: " + AssemblyName, MessageImportance.High);
30-
Log.LogMessage(String.Empty, MessageImportance.High);
31-
var absoluteOutDir = Path.GetFullPath(OutDir);
32-
33-
foreach (var lang in LocLanguages.Split(','))
34-
{
35-
var isDefaultLocale = lang.ToUpper() == "ENU";
36-
37-
Log.LogMessage("---------------------------------------------------", MessageImportance.High);
38-
Log.LogMessage("Localizing template for language: " + lang, MessageImportance.High);
39-
Log.LogMessage(String.Empty, MessageImportance.High);
40-
41-
var tempZipFolder = Path.Combine(Path.GetTempPath(), Guid.NewGuid().ToString());
42-
Log.LogMessage("Copying template files to: " + tempZipFolder, MessageImportance.High);
43-
Directory.CreateDirectory(tempZipFolder);
44-
45-
foreach (var sourceFile in TemplateFiles)
46-
{
47-
var destinationFile = Path.Combine(tempZipFolder, new FileInfo(sourceFile).Name);
48-
File.Copy(sourceFile, destinationFile);
49-
Log.LogMessage(" > Copied: " + destinationFile, MessageImportance.High);
50-
}
51-
52-
if (isDefaultLocale)
53-
{
54-
Log.LogMessage("Skipping localized files (default locale)", MessageImportance.High);
55-
}
56-
else
57-
{
58-
Log.LogMessage("Copying localized files", MessageImportance.High);
59-
60-
foreach (var localizedFileItem in LocalizedFiles)
61-
{
62-
var fileName = new FileInfo(localizedFileItem).Name;
63-
var sourceFile = Path.Combine(absoluteOutDir, "localize", lang, TemplateCategory, AssemblyName, fileName);
64-
var destinationFile = Path.Combine(tempZipFolder, fileName);
65-
66-
if (File.Exists(sourceFile) == false)
67-
{
68-
throw new FileNotFoundException("Localized file not found: " + sourceFile, sourceFile);
69-
}
70-
71-
File.Delete(destinationFile);
72-
File.Copy(sourceFile, destinationFile);
73-
Log.LogMessage(" > Copied: " + destinationFile, MessageImportance.High);
74-
}
75-
}
76-
77-
var templateOutputPath = isDefaultLocale
78-
? Path.Combine(absoluteOutDir, TemplateCategory, AssemblyName)
79-
: Path.Combine(absoluteOutDir, "localize", lang, TemplateCategory, AssemblyName);
80-
81-
if (Directory.Exists(templateOutputPath) == false)
82-
{
83-
Directory.CreateDirectory(templateOutputPath);
84-
}
85-
86-
var templateOutputFile = Path.Combine(templateOutputPath, AssemblyName + ".zip");
87-
88-
if (File.Exists(templateOutputFile))
89-
{
90-
File.Delete(templateOutputFile);
91-
}
92-
93-
Log.LogMessage("Zipping template to: " + templateOutputFile, MessageImportance.High);
94-
ZipFile.CreateFromDirectory(tempZipFolder, templateOutputFile);
95-
Directory.Delete(tempZipFolder, true);
96-
97-
Log.LogMessage("---------------------------------------------------", MessageImportance.High);
98-
Log.LogMessage(string.Empty, MessageImportance.High);
99-
}
100-
]]>
101-
</Code>
102-
</Task>
103-
</UsingTask>
104-
9+
10510
<UsingTaskTaskName="GenerateAssemblyFileVersionTask"TaskFactory="CodeTaskFactory"AssemblyFile="$(MSBuildToolsPath)\Microsoft.Build.Tasks.v4.0.dll">
10611
<ParameterGroup>
10712
<LanguageParameterType="System.String"Required="true" />
@@ -172,33 +77,7 @@
17277
</Code>
17378
</Task>
17479
</UsingTask>
175-
176-
<!-- In case of a microbuild, depend on 'Localize' target to use the localized resources-->
177-
<TargetName="LocalizeTemplateProjectsInMicrobuild"AfterTargets="Localize"Condition="'$(GenerateLocalizedTemplates)' == 'true' and '$(Languages)' != '' and '@(FilesToLocalize)' != ''">
178-
<LocalizeTemplateProjectsTask
179-
OutDir="$(OutputPath)"
180-
TemplateCategory="$(TemplateCategory)"
181-
AssemblyName="$(AssemblyName)"
182-
TemplateFiles="@(TemplateFiles)"
183-
LocalizedFiles="@(FilesToLocalize)"
184-
LocLanguages="$(Languages)" />
185-
</Target>
186-
187-
<!-- In case of a local build, depend on the build target to use the native resources-->
188-
<TargetName="LocalizeTemplateProjectsLocally"AfterTargets="Build"Condition="'$(GenerateLocalizedTemplates)' == 'true' and ('$(Languages)' == '' or '@(FilesToLocalize)' == '')">
189-
<PropertyGroup>
190-
<LanguagesCondition="'$(Languages)' == ''">ENU</Languages>
191-
</PropertyGroup>
192-
193-
<LocalizeTemplateProjectsTask
194-
OutDir="$(OutputPath)"
195-
TemplateCategory="$(TemplateCategory)"
196-
AssemblyName="$(AssemblyName)"
197-
TemplateFiles="@(TemplateFiles)"
198-
LocalizedFiles="@(FilesToLocalize)"
199-
LocLanguages="$(Languages)" />
200-
</Target>
201-
80+
20281
<TargetName="GenerateAssemblyFileVersion"BeforeTargets="CoreCompile">
20382
<!-- Put build number 0 and today's date if this was a local build-->
20483
<PropertyGroup>

‎src/buildfromsource/FSharp.Compiler.Private/FSharp.Compiler.Private.fsproj‎

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@
1414

1515
<ImportProject="..\BuildFromSource.targets" />
1616
<ItemGroup>
17-
<FilesToLocalizeInclude="$(OutDir)$(AssemblyName).dll">
18-
<TranslationFile>$(FSharpSourcesRoot)\..\loc\lcl\{Lang}\$(AssemblyName).dll.lcl</TranslationFile>
19-
<LciCommentFile>$(FSharpSourcesRoot)\..\loc\lci\$(AssemblyName).dll.lci</LciCommentFile>
20-
<HasLceComments>false</HasLceComments>
21-
<InProject>false</InProject>
22-
</FilesToLocalize>
2317
<CompileInclude="..\..\assemblyinfo\assemblyinfo.FSharp.Compiler.Private.dll.fs">
2418
<Link>assemblyinfo.FSharp.Compiler.Private.dll.fs</Link>
2519
</Compile>

‎src/fsharp/FSharp.Build/FSharp.Build.fsproj‎

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,6 @@
1313
<AllowCrossTargeting>true</AllowCrossTargeting>
1414
<ProjectGuid>{702A7979-BCF9-4C41-853E-3ADFC9897890}</ProjectGuid>
1515
</PropertyGroup>
16-
<ItemGroup>
17-
<FilesToLocalizeInclude="$(OutDir)$(AssemblyName).dll">
18-
<TranslationFile>$(FSharpSourcesRoot)\..\loc\lcl\{Lang}\$(AssemblyName).dll.lcl</TranslationFile>
19-
<LciCommentFile>$(FSharpSourcesRoot)\..\loc\lci\$(AssemblyName).dll.lci</LciCommentFile>
20-
<HasLceComments>false</HasLceComments>
21-
<InProject>false</InProject>
22-
</FilesToLocalize>
23-
</ItemGroup>
2416

2517
<ItemGroup>
2618
<InternalsVisibleToInclude="VisualFSharp.Unittests" />
@@ -107,7 +99,7 @@
10799
<TargetName="GatherBinariesToBeSigned"AfterTargets="Localize"Condition="'$(UseGatherBinaries)' == 'true'">
108100
<ItemGroup>
109101
<BinariesToBeSignedInclude="$(OutDir)$(AssemblyName).dll" />
110-
<BinariesToBeSignedInclude="$(OutDir)localize\**\$(AssemblyName).resources.dll" />
102+
<BinariesToBeSignedInclude="$(OutDir)**\$(AssemblyName).resources.dll" />
111103
<FilesToSignInclude="@(BinariesToBeSigned)">
112104
<Authenticode>Microsoft</Authenticode>
113105
<StrongName>StrongName</StrongName>

‎src/fsharp/FSharp.Compiler.Interactive.Settings/FSharp.Compiler.Interactive.Settings.fsproj‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
<TargetName="GatherBinariesToBeSigned"AfterTargets="Localize"Condition="'$(UseGatherBinaries)' == 'true'">
4949
<ItemGroup>
5050
<BinariesToBeSignedInclude="$(OutDir)$(AssemblyName).dll" />
51+
<BinariesToBeSignedInclude="$(OutDir)**\$(AssemblyName).resources.dll" />
5152
<FilesToSignInclude="@(BinariesToBeSigned)">
5253
<Authenticode>Microsoft</Authenticode>
5354
<StrongName>StrongName</StrongName>

‎src/fsharp/FSharp.Compiler.Private/FSharp.Compiler.Private.fsproj‎

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<TargetName="GatherBinariesToBeSigned"AfterTargets="Localize"Condition="'$(UseGatherBinaries)' == 'true'">
4242
<ItemGroup>
4343
<BinariesToBeSignedInclude="$(OutDir)$(AssemblyName).dll" />
44-
<BinariesToBeSignedInclude="$(OutDir)localize\**\$(AssemblyName).resources.dll" />
44+
<BinariesToBeSignedInclude="$(OutDir)**\$(AssemblyName).resources.dll" />
4545
<FilesToSignInclude="@(BinariesToBeSigned)">
4646
<Authenticode>Microsoft</Authenticode>
4747
<StrongName>StrongName</StrongName>
@@ -69,12 +69,6 @@
6969
<InternalsVisibleToInclude="LanguageServiceProfiling" />
7070
</ItemGroup>
7171
<ItemGroup>
72-
<FilesToLocalizeInclude="$(OutDir)$(AssemblyName).dll">
73-
<TranslationFile>$(FSharpSourcesRoot)\..\loc\lcl\{Lang}\$(AssemblyName).dll.lcl</TranslationFile>
74-
<LciCommentFile>$(FSharpSourcesRoot)\..\loc\lci\$(AssemblyName).dll.lci</LciCommentFile>
75-
<HasLceComments>false</HasLceComments>
76-
<InProject>false</InProject>
77-
</FilesToLocalize>
7872
<CompileInclude="..\..\assemblyinfo\assemblyinfo.FSharp.Compiler.Private.dll.fs">
7973
<Link>assemblyinfo.FSharp.Compiler.Private.dll.fs</Link>
8074
</Compile>

‎src/fsharp/FSharp.Core/FSharp.Core.fsproj‎

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,6 @@
3434
<NoneInclude="FSharp.Core.runtimeconfig.json"Condition="'$(TargetDotnetProfile)' == 'coreclr'" ><CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory></None>
3535
</ItemGroup>
3636

37-
<ItemGroup>
38-
<FilesToLocalizeInclude="$(OutDir)$(AssemblyName).dll">
39-
<TranslationFile>$(FSharpSourcesRoot)\..\loc\lcl\{Lang}\$(AssemblyName).dll.lcl</TranslationFile>
40-
<LciCommentFile>$(FSharpSourcesRoot)\..\loc\lci\$(AssemblyName).dll.lci</LciCommentFile>
41-
<HasLceComments>false</HasLceComments>
42-
<InProject>false</InProject>
43-
</FilesToLocalize>
44-
</ItemGroup>
45-
4637
<ItemGroup>
4738
<CustomAdditionalCompileInputsInclude="$(FSharpSourcesRoot)\..\Proto\$(ProtoFlavour)\bin\fsc-proto.exe">
4839
<Visible>false</Visible>
@@ -271,7 +262,7 @@
271262
<TargetName="GatherBinariesToBeSigned"AfterTargets="Localize"Condition="'$(UseGatherBinaries)' == 'true'">
272263
<ItemGroup>
273264
<BinariesToBeSignedInclude="$(OutDir)$(AssemblyName).dll" />
274-
<BinariesToBeSignedInclude="$(OutDir)localize\**\$(AssemblyName).resources.dll" />
265+
<BinariesToBeSignedInclude="$(OutDir)**\$(AssemblyName).resources.dll" />
275266
<FilesToSignInclude="@(BinariesToBeSigned)">
276267
<Authenticode>Microsoft</Authenticode>
277268
<StrongName>StrongName</StrongName>

‎src/fsharp/Fsc/Fsc.fsproj‎

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,6 @@
2323
<AllowCrossTargeting>true</AllowCrossTargeting>
2424
<OtherFlags>$(OtherFlags) --warnon:1182</OtherFlags>
2525
</PropertyGroup>
26-
<ItemGroup>
27-
<FilesToLocalizeInclude="$(OutDir)$(AssemblyName).exe">
28-
<TranslationFile>$(FSharpSourcesRoot)\..\loc\lcl\{Lang}\$(AssemblyName).exe.lcl</TranslationFile>
29-
<LciCommentFile>$(FSharpSourcesRoot)\..\loc\lci\$(AssemblyName).exe.lci</LciCommentFile>
30-
<HasLceComments>false</HasLceComments>
31-
<InProject>false</InProject>
32-
</FilesToLocalize>
33-
</ItemGroup>
3426

3527
<ItemGroup>
3628
<InternalsVisibleToInclude="VisualFSharp.Unittests" />
@@ -74,7 +66,7 @@
7466
<TargetName="GatherBinariesToBeSigned"AfterTargets="Localize"Condition="'$(UseGatherBinaries)' == 'true'">
7567
<ItemGroup>
7668
<BinariesToBeSignedInclude="$(OutDir)$(AssemblyName).exe" />
77-
<BinariesToBeSignedInclude="$(OutDir)localize\**\$(AssemblyName).resources.dll" />
69+
<BinariesToBeSignedInclude="$(OutDir)**\$(AssemblyName).resources.dll" />
7870
<FilesToSignInclude="@(BinariesToBeSigned)">
7971
<Authenticode>Microsoft</Authenticode>
8072
<StrongName>StrongName</StrongName>

‎src/fsharp/fsi/Fsi.fsproj‎

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,6 @@
2727
<Win32Resource>fsi.res</Win32Resource>
2828
<TargetFrameworkVersionCondition="'$(TargetDotnetProfile)' != 'coreclr'">v4.6</TargetFrameworkVersion>
2929
</PropertyGroup>
30-
<ItemGroup>
31-
<FilesToLocalizeInclude="$(OutDir)$(AssemblyName).exe">
32-
<TranslationFile>$(FSharpSourcesRoot)\..\loc\lcl\{Lang}\$(AssemblyName).exe.lcl</TranslationFile>
33-
<LciCommentFile>$(FSharpSourcesRoot)\..\loc\lci\$(AssemblyName).exe.lci</LciCommentFile>
34-
<HasLceComments>false</HasLceComments>
35-
<InProject>false</InProject>
36-
</FilesToLocalize>
37-
</ItemGroup>
3830
<ItemGroup>
3931
<CompileInclude="..\..\assemblyinfo\assemblyinfo.fsi.exe.fs">
4032
<Link>assemblyinfo.fsi.exe.fs</Link>
@@ -84,7 +76,7 @@
8476
<TargetName="GatherBinariesToBeSigned"AfterTargets="Localize"Condition="'$(UseGatherBinaries)' == 'true'">
8577
<ItemGroup>
8678
<BinariesToBeSignedInclude="$(OutDir)$(AssemblyName).exe" />
87-
<BinariesToBeSignedInclude="$(OutDir)localize\**\$(AssemblyName).resources.dll" />
79+
<BinariesToBeSignedInclude="$(OutDir)**\$(AssemblyName).resources.dll" />
8880
<FilesToSignInclude="@(BinariesToBeSigned)">
8981
<Authenticode>Microsoft</Authenticode>
9082
<StrongName>StrongName</StrongName>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp