Skip to content

Commit

Permalink
Include the new ClientUsageMetrics class in the C# projects
Browse files Browse the repository at this point in the history
  • Loading branch information
Seth Hitchings committed Jun 8, 2012
1 parent e9e6efb commit b6e41a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Evernote/EDAM-wp7.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
<Compile Include="EDAM\Limits\Constants.cs" />
<Compile Include="EDAM\NoteStore\AdImpressions.cs" />
<Compile Include="EDAM\NoteStore\AdParameters.cs" />
<Compile Include="EDAM\NoteStore\ClientUsageMetrics.cs" />
<Compile Include="EDAM\NoteStore\NoteCollectionCounts.cs" />
<Compile Include="EDAM\NoteStore\NoteEmailParameters.cs" />
<Compile Include="EDAM\NoteStore\NoteFilter.cs" />
Expand Down Expand Up @@ -118,4 +119,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>
1 change: 1 addition & 0 deletions src/Evernote/EDAM.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
<Compile Include="EDAM\Limits\Constants.cs" />
<Compile Include="EDAM\NoteStore\AdImpressions.cs" />
<Compile Include="EDAM\NoteStore\AdParameters.cs" />
<Compile Include="EDAM\NoteStore\ClientUsageMetrics.cs" />
<Compile Include="EDAM\NoteStore\NoteCollectionCounts.cs" />
<Compile Include="EDAM\NoteStore\NoteEmailParameters.cs" />
<Compile Include="EDAM\NoteStore\NoteFilter.cs" />
Expand Down

0 comments on commit b6e41a2

Please sign in to comment.