aboutsummaryrefslogtreecommitdiff
path: root/src/ProtocolBuffers.Test/ProtocolBuffers.Test.csproj
diff options
context:
space:
mode:
authorcsharptest <roger@csharptest.net>2011-08-12 17:33:02 -0500
committerrogerk <devnull@localhost>2011-08-12 17:33:02 -0500
commit50a89c1c859760a4c81a476ec490a09ae7b92060 (patch)
treef5ff8f2d4260308fbc5d9a1cbcefd13491cb8ec5 /src/ProtocolBuffers.Test/ProtocolBuffers.Test.csproj
parentc7b23c17979e93fb91be6e9a35ec0aef4a73704d (diff)
downloadprotobuf-50a89c1c859760a4c81a476ec490a09ae7b92060.tar.gz
protobuf-50a89c1c859760a4c81a476ec490a09ae7b92060.tar.bz2
protobuf-50a89c1c859760a4c81a476ec490a09ae7b92060.zip
Fixed removal of all '_' from names, Added unit test.
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 bf224264..f380cf6a 100644
--- a/src/ProtocolBuffers.Test/ProtocolBuffers.Test.csproj
+++ b/src/ProtocolBuffers.Test/ProtocolBuffers.Test.csproj
@@ -104,6 +104,7 @@
<Compile Include="TestProtos\UnitTestCustomOptionsProtoFile.cs" />
<Compile Include="TestProtos\UnitTestEmbedOptimizeForProtoFile.cs" />
<Compile Include="TestProtos\UnitTestEmptyProtoFile.cs" />
+ <Compile Include="TestProtos\UnitTestExtrasIssuesProtoFile.cs" />
<Compile Include="TestProtos\UnitTestGenericServices.cs" />
<Compile Include="TestProtos\UnitTestGoogleSizeProtoFile.cs" />
<Compile Include="TestProtos\UnitTestGoogleSpeedProtoFile.cs" />