Changed build macros

SILVERLIGHT changed to _SILVERLIGHT
WindowsCE changed to _WINDOWS_CE
_MONO was added
This commit is contained in:
Ami Bar
2009-12-24 01:39:59 +02:00
parent 3c57acc550
commit 48de8aca66
15 changed files with 34 additions and 34 deletions
+1 -1
View File
@@ -44,7 +44,7 @@
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>Bin\Release</OutputPath>
<DefineConstants>TRACE;SILVERLIGHT</DefineConstants>
<DefineConstants>TRACE;SILVERLIGHT=1</DefineConstants>
<NoStdLib>true</NoStdLib>
<NoConfig>true</NoConfig>
<ErrorReport>prompt</ErrorReport>