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 @@ -26,7 +26,7 @@
</WizardExtension>
<WizardData>
<packages repository="extension" repositoryId="GoogleTestAdapterVSIX.d3b8e668-8582-4be9-ab42-aaf872704ef3">
<package id="$nugetpackage$" version="1.8.1.3" />
<package id="$nugetpackage$" version="1.8.1.4" />
</packages>
</WizardData>
</VSTemplate>
6 changes: 3 additions & 3 deletions GoogleTestAdapter/Packaging.TAfGT/Packaging.TAfGT.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="..\Packages\Microsoft.googletest.v140.windesktop.msvcstl.dyn.rt-dyn.1.8.1.3.nupkg">
<Content Include="..\Packages\Microsoft.googletest.v140.windesktop.msvcstl.dyn.rt-dyn.1.8.1.4.nupkg">
<CopyToOutputDirectory>CopyIfNewer</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="..\Packages\Microsoft.googletest.v140.windesktop.msvcstl.static.rt-dyn.1.8.1.3.nupkg">
<Content Include="..\Packages\Microsoft.googletest.v140.windesktop.msvcstl.static.rt-dyn.1.8.1.4.nupkg">
<CopyToOutputDirectory>CopyIfNewer</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="..\Packages\Microsoft.googletest.v140.windesktop.msvcstl.static.rt-static.1.8.1.3.nupkg">
<Content Include="..\Packages\Microsoft.googletest.v140.windesktop.msvcstl.static.rt-static.1.8.1.4.nupkg">
<CopyToOutputDirectory>CopyIfNewer</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" />
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
<Asset Type="Microsoft.VisualStudio.Assembly" d:Source="Project" d:ProjectName="NewProjectWizard" Path="|NewProjectWizard|" AssemblyName="|NewProjectWizard;AssemblyName|" />
<Asset Type="Microsoft.googletest.v140.windesktop.msvcstl.dyn.rt-dyn.1.8.1.3.nupkg" d:Source="File" Path="Packages\Microsoft.googletest.v140.windesktop.msvcstl.dyn.rt-dyn.1.8.1.3.nupkg" d:VsixSubPath="Packages" />
<Asset Type="Microsoft.googletest.v140.windesktop.msvcstl.static.rt-dyn.1.8.1.3.nupkg" d:Source="File" Path="Packages\Microsoft.googletest.v140.windesktop.msvcstl.static.rt-dyn.1.8.1.3.nupkg" d:VsixSubPath="Packages" />
<Asset Type="Microsoft.googletest.v140.windesktop.msvcstl.static.rt-static.1.8.1.3.nupkg" d:Source="File" Path="Packages\Microsoft.googletest.v140.windesktop.msvcstl.static.rt-static.1.8.1.3.nupkg" d:VsixSubPath="Packages" />
<Asset Type="Microsoft.googletest.v140.windesktop.msvcstl.dyn.rt-dyn.1.8.1.4.nupkg" d:Source="File" Path="Packages\Microsoft.googletest.v140.windesktop.msvcstl.dyn.rt-dyn.1.8.1.4.nupkg" d:VsixSubPath="Packages" />
<Asset Type="Microsoft.googletest.v140.windesktop.msvcstl.static.rt-dyn.1.8.1.4.nupkg" d:Source="File" Path="Packages\Microsoft.googletest.v140.windesktop.msvcstl.static.rt-dyn.1.8.1.4.nupkg" d:VsixSubPath="Packages" />
<Asset Type="Microsoft.googletest.v140.windesktop.msvcstl.static.rt-static.1.8.1.4.nupkg" d:Source="File" Path="Packages\Microsoft.googletest.v140.windesktop.msvcstl.static.rt-static.1.8.1.4.nupkg" d:VsixSubPath="Packages" />
<Asset Type="Microsoft.VisualStudio.ProjectTemplate" d:Source="Project" d:ProjectName="GoogleTestProjectTemplate" d:TargetPath="|GoogleTestProjectTemplate;TemplateProjectOutputGroup|" Path="ProjectTemplates" d:VsixSubPath="ProjectTemplates" />
<Asset Type="Microsoft.VisualStudio.ItemTemplate" d:Source="Project" d:ProjectName="GoogleTestItemTemplate" d:TargetPath="|GoogleTestItemTemplate;TemplateProjectOutputGroup|" Path="ItemTemplates" d:VsixSubPath="ItemTemplates" />
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="VsPackage.TAfGT" Path="|VsPackage.TAfGT|" />
Expand Down
16 changes: 16 additions & 0 deletions GoogleTestNuGet/1029/googletest.propertiesui.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<ProjectSchemaDefinitions xmlns="clr-namespace:Microsoft.Build.Framework.XamlTypes;assembly=Microsoft.Build.Framework">
<Rule Name="ReferencedPackages-Microsoft-GoogleTest" PageTemplate="tool" DisplayName="Odkazované balíčky" SwitchPrefix="/" Order="1">
<Rule.Categories>
<Category Name="Google Test" DisplayName="Google Test" />
</Rule.Categories>
<Rule.DataSource>
<DataSource Persistence="ProjectFile" ItemType="" />
</Rule.DataSource>
<EnumProperty Name="Microsoft-GoogleTest-Disable-gtest_main" DisplayName="Použít hlavní funkci Google Test" Description="Použít funkci main poskytovanou rozhraním Google Test" Category="Google Test">
<!-- Note that UI and code behind have the logic inversed; this is to have "Yes" treated as the default. -->
<EnumValue Name="" DisplayName="Ano" />
<EnumValue Name="true" DisplayName="Ne" />
</EnumProperty>
</Rule>
</ProjectSchemaDefinitions>
16 changes: 16 additions & 0 deletions GoogleTestNuGet/1031/googletest.propertiesui.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<ProjectSchemaDefinitions xmlns="clr-namespace:Microsoft.Build.Framework.XamlTypes;assembly=Microsoft.Build.Framework">
<Rule Name="ReferencedPackages-Microsoft-GoogleTest" PageTemplate="tool" DisplayName="Referenzierte Pakete" SwitchPrefix="/" Order="1">
<Rule.Categories>
<Category Name="Google Test" DisplayName="Google Test" />
</Rule.Categories>
<Rule.DataSource>
<DataSource Persistence="ProjectFile" ItemType="" />
</Rule.DataSource>
<EnumProperty Name="Microsoft-GoogleTest-Disable-gtest_main" DisplayName="Hauptfunktion von Google Test verwenden" Description="Verwenden Sie die vom Google Test-Framework bereitgestellte Hauptfunktion." Category="Google Test">
<!-- Note that UI and code behind have the logic inversed; this is to have "Yes" treated as the default. -->
<EnumValue Name="" DisplayName="Ja" />
<EnumValue Name="true" DisplayName="Nein" />
</EnumProperty>
</Rule>
</ProjectSchemaDefinitions>
16 changes: 16 additions & 0 deletions GoogleTestNuGet/1034/googletest.propertiesui.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<ProjectSchemaDefinitions xmlns="clr-namespace:Microsoft.Build.Framework.XamlTypes;assembly=Microsoft.Build.Framework">
<Rule Name="ReferencedPackages-Microsoft-GoogleTest" PageTemplate="tool" DisplayName="Paquetes a los que se hace referencia" SwitchPrefix="/" Order="1">
<Rule.Categories>
<Category Name="Google Test" DisplayName="Google Test" />
</Rule.Categories>
<Rule.DataSource>
<DataSource Persistence="ProjectFile" ItemType="" />
</Rule.DataSource>
<EnumProperty Name="Microsoft-GoogleTest-Disable-gtest_main" DisplayName="Usar la función principal de Google Test" Description="Usar la función principal proporcionada por el marco de Google Test" Category="Google Test">
<!-- Note that UI and code behind have the logic inversed; this is to have "Yes" treated as the default. -->
<EnumValue Name="" DisplayName="Sí" />
<EnumValue Name="true" DisplayName="No" />
</EnumProperty>
</Rule>
</ProjectSchemaDefinitions>
16 changes: 16 additions & 0 deletions GoogleTestNuGet/1036/googletest.propertiesui.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<ProjectSchemaDefinitions xmlns="clr-namespace:Microsoft.Build.Framework.XamlTypes;assembly=Microsoft.Build.Framework">
<Rule Name="ReferencedPackages-Microsoft-GoogleTest" PageTemplate="tool" DisplayName="Packages référencés" SwitchPrefix="/" Order="1">
<Rule.Categories>
<Category Name="Google Test" DisplayName="Google Test" />
</Rule.Categories>
<Rule.DataSource>
<DataSource Persistence="ProjectFile" ItemType="" />
</Rule.DataSource>
<EnumProperty Name="Microsoft-GoogleTest-Disable-gtest_main" DisplayName="Utiliser la fonction principale de Google Test" Description="Utiliser la fonction principale fournie par l’infrastructure Google Test" Category="Google Test">
<!-- Note that UI and code behind have the logic inversed; this is to have "Yes" treated as the default. -->
<EnumValue Name="" DisplayName="Oui" />
<EnumValue Name="true" DisplayName="Non" />
</EnumProperty>
</Rule>
</ProjectSchemaDefinitions>
16 changes: 16 additions & 0 deletions GoogleTestNuGet/1040/googletest.propertiesui.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<ProjectSchemaDefinitions xmlns="clr-namespace:Microsoft.Build.Framework.XamlTypes;assembly=Microsoft.Build.Framework">
<Rule Name="ReferencedPackages-Microsoft-GoogleTest" PageTemplate="tool" DisplayName="Pacchetti di riferimento" SwitchPrefix="/" Order="1">
<Rule.Categories>
<Category Name="Google Test" DisplayName="Google Test" />
</Rule.Categories>
<Rule.DataSource>
<DataSource Persistence="ProjectFile" ItemType="" />
</Rule.DataSource>
<EnumProperty Name="Microsoft-GoogleTest-Disable-gtest_main" DisplayName="Usa la funzione main di Google Test" Description="Usa la funzione principale fornita dal framework di Google Test" Category="Google Test">
<!-- Note that UI and code behind have the logic inversed; this is to have "Yes" treated as the default. -->
<EnumValue Name="" DisplayName="Sì" />
<EnumValue Name="true" DisplayName="No" />
</EnumProperty>
</Rule>
</ProjectSchemaDefinitions>
16 changes: 16 additions & 0 deletions GoogleTestNuGet/1041/googletest.propertiesui.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<ProjectSchemaDefinitions xmlns="clr-namespace:Microsoft.Build.Framework.XamlTypes;assembly=Microsoft.Build.Framework">
<Rule Name="ReferencedPackages-Microsoft-GoogleTest" PageTemplate="tool" DisplayName="参照されたパッケージ" SwitchPrefix="/" Order="1">
<Rule.Categories>
<Category Name="Google Test" DisplayName="Google Test" />
</Rule.Categories>
<Rule.DataSource>
<DataSource Persistence="ProjectFile" ItemType="" />
</Rule.DataSource>
<EnumProperty Name="Microsoft-GoogleTest-Disable-gtest_main" DisplayName="Google Test の主な機能を使用します" Description="Google Test フレームワークによって提供される主な関数を使用する" Category="Google Test">
<!-- Note that UI and code behind have the logic inversed; this is to have "Yes" treated as the default. -->
<EnumValue Name="" DisplayName="はい" />
<EnumValue Name="true" DisplayName="いいえ" />
</EnumProperty>
</Rule>
</ProjectSchemaDefinitions>
16 changes: 16 additions & 0 deletions GoogleTestNuGet/1042/googletest.propertiesui.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<ProjectSchemaDefinitions xmlns="clr-namespace:Microsoft.Build.Framework.XamlTypes;assembly=Microsoft.Build.Framework">
<Rule Name="ReferencedPackages-Microsoft-GoogleTest" PageTemplate="tool" DisplayName="참조된 패키지" SwitchPrefix="/" Order="1">
<Rule.Categories>
<Category Name="Google Test" DisplayName="Google Test" />
</Rule.Categories>
<Rule.DataSource>
<DataSource Persistence="ProjectFile" ItemType="" />
</Rule.DataSource>
<EnumProperty Name="Microsoft-GoogleTest-Disable-gtest_main" DisplayName="Google Test의 main 함수 사용" Description="Google Test Framework에서 제공하는 기본 기능 사용" Category="Google Test">
<!-- Note that UI and code behind have the logic inversed; this is to have "Yes" treated as the default. -->
<EnumValue Name="" DisplayName="예" />
<EnumValue Name="true" DisplayName="아니요" />
</EnumProperty>
</Rule>
</ProjectSchemaDefinitions>
16 changes: 16 additions & 0 deletions GoogleTestNuGet/1045/googletest.propertiesui.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<ProjectSchemaDefinitions xmlns="clr-namespace:Microsoft.Build.Framework.XamlTypes;assembly=Microsoft.Build.Framework">
<Rule Name="ReferencedPackages-Microsoft-GoogleTest" PageTemplate="tool" DisplayName="Przywoływane pakiety" SwitchPrefix="/" Order="1">
<Rule.Categories>
<Category Name="Google Test" DisplayName="Google Test" />
</Rule.Categories>
<Rule.DataSource>
<DataSource Persistence="ProjectFile" ItemType="" />
</Rule.DataSource>
<EnumProperty Name="Microsoft-GoogleTest-Disable-gtest_main" DisplayName="Użyj funkcji main biblioteki Google Test" Description="Użyj głównej funkcji udostępnianej przez strukturę Google Test" Category="Google Test">
<!-- Note that UI and code behind have the logic inversed; this is to have "Yes" treated as the default. -->
<EnumValue Name="" DisplayName="Tak" />
<EnumValue Name="true" DisplayName="Nie" />
</EnumProperty>
</Rule>
</ProjectSchemaDefinitions>
16 changes: 16 additions & 0 deletions GoogleTestNuGet/1046/googletest.propertiesui.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<ProjectSchemaDefinitions xmlns="clr-namespace:Microsoft.Build.Framework.XamlTypes;assembly=Microsoft.Build.Framework">
<Rule Name="ReferencedPackages-Microsoft-GoogleTest" PageTemplate="tool" DisplayName="Pacotes referenciados" SwitchPrefix="/" Order="1">
<Rule.Categories>
<Category Name="Google Test" DisplayName="Google Test" />
</Rule.Categories>
<Rule.DataSource>
<DataSource Persistence="ProjectFile" ItemType="" />
</Rule.DataSource>
<EnumProperty Name="Microsoft-GoogleTest-Disable-gtest_main" DisplayName="Usar a função principal do Google Test" Description="Use a função principal fornecida pela estrutura do Google Test" Category="Google Test">
<!-- Note that UI and code behind have the logic inversed; this is to have "Yes" treated as the default. -->
<EnumValue Name="" DisplayName="Sim" />
<EnumValue Name="true" DisplayName="Não" />
</EnumProperty>
</Rule>
</ProjectSchemaDefinitions>
16 changes: 16 additions & 0 deletions GoogleTestNuGet/1049/googletest.propertiesui.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<ProjectSchemaDefinitions xmlns="clr-namespace:Microsoft.Build.Framework.XamlTypes;assembly=Microsoft.Build.Framework">
<Rule Name="ReferencedPackages-Microsoft-GoogleTest" PageTemplate="tool" DisplayName="Пакеты, на которые имеются ссылки" SwitchPrefix="/" Order="1">
<Rule.Categories>
<Category Name="Google Test" DisplayName="Google Test" />
</Rule.Categories>
<Rule.DataSource>
<DataSource Persistence="ProjectFile" ItemType="" />
</Rule.DataSource>
<EnumProperty Name="Microsoft-GoogleTest-Disable-gtest_main" DisplayName="Использовать основную функцию Google Test" Description="Использовать основную функцию, предоставляемую платформой Google Test" Category="Google Test">
<!-- Note that UI and code behind have the logic inversed; this is to have "Yes" treated as the default. -->
<EnumValue Name="" DisplayName="Да" />
<EnumValue Name="true" DisplayName="Нет" />
</EnumProperty>
</Rule>
</ProjectSchemaDefinitions>
16 changes: 16 additions & 0 deletions GoogleTestNuGet/1055/googletest.propertiesui.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<ProjectSchemaDefinitions xmlns="clr-namespace:Microsoft.Build.Framework.XamlTypes;assembly=Microsoft.Build.Framework">
<Rule Name="ReferencedPackages-Microsoft-GoogleTest" PageTemplate="tool" DisplayName="Başvurulan Paketler" SwitchPrefix="/" Order="1">
<Rule.Categories>
<Category Name="Google Test" DisplayName="Google Test" />
</Rule.Categories>
<Rule.DataSource>
<DataSource Persistence="ProjectFile" ItemType="" />
</Rule.DataSource>
<EnumProperty Name="Microsoft-GoogleTest-Disable-gtest_main" DisplayName="Google Test'in ana işlevini kullanın" Description="Google Test altyapısı tarafından sağlanan main işlevini kullan" Category="Google Test">
<!-- Note that UI and code behind have the logic inversed; this is to have "Yes" treated as the default. -->
<EnumValue Name="" DisplayName="Evet" />
<EnumValue Name="true" DisplayName="Hayır" />
</EnumProperty>
</Rule>
</ProjectSchemaDefinitions>
16 changes: 16 additions & 0 deletions GoogleTestNuGet/31748/googletest.propertiesui.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<ProjectSchemaDefinitions xmlns="clr-namespace:Microsoft.Build.Framework.XamlTypes;assembly=Microsoft.Build.Framework">
<Rule Name="ReferencedPackages-Microsoft-GoogleTest" PageTemplate="tool" DisplayName="參考的套件" SwitchPrefix="/" Order="1">
<Rule.Categories>
<Category Name="Google Test" DisplayName="Google Test" />
</Rule.Categories>
<Rule.DataSource>
<DataSource Persistence="ProjectFile" ItemType="" />
</Rule.DataSource>
<EnumProperty Name="Microsoft-GoogleTest-Disable-gtest_main" DisplayName="使用 Google Test 的主要函式" Description="使用 Google Test 架構提供的主要函式" Category="Google Test">
<!-- Note that UI and code behind have the logic inversed; this is to have "Yes" treated as the default. -->
<EnumValue Name="" DisplayName="是" />
<EnumValue Name="true" DisplayName="否" />
</EnumProperty>
</Rule>
</ProjectSchemaDefinitions>
16 changes: 16 additions & 0 deletions GoogleTestNuGet/4/googletest.propertiesui.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<ProjectSchemaDefinitions xmlns="clr-namespace:Microsoft.Build.Framework.XamlTypes;assembly=Microsoft.Build.Framework">
<Rule Name="ReferencedPackages-Microsoft-GoogleTest" PageTemplate="tool" DisplayName="引用的包" SwitchPrefix="/" Order="1">
<Rule.Categories>
<Category Name="Google Test" DisplayName="Google Test" />
</Rule.Categories>
<Rule.DataSource>
<DataSource Persistence="ProjectFile" ItemType="" />
</Rule.DataSource>
<EnumProperty Name="Microsoft-GoogleTest-Disable-gtest_main" DisplayName="使用 Google Test 的主要函数" Description="使用 Google Test 框架提供的主函数" Category="Google Test">
<!-- Note that UI and code behind have the logic inversed; this is to have "Yes" treated as the default. -->
<EnumValue Name="" DisplayName="是" />
<EnumValue Name="true" DisplayName="否" />
</EnumProperty>
</Rule>
</ProjectSchemaDefinitions>
16 changes: 15 additions & 1 deletion GoogleTestNuGet/Build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,21 @@ function Build-NuGet {
$TargetsTTArgs += "googletest.targets.tt.proj"
Invoke-Executable msbuild $TargetsTTArgs

Copy-Item -Path "googletest.propertiesui.xml" -Destination "$Dir\build\native\googletest.propertiesui.xml"
# Copy all the locale ID folders with the localized versions of googletest.propertiesui.xml
Copy-Item -Path "4" -Destination "$Dir\build\native\4" -Recurse
Copy-Item -Path "1029" -Destination "$Dir\build\native\1029" -Recurse
Copy-Item -Path "1031" -Destination "$Dir\build\native\1031" -Recurse
Copy-Item -Path "1033" -Destination "$Dir\build\native\1033" -Recurse
Copy-Item -Path "1034" -Destination "$Dir\build\native\1034" -Recurse
Copy-Item -Path "1036" -Destination "$Dir\build\native\1036" -Recurse
Copy-Item -Path "1040" -Destination "$Dir\build\native\1040" -Recurse
Copy-Item -Path "1041" -Destination "$Dir\build\native\1041" -Recurse
Copy-Item -Path "1042" -Destination "$Dir\build\native\1042" -Recurse
Copy-Item -Path "1045" -Destination "$Dir\build\native\1045" -Recurse
Copy-Item -Path "1046" -Destination "$Dir\build\native\1046" -Recurse
Copy-Item -Path "1049" -Destination "$Dir\build\native\1049" -Recurse
Copy-Item -Path "1055" -Destination "$Dir\build\native\1055" -Recurse
Copy-Item -Path "31748" -Destination "$Dir\build\native\31748" -Recurse

Copy-Item -Recurse -Path "..\ThirdParty\googletest\googletest\include" -Destination "$Dir\build\native\include"

Expand Down
2 changes: 1 addition & 1 deletion GoogleTestNuGet/googletest.nuspec.tt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<package>
<metadata>
<id><#= PackageName #></id>
<version>1.8.1.3</version>
<version>1.8.1.4</version>
<authors>Microsoft</authors>
<owners>microsoft,visualcpp</owners>
<projectUrl>https://github.com/Microsoft/TestAdapterForGoogleTest</projectUrl>
Expand Down
2 changes: 1 addition & 1 deletion GoogleTestNuGet/googletest.targets.tt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<Disable-<#= PackageNameDashes #>>true</Disable-<#= PackageNameDashes #>>
</PropertyGroup>
<ItemGroup Condition="'$(Disable-<#= PackageNameDashes #>)' == ''">
<PropertyPageSchema Include="$(MSBuildThisFileDirectory)\googletest.propertiesui.xml" />
<PropertyPageSchema Include="$(MSBuildThisFileDirectory)\$(LangID)\googletest.propertiesui.xml" />
</ItemGroup>
<ItemDefinitionGroup Condition="'$(Disable-<#= PackageNameDashes #>)' == ''">
<Link>
Expand Down