File tree 1 file changed +0
-16
lines changed
1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change 161
161
<PackageReference Include =" MicroBuild.Core" Version =" 0.2.0" />
162
162
</ItemGroup >
163
163
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
-
180
164
<!-- .NET Strong Name Signing -->
181
165
<PropertyGroup >
182
166
<DefineConstants Condition =" '$(SIGNING_BUILD)'!=''" >$(DefineConstants);SIGNING_BUILD</DefineConstants >
You can’t perform that action at this time.
0 commit comments