Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<TranslationFile>$(MSBuildThisFileDirectory)..\..\loc\lcl\{Lang}\GoogleTestAdapter.Common.Dynamic.dll.lcl</TranslationFile>
</FilesToLocalize>
<FilesToSign Include="$(OutDir)\GoogleTestAdapter.Common.Dynamic.dll" Condition="'$(RealSign)' == 'True'">
<Authenticode>Microsoft</Authenticode>
<Authenticode>Microsoft400</Authenticode>
<StrongName>StrongName</StrongName>
</FilesToSign>
<SignFilesDependsOn Include="GatherLocalizedOutputsForSigning">
Expand Down Expand Up @@ -93,7 +93,7 @@
<Target Name="GatherLocalizedOutputsForSigning" Condition="'$(LocalizationEnabled)' == 'true' AND '$(RealSign)' == 'True'">
<ItemGroup>
<FilesToSign Include="$(OutDir)\localize\**\$(AssemblyName).resources.dll">
<Authenticode>Microsoft</Authenticode>
<Authenticode>Microsoft400</Authenticode>
<StrongName>StrongName</StrongName>
</FilesToSign>
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion GoogleTestAdapter/Common/Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</PropertyGroup>
<ItemGroup>
<FilesToSign Include="$(OutDir)\GoogleTestAdapter.Common.dll" Condition="'$(RealSign)' == 'True'">
<Authenticode>Microsoft</Authenticode>
<Authenticode>Microsoft400</Authenticode>
<StrongName>StrongName</StrongName>
</FilesToSign>
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions GoogleTestAdapter/Core/Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<TranslationFile>$(MSBuildThisFileDirectory)..\..\loc\lcl\{Lang}\GoogleTestAdapter.Core.dll.lcl</TranslationFile>
</FilesToLocalize>
<FilesToSign Include="$(OutDir)\GoogleTestAdapter.Core.dll" Condition="'$(RealSign)' == 'True'">
<Authenticode>Microsoft</Authenticode>
<Authenticode>Microsoft400</Authenticode>
<StrongName>StrongName</StrongName>
</FilesToSign>
<SignFilesDependsOn Include="GatherLocalizedOutputsForSigning">
Expand Down Expand Up @@ -165,7 +165,7 @@
<Target Name="GatherLocalizedOutputsForSigning" Condition="'$(LocalizationEnabled)' == 'true' AND '$(RealSign)' == 'True'">
<ItemGroup>
<FilesToSign Include="$(OutDir)\localize\**\$(AssemblyName).resources.dll">
<Authenticode>Microsoft</Authenticode>
<Authenticode>Microsoft400</Authenticode>
<StrongName>StrongName</StrongName>
</FilesToSign>
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions GoogleTestAdapter/DiaResolver/DiaResolver.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<TranslationFile>$(MSBuildThisFileDirectory)..\..\loc\lcl\{Lang}\GoogleTestAdapter.DiaResolver.dll.lcl</TranslationFile>
</FilesToLocalize>
<FilesToSign Include="$(OutDir)\GoogleTestAdapter.DiaResolver.dll" Condition="'$(RealSign)' == 'True'">
<Authenticode>Microsoft</Authenticode>
<Authenticode>Microsoft400</Authenticode>
<StrongName>StrongName</StrongName>
</FilesToSign>
<SignFilesDependsOn Include="GatherLocalizedOutputsForSigning">
Expand Down Expand Up @@ -128,7 +128,7 @@
<Target Name="GatherLocalizedOutputsForSigning" Condition="'$(LocalizationEnabled)' == 'true' AND '$(RealSign)' == 'True'">
<ItemGroup>
<FilesToSign Include="$(OutDir)\localize\**\$(AssemblyName).resources.dll">
<Authenticode>Microsoft</Authenticode>
<Authenticode>Microsoft400</Authenticode>
<StrongName>StrongName</StrongName>
</FilesToSign>
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions GoogleTestAdapter/NewProjectWizard/NewProjectWizard.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<SettingsFile>$(LSBuildRoot)\MCP_excludeBaml.lss</SettingsFile>
</FilesToLocalize>
<FilesToSign Include="$(OutDir)\NewProjectWizard.dll" Condition="'$(RealSign)' == 'True'">
<Authenticode>Microsoft</Authenticode>
<Authenticode>Microsoft400</Authenticode>
<StrongName>StrongName</StrongName>
</FilesToSign>
<SignFilesDependsOn Include="GatherLocalizedOutputsForSigning">
Expand Down Expand Up @@ -176,7 +176,7 @@
<Target Name="GatherLocalizedOutputsForSigning" Condition="'$(LocalizationEnabled)' == 'true' AND '$(RealSign)' == 'True'">
<ItemGroup>
<FilesToSign Include="$(OutDir)\localize\**\$(AssemblyName).resources.dll">
<Authenticode>Microsoft</Authenticode>
<Authenticode>Microsoft400</Authenticode>
<StrongName>StrongName</StrongName>
</FilesToSign>
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions GoogleTestAdapter/TestAdapter/TestAdapter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<TranslationFile>$(MSBuildThisFileDirectory)..\..\loc\lcl\{Lang}\GoogleTestAdapter.TestAdapter.dll.lcl</TranslationFile>
</FilesToLocalize>
<FilesToSign Include="$(OutDir)\GoogleTestAdapter.TestAdapter.dll" Condition="'$(RealSign)' == 'True'">
<Authenticode>Microsoft</Authenticode>
<Authenticode>Microsoft400</Authenticode>
<StrongName>StrongName</StrongName>
</FilesToSign>
<SignFilesDependsOn Include="GatherLocalizedOutputsForSigning">
Expand Down Expand Up @@ -281,7 +281,7 @@
<Target Name="GatherLocalizedOutputsForSigning" Condition="'$(LocalizationEnabled)' == 'true' AND '$(RealSign)' == 'True'">
<ItemGroup>
<FilesToSign Include="$(OutDir)\localize\**\$(AssemblyName).resources.dll">
<Authenticode>Microsoft</Authenticode>
<Authenticode>Microsoft400</Authenticode>
<StrongName>StrongName</StrongName>
</FilesToSign>
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions GoogleTestAdapter/VsPackage.TAfGT/VsPackage.TAfGT.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@
<TranslationFile>$(MSBuildThisFileDirectory)..\..\loc\lcl\{Lang}\GoogleTestAdapter.VsPackage.TAfGT.dll.lcl</TranslationFile>
</FilesToLocalize>
<FilesToSign Include="$(OutDir)\GoogleTestAdapter.VsPackage.TAfGT.dll" Condition="'$(RealSign)' == 'True'">
<Authenticode>Microsoft</Authenticode>
<Authenticode>Microsoft400</Authenticode>
<StrongName>StrongName</StrongName>
</FilesToSign>
<SignFilesDependsOn Include="GatherLocalizedOutputsForSigning">
Expand Down Expand Up @@ -284,7 +284,7 @@
<Target Name="GatherLocalizedOutputsForSigning" Condition="'$(LocalizationEnabled)' == 'true' AND '$(RealSign)' == 'True'">
<ItemGroup>
<FilesToSign Include="$(OutDir)\localize\**\$(AssemblyName).resources.dll">
<Authenticode>Microsoft</Authenticode>
<Authenticode>Microsoft400</Authenticode>
<StrongName>StrongName</StrongName>
</FilesToSign>
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions GoogleTestNuGet/Build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ function Add-Signing {
$FilesToSignRel.SetAttribute("Include", "`$(OutDir)\$ProjectName.dll")
$FilesToSignRel.SetAttribute("Condition", "'`$(RealSign)' == 'True' and '`$(TargetExt)' == '.dll' and '`$(Configuration)' == 'RelWithDebInfo'")
$AuthenticodeRel = $xml.CreateElement("Authenticode", "http://schemas.microsoft.com/developer/msbuild/2003")
$AuthenticodeRel.set_InnerXML("Microsoft")
$AuthenticodeRel.set_InnerXML("Microsoft400")
$StrongNameRel = $xml.CreateElement("StrongName", "http://schemas.microsoft.com/developer/msbuild/2003")
$StrongNameRel.set_InnerXML("StrongName")
$FilesToSignRel.AppendChild($AuthenticodeRel) | Out-Null
Expand All @@ -156,7 +156,7 @@ function Add-Signing {
$FilesToSignDebug.SetAttribute("Include", "`$(OutDir)\$ProjectNameDebug.dll")
$FilesToSignDebug.SetAttribute("Condition", "'`$(RealSign)' == 'True' and '`$(TargetExt)' == '.dll' and '`$(Configuration)' == 'Debug'")
$AuthenticodeDebug = $xml.CreateElement("Authenticode", "http://schemas.microsoft.com/developer/msbuild/2003")
$AuthenticodeDebug.set_InnerXML("Microsoft")
$AuthenticodeDebug.set_InnerXML("Microsoft400")
$StrongNameDebug = $xml.CreateElement("StrongName", "http://schemas.microsoft.com/developer/msbuild/2003")
$StrongNameDebug.set_InnerXML("StrongName")
$FilesToSignDebug.AppendChild($AuthenticodeDebug) | Out-Null
Expand Down
8 changes: 4 additions & 4 deletions GoogleTestNuGet/googletest.targets.tt
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
<ReferenceCopyLocalPaths Include="$(MSBuildThisFileDirectory)..\..\\<#= PathToBinaries #>\x64\Debug\gtestd.dll" />
<ReferenceCopyLocalPaths Include="$(MSBuildThisFileDirectory)..\..\\<#= PathToBinaries #>\x64\Debug\gtest_maind.dll" Condition="'$(<#= PackageNameDashes #>-Disable-gtest_main)' == ''" />
<# } #>
<ReferenceCopyLocalPaths Include="$(MSBuildThisFileDirectory)..\..\\<#= PathToBinaries #>\x64\Debug\gtest.pdb" />
<ReferenceCopyLocalPaths Condition="'$(<#= PackageNameDashes #>-Disable-gtest_main)' == ''" Include="$(MSBuildThisFileDirectory)..\..\\<#= PathToBinaries #>\x64\Debug\gtest_main.pdb" />
<ReferenceCopyLocalPaths Include="$(MSBuildThisFileDirectory)..\..\\<#= PathToBinaries #>\x64\Debug\gtestd.pdb" />
<ReferenceCopyLocalPaths Condition="'$(<#= PackageNameDashes #>-Disable-gtest_main)' == ''" Include="$(MSBuildThisFileDirectory)..\..\\<#= PathToBinaries #>\x64\Debug\gtest_maind.pdb" />
</ItemGroup>
<ItemGroup Condition="'$(Configuration)' == 'Release' And '$(Platform)' == 'x64' And '$(Disable-<#= PackageNameDashes #>)' == ''">
<# if (ConfigurationType == "dyn") { #>
Expand All @@ -50,8 +50,8 @@
<ReferenceCopyLocalPaths Include="$(MSBuildThisFileDirectory)..\..\\<#= PathToBinaries #>\x86\Debug\gtestd.dll" />
<ReferenceCopyLocalPaths Include="$(MSBuildThisFileDirectory)..\..\\<#= PathToBinaries #>\x86\Debug\gtest_maind.dll" Condition="'$(<#= PackageNameDashes #>-Disable-gtest_main)' == ''" />
<# } #>
<ReferenceCopyLocalPaths Include="$(MSBuildThisFileDirectory)..\..\\<#= PathToBinaries #>\x86\Debug\gtest.pdb" />
<ReferenceCopyLocalPaths Condition="'$(<#= PackageNameDashes #>-Disable-gtest_main)' == ''" Include="$(MSBuildThisFileDirectory)..\..\\<#= PathToBinaries #>\x86\Debug\gtest_main.pdb" />
<ReferenceCopyLocalPaths Include="$(MSBuildThisFileDirectory)..\..\\<#= PathToBinaries #>\x86\Debug\gtestd.pdb" />
<ReferenceCopyLocalPaths Condition="'$(<#= PackageNameDashes #>-Disable-gtest_main)' == ''" Include="$(MSBuildThisFileDirectory)..\..\\<#= PathToBinaries #>\x86\Debug\gtest_maind.pdb" />
</ItemGroup>
<ItemGroup Condition="'$(Configuration)' == 'Release' And ('$(Platform)' == 'Win32' Or '$(Platform)' == 'x86') And '$(Disable-<#= PackageNameDashes #>)' == ''">
<# if (ConfigurationType == "dyn") { #>
Expand Down