Skip to content

Commit 80c0cd2

Browse files
committed
Profiling: missing stuff in previous commit.
1 parent d6411d5 commit 80c0cd2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Framework/PostSharp.Samples.Profiling/PostSharp.Samples.Profiling.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,12 @@
5959
<Reference Include="System.Xml" />
6060
</ItemGroup>
6161
<ItemGroup>
62+
<Compile Include="ExcludedTimeData.cs" />
6263
<Compile Include="MethodCallData.cs" />
6364
<Compile Include="MetricAccessor.cs" />
6465
<Compile Include="MetricData.cs" />
6566
<Compile Include="ProfileAttribute.cs" />
66-
<Compile Include="ProfiledMethod.cs" />
67+
<Compile Include="MetricMetadata.cs" />
6768
<Compile Include="ProfilingServices.cs" />
6869
<Compile Include="Program.cs" />
6970
<Compile Include="Properties\AssemblyInfo.cs" />

0 commit comments

Comments
 (0)