提交 9f98c347 编写于 作者: B Brett V. Forsgren

always gather binaries to sign

上级 1bf7819b
......@@ -32,7 +32,7 @@
<Error Condition="'$(FSharpPackageVersion)' == ''" Text="A 'FSharpPackageVersion' property must be passed to the project." />
</Target>
<Target Name="GatherBinariesToBeSigned" AfterTargets="Localize">
<Target Name="GatherBinariesToBeSigned" AfterTargets="CopyFilesToOutputDirectory">
<!-- SWIX plugin adds the built vsix to signing automatically -->
</Target>
</Project>
......@@ -29,7 +29,7 @@
<Error Condition="'$(FSharpPackageVersion)' == ''" Text="A 'FSharpPackageVersion' property must be passed to the project." />
</Target>
<Target Name="GatherBinariesToBeSigned" AfterTargets="Localize">
<Target Name="GatherBinariesToBeSigned" AfterTargets="CopyFilesToOutputDirectory">
<!-- MSI is already signed before wrapping it here -->
</Target>
</Project>
......@@ -36,7 +36,7 @@
<Package Include="Files.swr" />
</ItemGroup>
<Target Name="GatherBinariesToBeSigned" AfterTargets="Localize">
<Target Name="GatherBinariesToBeSigned" AfterTargets="CopyFilesToOutputDirectory">
<!-- MSI is already signed before wrapping it here -->
</Target>
......
......@@ -36,7 +36,7 @@
<Package Include="Templates.swr" />
</ItemGroup>
<Target Name="GatherBinariesToBeSigned" AfterTargets="Localize">
<Target Name="GatherBinariesToBeSigned" AfterTargets="CopyFilesToOutputDirectory">
<!-- SWIX plugin adds the built vsix to signing automatically -->
</Target>
......
......@@ -96,7 +96,7 @@
</ProjectReference>
</ItemGroup>
<Import Project="$(FSharpSourcesRoot)\FSharpSource.targets" />
<Target Name="GatherBinariesToBeSigned" AfterTargets="Localize" Condition="'$(UseGatherBinaries)' == 'true'">
<Target Name="GatherBinariesToBeSigned" AfterTargets="CopyFilesToOutputDirectory">
<ItemGroup>
<BinariesToBeSigned Include="$(OutDir)$(AssemblyName).dll" />
<BinariesToBeSigned Include="$(OutDir)**\$(AssemblyName).resources.dll" />
......
......@@ -45,7 +45,7 @@
<Name>FSharp.Core</Name>
</ProjectReference>
</ItemGroup>
<Target Name="GatherBinariesToBeSigned" AfterTargets="Localize" Condition="'$(UseGatherBinaries)' == 'true'">
<Target Name="GatherBinariesToBeSigned" AfterTargets="CopyFilesToOutputDirectory">
<ItemGroup>
<BinariesToBeSigned Include="$(OutDir)$(AssemblyName).dll" />
<BinariesToBeSigned Include="$(OutDir)**\$(AssemblyName).resources.dll" />
......
......@@ -38,7 +38,7 @@
<Import Project="$(FSharpSourcesRoot)\.nuget\NuGet.targets" Condition="Exists('$(FSharpSourcesRoot)\.nuget\NuGet.targets')" />
<Import Project="$(FSharpSourcesRoot)\FSharpSource.targets" />
<Import Project="$(FsLexToolPath)\FsLexYacc.targets" />
<Target Name="GatherBinariesToBeSigned" AfterTargets="Localize" Condition="'$(UseGatherBinaries)' == 'true'">
<Target Name="GatherBinariesToBeSigned" AfterTargets="CopyFilesToOutputDirectory">
<ItemGroup>
<BinariesToBeSigned Include="$(OutDir)$(AssemblyName).dll" />
<BinariesToBeSigned Include="$(OutDir)**\$(AssemblyName).resources.dll" />
......
......@@ -39,7 +39,7 @@
</ItemGroup>
<Import Project="$(FSharpSourcesRoot)\FSharpSource.targets" />
<Target Name="GatherBinariesToBeSigned" AfterTargets="Localize" Condition="'$(UseGatherBinaries)' == 'true'">
<Target Name="GatherBinariesToBeSigned" AfterTargets="CopyFilesToOutputDirectory">
<ItemGroup>
<BinariesToBeSigned Include="$(OutDir)$(AssemblyName).dll" />
<FilesToSign Include="@(BinariesToBeSigned)">
......
......@@ -259,7 +259,7 @@
<Copy SourceFiles="$(IntermediateOutputPath)\FSharp.Core.optdata" DestinationFolder="$(OutputPath)" SkipUnchangedFiles="true" />
</Target>
<Target Name="GatherBinariesToBeSigned" AfterTargets="Localize" Condition="'$(UseGatherBinaries)' == 'true'">
<Target Name="GatherBinariesToBeSigned" AfterTargets="CopyFilesToOutputDirectory">
<ItemGroup>
<BinariesToBeSigned Include="$(OutDir)$(AssemblyName).dll" />
<BinariesToBeSigned Include="$(OutDir)**\$(AssemblyName).resources.dll" />
......
......@@ -63,7 +63,7 @@
</ProjectReference>
</ItemGroup>
<Target Name="GatherBinariesToBeSigned" AfterTargets="Localize" Condition="'$(UseGatherBinaries)' == 'true'">
<Target Name="GatherBinariesToBeSigned" AfterTargets="CopyFilesToOutputDirectory">
<ItemGroup>
<BinariesToBeSigned Include="$(OutDir)$(AssemblyName).exe" />
<BinariesToBeSigned Include="$(OutDir)**\$(AssemblyName).resources.dll" />
......
......@@ -73,7 +73,7 @@
<Private>True</Private>
</ProjectReference>
</ItemGroup>
<Target Name="GatherBinariesToBeSigned" AfterTargets="Localize" Condition="'$(UseGatherBinaries)' == 'true'">
<Target Name="GatherBinariesToBeSigned" AfterTargets="CopyFilesToOutputDirectory">
<ItemGroup>
<BinariesToBeSigned Include="$(OutDir)$(AssemblyName).exe" />
<BinariesToBeSigned Include="$(OutDir)**\$(AssemblyName).resources.dll" />
......
......@@ -58,7 +58,7 @@
</ProjectReference>
</ItemGroup>
<Target Name="GatherBinariesToBeSigned" AfterTargets="Localize" Condition="'$(UseGatherBinaries)' == 'true'">
<Target Name="GatherBinariesToBeSigned" AfterTargets="CopyFilesToOutputDirectory">
<ItemGroup>
<BinariesToBeSigned Include="$(OutDir)$(AssemblyName).exe" />
<BinariesToBeSigned Include="$(OutDir)**\$(AssemblyName).resources.dll" />
......
......@@ -272,7 +272,7 @@
</ItemGroup>
<Import Project="$(FSharpSourcesRoot)\..\vsintegration\src\FSharp.tools.targets" />
<Import Project="$(FSharpSourcesRoot)\Microbuild.Settings.targets" />
<Target Name="GatherBinariesToBeSigned" AfterTargets="Localize" Condition="'$(UseGatherBinaries)' == 'true'">
<Target Name="GatherBinariesToBeSigned" AfterTargets="CopyFilesToOutputDirectory">
<ItemGroup>
<BinariesToBeSigned Include="$(OutDir)$(AssemblyName).vsix" />
<FilesToSign Include="@(BinariesToBeSigned)">
......
......@@ -298,7 +298,7 @@
</ItemGroup>
<Import Project="$(FSharpSourcesRoot)\..\vsintegration\src\FSharp.tools.targets" />
<Import Project="$(FSharpSourcesRoot)\Microbuild.Settings.targets" />
<Target Name="GatherBinariesToBeSigned" AfterTargets="Localize" Condition="'$(UseGatherBinaries)' == 'true'">
<Target Name="GatherBinariesToBeSigned" AfterTargets="CopyFilesToOutputDirectory">
<ItemGroup>
<BinariesToBeSigned Include="$(OutDir)$(AssemblyName).vsix" />
<FilesToSign Include="@(BinariesToBeSigned)">
......
......@@ -119,7 +119,7 @@
</ItemGroup>
<Import Project="$(FSharpSourcesRoot)\..\vsintegration\src\FSharp.tools.targets" />
<Import Project="$(FSharpSourcesRoot)\Microbuild.Settings.targets" />
<Target Name="GatherBinariesToBeSigned" AfterTargets="Localize" Condition="'$(UseGatherBinaries)' == 'true'">
<Target Name="GatherBinariesToBeSigned" AfterTargets="CopyFilesToOutputDirectory">
<ItemGroup>
<BinariesToBeSigned Include="$(OutDir)$(AssemblyName).vsix" />
<FilesToSign Include="@(BinariesToBeSigned)">
......
......@@ -283,7 +283,7 @@
<Import Project="$(FSharpSourcesRoot)\FSharpSource.targets" />
<Import Project="$(VsSDKTargets)" />
<Import Project="$(FSharpSourcesRoot)\..\vsintegration\vsintegration.targets" />
<Target Name="GatherBinariesToBeSigned" AfterTargets="Localize" Condition="'$(UseGatherBinaries)' == 'true'">
<Target Name="GatherBinariesToBeSigned" AfterTargets="CopyFilesToOutputDirectory">
<ItemGroup>
<BinariesToBeSigned Include="$(OutDir)$(AssemblyName).dll" />
<FilesToSign Include="@(BinariesToBeSigned)">
......
......@@ -250,7 +250,7 @@
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(FSharpSourcesRoot)\Microbuild.Settings.targets" />
<Import Project="$(VsSDKInstall)\Microsoft.VsSDK.targets" />
<Target Name="GatherBinariesToBeSigned" AfterTargets="Localize" Condition="'$(UseGatherBinaries)' == 'true'">
<Target Name="GatherBinariesToBeSigned" AfterTargets="CopyFilesToOutputDirectory">
<ItemGroup>
<BinariesToBeSigned Include="$(OutDir)$(AssemblyName).dll" />
<BinariesToBeSigned Include="$(OutDir)**\$(AssemblyName).resources.dll" />
......
......@@ -32,7 +32,7 @@
<Import Project="$(FSharpSourcesRoot)\FSharpSource.targets" />
<Import Project="$(FSharpSourcesRoot)\..\vsintegration\vsintegration.targets" />
<Import Project="$(VsSDKTargets)" />
<Target Name="GatherBinariesToBeSigned" AfterTargets="Localize" Condition="'$(UseGatherBinaries)' == 'true'">
<Target Name="GatherBinariesToBeSigned" AfterTargets="CopyFilesToOutputDirectory">
<ItemGroup>
<BinariesToBeSigned Include="$(OutDir)$(AssemblyName).dll" />
<BinariesToBeSigned Include="$(OutDir)**\$(AssemblyName).resources.dll" />
......
......@@ -301,7 +301,7 @@
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(FSharpSourcesRoot)\Microbuild.Settings.targets" />
<Import Project="$(VsSDKTargets)" />
<Target Name="GatherBinariesToBeSigned" AfterTargets="Localize" Condition="'$(UseGatherBinaries)' == 'true'">
<Target Name="GatherBinariesToBeSigned" AfterTargets="CopyFilesToOutputDirectory">
<ItemGroup>
<BinariesToBeSigned Include="$(OutDir)$(AssemblyName).dll" />
<BinariesToBeSigned Include="$(OutDir)**\$(AssemblyName).resources.dll" />
......
......@@ -48,7 +48,7 @@
<Exec Command="&quot;$(ProgramFiles)\Windows Kits\10\bin\x86\rc.exe&quot; /fo $(IntermediateOutputPath)$(RCResourceFile).res $(RCResourceFile)" Condition="Exists('$(ProgramFiles)\Windows Kits\10\bin\x86\rc.exe')" />
<Exec Command="&quot;$(ProgramFiles)\Windows Kits\10\bin\10.0.15063.0\x86\rc.exe&quot; /fo $(IntermediateOutputPath)$(RCResourceFile).res $(RCResourceFile)" Condition="Exists('$(ProgramFiles)\Windows Kits\10\bin\10.0.15063.0\x86\rc.exe')" />
</Target>
<Target Name="GatherBinariesToBeSigned" AfterTargets="Localize" Condition="'$(UseGatherBinaries)' == 'true'">
<Target Name="GatherBinariesToBeSigned" AfterTargets="CopyFilesToOutputDirectory">
<ItemGroup>
<BinariesToBeSigned Include="$(OutDir)$(AssemblyName).dll" />
<BinariesToBeSigned Include="$(OutDir)**\$(AssemblyName).resources.dll" />
......
......@@ -375,7 +375,7 @@
<Import Project="$(FSharpSourcesRoot)\Microbuild.Settings.targets" />
<Import Project="$(VsSDKInstall)\Microsoft.VsSDK.targets" />
<Target Name="GatherBinariesToBeSigned" AfterTargets="Localize" Condition="'$(UseGatherBinaries)' == 'true'">
<Target Name="GatherBinariesToBeSigned" AfterTargets="CopyFilesToOutputDirectory">
<ItemGroup>
<BinariesToBeSigned Include="$(OutDir)$(AssemblyName).dll" />
<BinariesToBeSigned Include="$(OutDir)**\$(AssemblyName).resources.dll" />
......
......@@ -100,7 +100,7 @@
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(FSharpSourcesRoot)\Microbuild.Settings.targets" />
<Target Name="GatherBinariesToBeSigned" AfterTargets="Localize" Condition="'$(UseGatherBinaries)' == 'true'">
<Target Name="GatherBinariesToBeSigned" AfterTargets="CopyFilesToOutputDirectory">
<ItemGroup>
<BinariesToBeSigned Include="$(OutDir)$(AssemblyName).dll" />
<BinariesToBeSigned Include="$(OutDir)**\$(AssemblyName).resources.dll" />
......
......@@ -29,7 +29,7 @@
<Import Project="$(FSharpSourcesRoot)\FSharpSource.targets" />
<Import Project="$(FSharpSourcesRoot)\..\vsintegration\vsintegration.targets" />
<Import Project="$(VsSDKInstall)\Microsoft.VsSDK.targets" />
<Target Name="GatherBinariesToBeSigned" AfterTargets="Localize" Condition="'$(UseGatherBinaries)' == 'true'">
<Target Name="GatherBinariesToBeSigned" AfterTargets="CopyFilesToOutputDirectory">
<ItemGroup>
<BinariesToBeSigned Include="$(OutDir)$(AssemblyName).dll" />
<BinariesToBeSigned Include="$(OutDir)**\$(AssemblyName).resources.dll" />
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册