aboutsummaryrefslogtreecommitdiff
path: root/src/ProtoMunge
diff options
context:
space:
mode:
authorJon Skeet <skeet@pobox.com>2009-09-09 15:51:39 +0100
committerJon Skeet <skeet@pobox.com>2009-09-09 15:51:39 +0100
commitf29da0367946951e60f693f282839c442b712692 (patch)
tree33ad85deabed664e6811ad70f7d3dfe427822365 /src/ProtoMunge
parent8a5c7e792aac055962d6288ef241b5bae26af26b (diff)
downloadprotobuf-f29da0367946951e60f693f282839c442b712692.tar.gz
protobuf-f29da0367946951e60f693f282839c442b712692.tar.bz2
protobuf-f29da0367946951e60f693f282839c442b712692.zip
Can now at least *build* Silverlight2 assembly easily. Can't test though.
Diffstat (limited to 'src/ProtoMunge')
-rw-r--r--src/ProtoMunge/ProtoMunge.csproj8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ProtoMunge/ProtoMunge.csproj b/src/ProtoMunge/ProtoMunge.csproj
index f8a9af9a..2e403ef7 100644
--- a/src/ProtoMunge/ProtoMunge.csproj
+++ b/src/ProtoMunge/ProtoMunge.csproj
@@ -32,6 +32,14 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Silverlight2|AnyCPU' ">
+ <OutputPath>bin\Silverlight2\</OutputPath>
+ <DefineConstants>TRACE</DefineConstants>
+ <Optimize>true</Optimize>
+ <DebugType>pdbonly</DebugType>
+ <PlatformTarget>AnyCPU</PlatformTarget>
+ <ErrorReport>prompt</ErrorReport>
+ </PropertyGroup>
<ItemGroup>
<Reference Include="System" />
</ItemGroup>