|
|
|
@ -24,6 +24,8 @@ |
|
|
|
|
<DebugType>full</DebugType> |
|
|
|
|
<Optimize>false</Optimize> |
|
|
|
|
<OutputPath>bin\Debug\</OutputPath> |
|
|
|
|
<DocumentationFile>$(OutputPath)\$(AssemblyName).xml</DocumentationFile> |
|
|
|
|
<NoWarn>1591, 1570, 1571, 1572, 1573, 1574</NoWarn> |
|
|
|
|
<DefineConstants>TRACE;DEBUG;LITE</DefineConstants> |
|
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
@ -33,6 +35,8 @@ |
|
|
|
|
<DebugType>pdbonly</DebugType> |
|
|
|
|
<Optimize>true</Optimize> |
|
|
|
|
<OutputPath>bin\Release\</OutputPath> |
|
|
|
|
<DocumentationFile>$(OutputPath)\$(AssemblyName).xml</DocumentationFile> |
|
|
|
|
<NoWarn>1591, 1570, 1571, 1572, 1573, 1574</NoWarn> |
|
|
|
|
<DefineConstants>TRACE;LITE</DefineConstants> |
|
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
@ -43,6 +47,8 @@ |
|
|
|
|
<DebugType>full</DebugType> |
|
|
|
|
<Optimize>false</Optimize> |
|
|
|
|
<OutputPath>bin\Debug_Silverlight2\</OutputPath> |
|
|
|
|
<DocumentationFile>$(OutputPath)\$(AssemblyName).xml</DocumentationFile> |
|
|
|
|
<NoWarn>1591, 1570, 1571, 1572, 1573, 1574</NoWarn> |
|
|
|
|
<DefineConstants>DEBUG;TRACE;SILVERLIGHT2;LITE</DefineConstants> |
|
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
@ -53,6 +59,8 @@ |
|
|
|
|
<DebugType>pdbonly</DebugType> |
|
|
|
|
<Optimize>true</Optimize> |
|
|
|
|
<OutputPath>bin\Release_Silverlight2\</OutputPath> |
|
|
|
|
<DocumentationFile>$(OutputPath)\$(AssemblyName).xml</DocumentationFile> |
|
|
|
|
<NoWarn>1591, 1570, 1571, 1572, 1573, 1574</NoWarn> |
|
|
|
|
<DefineConstants>TRACE;SILVERLIGHT2;LITE</DefineConstants> |
|
|
|
|
<ErrorReport>prompt</ErrorReport> |
|
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
|