Add files to mono projects

This commit is contained in:
James R Sconfitto
2013-11-16 14:26:12 -05:00
parent 97233cce76
commit a1d0a5e6a0
3 changed files with 6 additions and 0 deletions
@@ -108,6 +108,8 @@
<Compile Include="Clients\ObservableTreesClient.cs" />
<Compile Include="Clients\IObservableBlobClient.cs" />
<Compile Include="Clients\ObservableBlobClient.cs" />
<Compile Include="Clients\IObservableStarredClient.cs" />
<Compile Include="Clients\ObservableStarredClient.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>
@@ -117,6 +117,8 @@
<Compile Include="Clients\ObservableTreesClient.cs" />
<Compile Include="Clients\IObservableBlobClient.cs" />
<Compile Include="Clients\ObservableBlobClient.cs" />
<Compile Include="Clients\IObservableStarredClient.cs" />
<Compile Include="Clients\ObservableStarredClient.cs" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Novell\Novell.MonoDroid.CSharp.targets" />
<ItemGroup>
@@ -112,6 +112,8 @@
<Compile Include="Clients\ObservableTreesClient.cs" />
<Compile Include="Clients\IObservableBlobClient.cs" />
<Compile Include="Clients\ObservableBlobClient.cs" />
<Compile Include="Clients\IObservableStarredClient.cs" />
<Compile Include="Clients\ObservableStarredClient.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>