summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfcolin2007-02-01 10:01:12 +0000
committerfcolin2007-02-01 10:01:12 +0000
commit7c924e984cfffeb972ee3c9bd7dde6fe98f50baf (patch)
treefe9c69067eb3c114191982f26029643902333f4a
parentcd03f7c2121096c786ade5a10c7ceb4d1b98bb78 (diff)
downloadivy-csharp-7c924e984cfffeb972ee3c9bd7dde6fe98f50baf.zip
ivy-csharp-7c924e984cfffeb972ee3c9bd7dde6fe98f50baf.tar.gz
ivy-csharp-7c924e984cfffeb972ee3c9bd7dde6fe98f50baf.tar.bz2
ivy-csharp-7c924e984cfffeb972ee3c9bd7dde6fe98f50baf.tar.xz
Utilisateur : Fcolin Date : 6/02/06 Heure : 16:24 Archivé dans $/CSharp/Ivy/IvyPPC Commentaire: (vss 5)
-rw-r--r--CSharp/Ivy/IvyPPC/IvyPPC.csproj4
1 files changed, 3 insertions, 1 deletions
diff --git a/CSharp/Ivy/IvyPPC/IvyPPC.csproj b/CSharp/Ivy/IvyPPC/IvyPPC.csproj
index 1685ea3..7a7bdd0 100644
--- a/CSharp/Ivy/IvyPPC/IvyPPC.csproj
+++ b/CSharp/Ivy/IvyPPC/IvyPPC.csproj
@@ -27,7 +27,7 @@
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE;$(PlatformFamilyName)</DefineConstants>
+ <DefineConstants>TRACE;DEBUG;PocketPC</DefineConstants>
<NoStdLib>true</NoStdLib>
<NoConfig>true</NoConfig>
<ErrorReport>prompt</ErrorReport>
@@ -74,8 +74,10 @@
<None Include="Settings.cs" />
</ItemGroup>
<ItemGroup>
+ <Reference Include="CustomMarshalers" />
<Reference Include="mscorlib" />
<Reference Include="System" />
+ <Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>