aboutsummaryrefslogtreecommitdiff
path: root/src/ProtocolBuffers/ProtocolBuffers.csproj
diff options
context:
space:
mode:
authorcsharptest <roger@csharptest.net>2011-10-02 16:37:51 -0500
committerrogerk <devnull@localhost>2011-10-02 16:37:51 -0500
commit4ebef33289325fd8ff668162060b770b6eaed033 (patch)
tree4c7bd904601d000d98a4cbc6aa72466ed99b7c57 /src/ProtocolBuffers/ProtocolBuffers.csproj
parentd444748edc798f48d80cb250cc3bfda913d8cfff (diff)
downloadprotobuf-4ebef33289325fd8ff668162060b770b6eaed033.tar.gz
protobuf-4ebef33289325fd8ff668162060b770b6eaed033.tar.bz2
protobuf-4ebef33289325fd8ff668162060b770b6eaed033.zip
Renamed SILVERLIGHT2 compilation constant to SILVERLIGHT
Diffstat (limited to 'src/ProtocolBuffers/ProtocolBuffers.csproj')
-rw-r--r--src/ProtocolBuffers/ProtocolBuffers.csproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ProtocolBuffers/ProtocolBuffers.csproj b/src/ProtocolBuffers/ProtocolBuffers.csproj
index 59503c0a..6edab53e 100644
--- a/src/ProtocolBuffers/ProtocolBuffers.csproj
+++ b/src/ProtocolBuffers/ProtocolBuffers.csproj
@@ -68,7 +68,7 @@
<OutputPath>bin\Debug_Silverlight\</OutputPath>
<DocumentationFile>$(OutputPath)\$(AssemblyName).xml</DocumentationFile>
<NoWarn>1591, 1570, 1571, 1572, 1573, 1574</NoWarn>
- <DefineConstants>DEBUG;TRACE;SILVERLIGHT2</DefineConstants>
+ <DefineConstants>DEBUG;TRACE;SILVERLIGHT</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<NoStdLib>true</NoStdLib>
@@ -80,7 +80,7 @@
<OutputPath>bin\Release_Silverlight\</OutputPath>
<DocumentationFile>$(OutputPath)\$(AssemblyName).xml</DocumentationFile>
<NoWarn>1591, 1570, 1571, 1572, 1573, 1574</NoWarn>
- <DefineConstants>TRACE;SILVERLIGHT2</DefineConstants>
+ <DefineConstants>TRACE;SILVERLIGHT</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<NoStdLib>true</NoStdLib>