aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/ProtocolBuffers.Test/ProtocolBuffers.Test.csproj
diff options
context:
space:
mode:
authorJon Skeet <jonskeet@google.com>2015-04-29 09:18:19 +0100
committerJon Skeet <jonskeet@google.com>2015-04-29 09:18:19 +0100
commitf651f73a3c3356a93c4e3c131833ed8b5d93e2bc (patch)
treecb66caa8f9a67eab3731cfa39ccb1aa3059d4213 /csharp/src/ProtocolBuffers.Test/ProtocolBuffers.Test.csproj
parentcc058e1118d35c8b2fd2298841c40f9303e6ce09 (diff)
downloadprotobuf-f651f73a3c3356a93c4e3c131833ed8b5d93e2bc.tar.gz
protobuf-f651f73a3c3356a93c4e3c131833ed8b5d93e2bc.tar.bz2
protobuf-f651f73a3c3356a93c4e3c131833ed8b5d93e2bc.zip
Remove support for Serializable.
This could potentially be added back in later, but its use is limited and it's a pain in terms of support in PCL environments. One use that has been highlighted is passing objects between AppDomains; we'd recommend passing a byte array explicitly and reparsing on the other side.
Diffstat (limited to 'csharp/src/ProtocolBuffers.Test/ProtocolBuffers.Test.csproj')
-rw-r--r--csharp/src/ProtocolBuffers.Test/ProtocolBuffers.Test.csproj2
1 files changed, 0 insertions, 2 deletions
diff --git a/csharp/src/ProtocolBuffers.Test/ProtocolBuffers.Test.csproj b/csharp/src/ProtocolBuffers.Test/ProtocolBuffers.Test.csproj
index b11b1ad8..5702c011 100644
--- a/csharp/src/ProtocolBuffers.Test/ProtocolBuffers.Test.csproj
+++ b/csharp/src/ProtocolBuffers.Test/ProtocolBuffers.Test.csproj
@@ -81,7 +81,6 @@
<Compile Include="Compatibility\TestResources.cs" />
<Compile Include="Compatibility\TextCompatibilityTests.cs" />
<Compile Include="Compatibility\XmlCompatibilityTests.cs" />
- <Compile Include="SerializableAttribute.cs" />
<Compile Include="TestProtos\GoogleSize.cs" />
<Compile Include="TestProtos\GoogleSpeed.cs" />
<Compile Include="TestProtos\Unittest.cs" />
@@ -112,7 +111,6 @@
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="ReflectionTester.cs" />
<Compile Include="ReusableBuilderTest.cs" />
- <Compile Include="SerializableTest.cs" />
<Compile Include="TestCornerCases.cs" />
<Compile Include="TestMimeMessageFormats.cs" />
<Compile Include="TestUtil.cs" />