aboutsummaryrefslogtreecommitdiff
path: root/src/ProtoMunge/ProtoMunge.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/ProtoMunge/ProtoMunge.csproj')
-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>