diff options
| author | Charles E. Rolke <chug@apache.org> | 2010-11-10 19:45:23 +0000 |
|---|---|---|
| committer | Charles E. Rolke <chug@apache.org> | 2010-11-10 19:45:23 +0000 |
| commit | c9e1b88bae0993762381a35f14f863a9095291c6 (patch) | |
| tree | 1e24310baf9562943febd4abe79c742d84551fca /cpp/bindings/qpid/dotnet/examples/csharp.map.callback.receiver/csharp.map.callback.receiver.csproj | |
| parent | 1b2fb06946560f4167a879e866842753a79850f3 (diff) | |
| download | qpid-python-c9e1b88bae0993762381a35f14f863a9095291c6.tar.gz | |
QPID-2939 Qpid .NET Messaging Binding has stray references and using statements
Clean them up.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1033679 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/bindings/qpid/dotnet/examples/csharp.map.callback.receiver/csharp.map.callback.receiver.csproj')
| -rw-r--r-- | cpp/bindings/qpid/dotnet/examples/csharp.map.callback.receiver/csharp.map.callback.receiver.csproj | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/cpp/bindings/qpid/dotnet/examples/csharp.map.callback.receiver/csharp.map.callback.receiver.csproj b/cpp/bindings/qpid/dotnet/examples/csharp.map.callback.receiver/csharp.map.callback.receiver.csproj index c1fed18b51..1380fc4981 100644 --- a/cpp/bindings/qpid/dotnet/examples/csharp.map.callback.receiver/csharp.map.callback.receiver.csproj +++ b/cpp/bindings/qpid/dotnet/examples/csharp.map.callback.receiver/csharp.map.callback.receiver.csproj @@ -83,17 +83,6 @@ </PropertyGroup>
<ItemGroup>
<Reference Include="System" />
- <Reference Include="System.Core">
- <RequiredTargetFramework>3.5</RequiredTargetFramework>
- </Reference>
- <Reference Include="System.Xml.Linq">
- <RequiredTargetFramework>3.5</RequiredTargetFramework>
- </Reference>
- <Reference Include="System.Data.DataSetExtensions">
- <RequiredTargetFramework>3.5</RequiredTargetFramework>
- </Reference>
- <Reference Include="System.Data" />
- <Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="csharp.map.callback.receiver.cs" />
|
