You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
1006 B
16 lines
1006 B
<?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>
|