Skip to content

Commit 9c186d0

Browse files
committed
Delete empty DebugType from test projects
Also deleted other unused properties
1 parent 5b0e274 commit 9c186d0

File tree

734 files changed

+0
-1263
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

734 files changed

+0
-1263
lines changed

src/tests/GC/API/Frozen/Frozen.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
88
</PropertyGroup>
99
<PropertyGroup>
10-
<!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
1110
<DebugType>PdbOnly</DebugType>
1211
</PropertyGroup>
1312
<ItemGroup>

src/tests/GC/API/GC/Collect.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<GCStressIncompatible>true</GCStressIncompatible>
66
</PropertyGroup>
77
<PropertyGroup>
8-
<!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
98
<DebugType>PdbOnly</DebugType>
109
</PropertyGroup>
1110
<ItemGroup>

src/tests/GC/API/GC/Collect0.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<OutputType>Exe</OutputType>
44
</PropertyGroup>
55
<PropertyGroup>
6-
<!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
76
<DebugType>PdbOnly</DebugType>
87
<GCStressIncompatible>true</GCStressIncompatible>
98
</PropertyGroup>

src/tests/GC/API/GC/Collect1.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<OutputType>Exe</OutputType>
44
</PropertyGroup>
55
<PropertyGroup>
6-
<!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
76
<DebugType>PdbOnly</DebugType>
87
<GCStressIncompatible>true</GCStressIncompatible>
98
</PropertyGroup>

src/tests/GC/API/GC/Collect_Aggressive.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
<CLRTestPriority>0</CLRTestPriority>
88
</PropertyGroup>
99
<PropertyGroup>
10-
<!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
1110
<DebugType>PdbOnly</DebugType>
1211
</PropertyGroup>
1312
<ItemGroup>

src/tests/GC/API/GC/Collect_Aggressive_MultipleParameters.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
<CLRTestPriority>0</CLRTestPriority>
88
</PropertyGroup>
99
<PropertyGroup>
10-
<!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
1110
<DebugType>PdbOnly</DebugType>
1211
</PropertyGroup>
1312
<ItemGroup>

src/tests/GC/API/GC/Collect_Default_1.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<CLRTestPriority>1</CLRTestPriority>
66
</PropertyGroup>
77
<PropertyGroup>
8-
<!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
98
<DebugType>PdbOnly</DebugType>
109
</PropertyGroup>
1110
<ItemGroup>

src/tests/GC/API/GC/Collect_Default_2.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<CLRTestPriority>1</CLRTestPriority>
66
</PropertyGroup>
77
<PropertyGroup>
8-
<!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
98
<DebugType>PdbOnly</DebugType>
109
</PropertyGroup>
1110
<ItemGroup>

src/tests/GC/API/GC/Collect_Default_3.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<CLRTestPriority>1</CLRTestPriority>
66
</PropertyGroup>
77
<PropertyGroup>
8-
<!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
98
<DebugType>PdbOnly</DebugType>
109
</PropertyGroup>
1110
<ItemGroup>

src/tests/GC/API/GC/Collect_Forced_1.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<CLRTestPriority>1</CLRTestPriority>
66
</PropertyGroup>
77
<PropertyGroup>
8-
<!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
98
<DebugType>PdbOnly</DebugType>
109
<GCStressIncompatible>true</GCStressIncompatible>
1110
</PropertyGroup>

0 commit comments

Comments
 (0)