diff options
author | fcolin | 2007-02-01 09:44:59 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 09:44:59 +0000 |
commit | e6c040d6a6725b18d39a1f8cf29f36cd03d03f2c (patch) | |
tree | c0d3d808ff550adc2d5efd2ce454cdc1e8b0128e /CSharp/Ivy | |
parent | d8678a571495e7944089856be278572cfa34cd98 (diff) | |
download | ivy-csharp-e6c040d6a6725b18d39a1f8cf29f36cd03d03f2c.zip ivy-csharp-e6c040d6a6725b18d39a1f8cf29f36cd03d03f2c.tar.gz ivy-csharp-e6c040d6a6725b18d39a1f8cf29f36cd03d03f2c.tar.bz2 ivy-csharp-e6c040d6a6725b18d39a1f8cf29f36cd03d03f2c.tar.xz |
Utilisateur : Fcolin Date : 17/10/06 Heure : 18:36 Archivé dans $/CSharp/Ivy/Ivy Commentaire: modification debug et correction bug stream UDP pas reseté (vss 11)
Diffstat (limited to 'CSharp/Ivy')
-rw-r--r-- | CSharp/Ivy/Ivy/Ivy.csproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CSharp/Ivy/Ivy/Ivy.csproj b/CSharp/Ivy/Ivy/Ivy.csproj index 3dbedbe..1944b08 100644 --- a/CSharp/Ivy/Ivy/Ivy.csproj +++ b/CSharp/Ivy/Ivy/Ivy.csproj @@ -88,6 +88,8 @@ <DebugType>full</DebugType>
<PlatformTarget>x86</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
+ <DefineConstants>
+ </DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<OutputPath>bin\x86\Release\</OutputPath>
|