aboutsummaryrefslogtreecommitdiffhomepage
path: root/csharp/src/Google.Protobuf.JsonDump
diff options
context:
space:
mode:
authorGravatar Jon Skeet <jonskeet@google.com>2015-07-28 08:16:50 +0100
committerGravatar Jon Skeet <jonskeet@google.com>2015-07-28 08:16:50 +0100
commit0802d56fcde72346554240f932ad11a789e16fbe (patch)
tree5097d607a5b82776267ba19b0a1b4d0b13ea94ad /csharp/src/Google.Protobuf.JsonDump
parent0dbd5ec80d33ea2a37f5362a24fd72b2c5f51aaa (diff)
Tweaks to Profile259 support
- Fix nupec paths - Remove an obsolete part of the JSON build - Add documentation and tests to reflection extension methods, and improve implementations
Diffstat (limited to 'csharp/src/Google.Protobuf.JsonDump')
-rw-r--r--csharp/src/Google.Protobuf.JsonDump/Google.Protobuf.JsonDump.csproj2
1 files changed, 0 insertions, 2 deletions
diff --git a/csharp/src/Google.Protobuf.JsonDump/Google.Protobuf.JsonDump.csproj b/csharp/src/Google.Protobuf.JsonDump/Google.Protobuf.JsonDump.csproj
index a040cda5..ede1f778 100644
--- a/csharp/src/Google.Protobuf.JsonDump/Google.Protobuf.JsonDump.csproj
+++ b/csharp/src/Google.Protobuf.JsonDump/Google.Protobuf.JsonDump.csproj
@@ -1,8 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
- <EnvironmentFlavor>CLIENTPROFILE</EnvironmentFlavor>
- <EnvironmentTemplate>NET35</EnvironmentTemplate>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>