aboutsummaryrefslogtreecommitdiff
path: root/src/ProtoGen
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/ProtoGen
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/ProtoGen')
-rw-r--r--src/ProtoGen/ProtoGen.csproj10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/ProtoGen/ProtoGen.csproj b/src/ProtoGen/ProtoGen.csproj
index cd0513bd..056b2c36 100644
--- a/src/ProtoGen/ProtoGen.csproj
+++ b/src/ProtoGen/ProtoGen.csproj
@@ -34,6 +34,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" />
<Reference Include="System.Data" />
@@ -83,4 +91,4 @@
<Target Name="AfterBuild">
</Target>
-->
-</Project>
+</Project> \ No newline at end of file