aboutsummaryrefslogtreecommitdiff
path: root/src/ProtocolBuffers/ProtocolBuffersLite.csproj
diff options
context:
space:
mode:
authorcsharptest <roger@csharptest.net>2012-10-14 11:38:17 -0500
committerrogerk <devnull@localhost>2012-10-14 11:38:17 -0500
commit7d53c1291202b1b503fb611829514e17fdef053b (patch)
treede91adbc95c622ba67cbf4600f2eeac56e36aae7 /src/ProtocolBuffers/ProtocolBuffersLite.csproj
parentad73b4250d906757b290a8a53d4544a623a7e0d8 (diff)
downloadprotobuf-7d53c1291202b1b503fb611829514e17fdef053b.tar.gz
protobuf-7d53c1291202b1b503fb611829514e17fdef053b.tar.bz2
protobuf-7d53c1291202b1b503fb611829514e17fdef053b.zip
Refactored SilverlightCompatibility.cs => FrameworkPortability.cs added NewLine const
Diffstat (limited to 'src/ProtocolBuffers/ProtocolBuffersLite.csproj')
-rw-r--r--src/ProtocolBuffers/ProtocolBuffersLite.csproj5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ProtocolBuffers/ProtocolBuffersLite.csproj b/src/ProtocolBuffers/ProtocolBuffersLite.csproj
index 645112ce..d3bd1f84 100644
--- a/src/ProtocolBuffers/ProtocolBuffersLite.csproj
+++ b/src/ProtocolBuffers/ProtocolBuffersLite.csproj
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
- <TargetFrameworkClass>CLIENTPROFILE</TargetFrameworkClass>
+ <EnvironmentFlavor>CLIENTPROFILE</EnvironmentFlavor>
+ <EnvironmentTemplate>NET35</EnvironmentTemplate>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
@@ -11,7 +12,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Google.ProtocolBuffers</RootNamespace>
<AssemblyName>Google.ProtocolBuffersLite</AssemblyName>
- <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
+ <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\..\keys\Google.ProtocolBuffers.snk</AssemblyOriginatorKeyFile>