diff options
| author | Robert Greig <rgreig@apache.org> | 2008-12-09 22:32:39 +0000 |
|---|---|---|
| committer | Robert Greig <rgreig@apache.org> | 2008-12-09 22:32:39 +0000 |
| commit | 4a72a6ee98310612d771c60a5fdb8c615cdd40fc (patch) | |
| tree | 8ec439397a055f1cfc0fb8d99aa42ea352f147cb /dotnet/Qpid.Buffer | |
| parent | ab9efada20267cdd8a60db99f0fef877ad94a172 (diff) | |
| download | qpid-python-4a72a6ee98310612d771c60a5fdb8c615cdd40fc.tar.gz | |
QPID-1521
Updated Visual Studio project files to VS 2008, updated README and batch files.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@724918 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'dotnet/Qpid.Buffer')
| -rw-r--r-- | dotnet/Qpid.Buffer/Qpid.Buffer.csproj | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/dotnet/Qpid.Buffer/Qpid.Buffer.csproj b/dotnet/Qpid.Buffer/Qpid.Buffer.csproj index f1b5a907a1..9cd26b6df1 100644 --- a/dotnet/Qpid.Buffer/Qpid.Buffer.csproj +++ b/dotnet/Qpid.Buffer/Qpid.Buffer.csproj @@ -1,4 +1,4 @@ -<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@@ -12,6 +12,11 @@ <SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>
</AssemblyOriginatorKeyFile>
+ <FileUpgradeFlags>
+ </FileUpgradeFlags>
+ <OldToolsVersion>2.0</OldToolsVersion>
+ <UpgradeBackupLocation>
+ </UpgradeBackupLocation>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@@ -38,15 +43,7 @@ <Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
- <Compile Include="BufferOverflowException.cs" />
- <Compile Include="BufferUnderflowException.cs" />
- <Compile Include="ByteBuffer.cs" />
- <Compile Include="ByteBufferHexDumper.cs" />
- <Compile Include="IByteBufferAllocator.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="SimpleByteBuffer.cs" />
- <Compile Include="SimpleByteBufferAllocator.cs" />
- <Compile Include="SlicedByteBuffer.cs" />
+ <Compile Include="**\*.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
