Skip to content

Commit fd07903

Browse files
authored
Remove attempt to sign ETWClrProfiler.dll (#543)
1 parent 0c41f23 commit fd07903

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

src/TraceEvent/TraceEvent.csproj

-16
Original file line numberDiff line numberDiff line change
@@ -161,22 +161,6 @@
161161
<PackageReference Include="MicroBuild.Core" Version="0.2.0" />
162162
</ItemGroup>
163163

164-
165-
<!-- TODO REMOVE EVENTUALLY: We sign two C++ DLLs here because
166-
I can't get C++ projects to work with the signing. When we fix this
167-
this can be removed. -->
168-
<ItemGroup>
169-
<FilesToSign Include="$(OutDir)..\..\..\..\EtwClrProfiler\Release\x86\ETWClrProfiler.dll"
170-
Condition="Exists('$(OutDir)..\..\..\..\EtwClrProfiler\Release\x86\ETWClrProfiler.dll')">
171-
<Authenticode>Microsoft</Authenticode>
172-
</FilesToSign>
173-
<FilesToSign Include="$(OutDir)..\..\..\..\EtwClrProfiler\Release\amd64\ETWClrProfiler.dll"
174-
Condition="Exists('$(OutDir)..\..\..\..\EtwClrProfiler\Release\amd64\ETWClrProfiler.dll')">
175-
<Authenticode>Microsoft</Authenticode>
176-
</FilesToSign>
177-
</ItemGroup>
178-
179-
180164
<!-- .NET Strong Name Signing -->
181165
<PropertyGroup>
182166
<DefineConstants Condition="'$(SIGNING_BUILD)'!=''">$(DefineConstants);SIGNING_BUILD</DefineConstants>

0 commit comments

Comments
 (0)