summaryrefslogtreecommitdiff
path: root/CSharp/Ivy/Ivy
diff options
context:
space:
mode:
authorfcolin2007-02-01 09:44:55 +0000
committerfcolin2007-02-01 09:44:55 +0000
commit79c1995a2917ea96a400e067a4bf691dd142c799 (patch)
tree04ee612418b9ab403595ca5440b404aab26aa20e /CSharp/Ivy/Ivy
parent1812ca114a82205011fcb3c1cdb8b11c30ca5f9f (diff)
downloadivy-csharp-79c1995a2917ea96a400e067a4bf691dd142c799.zip
ivy-csharp-79c1995a2917ea96a400e067a4bf691dd142c799.tar.gz
ivy-csharp-79c1995a2917ea96a400e067a4bf691dd142c799.tar.bz2
ivy-csharp-79c1995a2917ea96a400e067a4bf691dd142c799.tar.xz
Utilisateur : Fcolin Date : 2/06/06 Heure : 16:47 Archivé dans $/CSharp/Ivy/Ivy Commentaire: Mise en conformite du code avec les guidelines , et changement prototype evenements (vss 9)
Diffstat (limited to 'CSharp/Ivy/Ivy')
-rw-r--r--CSharp/Ivy/Ivy/Ivy.csproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/CSharp/Ivy/Ivy/Ivy.csproj b/CSharp/Ivy/Ivy/Ivy.csproj
index ee4568d..007e0c1 100644
--- a/CSharp/Ivy/Ivy/Ivy.csproj
+++ b/CSharp/Ivy/Ivy/Ivy.csproj
@@ -105,6 +105,7 @@
<Reference Include="System">
<Name>System</Name>
</Reference>
+ <Reference Include="System.Data" />
<Reference Include="System.Design">
<Name>System.Design</Name>
</Reference>
@@ -115,6 +116,7 @@
<Reference Include="System.Windows.Forms">
<Name>System.Windows.Forms</Name>
</Reference>
+ <Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="IvyBindingAttribute.cs" />
@@ -124,6 +126,7 @@
<Compile Include="IvyDomain.Designer.cs">
<DependentUpon>IvyDomain.cs</DependentUpon>
</Compile>
+ <Compile Include="IvyEventArgs.cs" />
<Compile Include="IvyProtocol.cs" />
<Compile Include="IvyTCPStreamV3.cs" />
<Compile Include="IvyUDPStream.cs" />
@@ -159,6 +162,7 @@
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
+ <None Include="ClassDiagram1.cd" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>