|
@@ -29,14 +29,14 @@
|
|
<DebugType>pdbonly</DebugType>
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
- <DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
|
+ <DefineConstants>TRACE;LITE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<WarningLevel>4</WarningLevel>
|
|
<NoStdLib>true</NoStdLib>
|
|
<NoStdLib>true</NoStdLib>
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Silverlight2|AnyCPU' ">
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Silverlight2|AnyCPU' ">
|
|
<OutputPath>bin\Silverlight2\</OutputPath>
|
|
<OutputPath>bin\Silverlight2\</OutputPath>
|
|
- <DefineConstants>TRACE;SILVERLIGHT2</DefineConstants>
|
|
|
|
|
|
+ <DefineConstants>TRACE;LITE;SILVERLIGHT2</DefineConstants>
|
|
<Optimize>true</Optimize>
|
|
<Optimize>true</Optimize>
|
|
<NoStdLib>true</NoStdLib>
|
|
<NoStdLib>true</NoStdLib>
|
|
<DebugType>pdbonly</DebugType>
|
|
<DebugType>pdbonly</DebugType>
|