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