aboutsummaryrefslogtreecommitdiff
path: root/src/ProtocolBuffers/ProtocolBuffers.csproj
diff options
context:
space:
mode:
authorcsharptest <roger@csharptest.net>2011-06-08 18:00:43 -0500
committerrogerk <devnull@localhost>2011-06-08 18:00:43 -0500
commitaef072a46f7c902e6fa1adf18e34f8d4b1eba38a (patch)
tree0de385dfaf8e42a1084665267808344017783504 /src/ProtocolBuffers/ProtocolBuffers.csproj
parent4ba365d7932ca661640a402c93d2dfb2816ffd62 (diff)
downloadprotobuf-aef072a46f7c902e6fa1adf18e34f8d4b1eba38a.tar.gz
protobuf-aef072a46f7c902e6fa1adf18e34f8d4b1eba38a.tar.bz2
protobuf-aef072a46f7c902e6fa1adf18e34f8d4b1eba38a.zip
Renamed Bytes to ByteArray and added a Reverse method.
Diffstat (limited to 'src/ProtocolBuffers/ProtocolBuffers.csproj')
-rw-r--r--src/ProtocolBuffers/ProtocolBuffers.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ProtocolBuffers/ProtocolBuffers.csproj b/src/ProtocolBuffers/ProtocolBuffers.csproj
index cf212909..336b387f 100644
--- a/src/ProtocolBuffers/ProtocolBuffers.csproj
+++ b/src/ProtocolBuffers/ProtocolBuffers.csproj
@@ -99,7 +99,7 @@
<Compile Include="AbstractMessageLite.cs">
<SubType>Code</SubType>
</Compile>
- <Compile Include="Bytes.cs" />
+ <Compile Include="ByteArray.cs" />
<Compile Include="ByteString.cs" />
<Compile Include="Collections\Enumerables.cs" />
<Compile Include="Collections\IPopsicleList.cs" />