Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 3bedf89

Browse files
committed
Rename SilverlightTraceWriter.cs to DebuggerTraceWriter.cs
1 parent 8dcd1ff commit 3bedf89

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/System.Composition.Convention/src/System.Composition.Convention.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<Compile Include="Microsoft\Composition\Diagnostics\CompositionTrace.cs" />
4242
<Compile Include="Microsoft\Composition\Diagnostics\CompositionTraceId.cs" />
4343
<Compile Include="Microsoft\Composition\Diagnostics\CompositionTraceSource.cs" />
44-
<Compile Include="Microsoft\Composition\Diagnostics\SilverlightTraceWriter.cs" />
44+
<Compile Include="Microsoft\Composition\Diagnostics\DebuggerTraceWriter.cs" />
4545
<Compile Include="Microsoft\Composition\Diagnostics\TraceSourceTraceWriter.cs" />
4646
<Compile Include="Microsoft\Composition\Diagnostics\TraceWriter.cs" />
4747
<Compile Include="Microsoft\Internal\AttributeServices.cs" />
@@ -85,4 +85,4 @@
8585
<Target Name="AfterBuild">
8686
</Target>
8787
-->
88-
</Project>
88+
</Project>

0 commit comments

Comments
 (0)