aboutsummaryrefslogtreecommitdiff
path: root/src/ProtocolBuffers.Test/ProtocolBuffers.Test.csproj
diff options
context:
space:
mode:
authorcsharptest <roger@csharptest.net>2011-09-09 13:39:54 -0500
committerrogerk <devnull@localhost>2011-09-09 13:39:54 -0500
commita105eac521b6a810b9c40db2febba412e316d0b2 (patch)
treeadbc078b2c5c8131a392c8ea54c26c5e2a55b5e4 /src/ProtocolBuffers.Test/ProtocolBuffers.Test.csproj
parent8f0dcf3df1548a1eff0bed54a9b992f55b8f72d5 (diff)
downloadprotobuf-a105eac521b6a810b9c40db2febba412e316d0b2.tar.gz
protobuf-a105eac521b6a810b9c40db2febba412e316d0b2.tar.bz2
protobuf-a105eac521b6a810b9c40db2febba412e316d0b2.zip
Added support for negative enum values and tests
Diffstat (limited to 'src/ProtocolBuffers.Test/ProtocolBuffers.Test.csproj')
-rw-r--r--src/ProtocolBuffers.Test/ProtocolBuffers.Test.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ProtocolBuffers.Test/ProtocolBuffers.Test.csproj b/src/ProtocolBuffers.Test/ProtocolBuffers.Test.csproj
index 95ab0b9c..50838172 100644
--- a/src/ProtocolBuffers.Test/ProtocolBuffers.Test.csproj
+++ b/src/ProtocolBuffers.Test/ProtocolBuffers.Test.csproj
@@ -106,6 +106,7 @@
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="ReflectionTester.cs" />
<Compile Include="ServiceTest.cs" />
+ <Compile Include="TestCornerCases.cs" />
<Compile Include="TestProtos\UnitTestCSharpOptionsProtoFile.cs" />
<Compile Include="TestProtos\UnitTestCustomOptionsProtoFile.cs" />
<Compile Include="TestProtos\UnitTestEmbedOptimizeForProtoFile.cs" />