diff options
author | fcolin | 2007-02-01 10:01:14 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 10:01:14 +0000 |
commit | 4c4bc26d72b456243edce091fcbd7a320df654eb (patch) | |
tree | 9df05034f48c237bcd40ed279418d4aff6cb42fb /CSharp/Ivy | |
parent | 7c924e984cfffeb972ee3c9bd7dde6fe98f50baf (diff) | |
download | ivy-csharp-4c4bc26d72b456243edce091fcbd7a320df654eb.zip ivy-csharp-4c4bc26d72b456243edce091fcbd7a320df654eb.tar.gz ivy-csharp-4c4bc26d72b456243edce091fcbd7a320df654eb.tar.bz2 ivy-csharp-4c4bc26d72b456243edce091fcbd7a320df654eb.tar.xz |
Utilisateur : Fcolin Date : 30/06/06 Heure : 14:01 Archivé dans $/CSharp/Ivy/IvyPPC Commentaire: (vss 6)
Diffstat (limited to 'CSharp/Ivy')
-rw-r--r-- | CSharp/Ivy/IvyPPC/IvyPPC.csproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CSharp/Ivy/IvyPPC/IvyPPC.csproj b/CSharp/Ivy/IvyPPC/IvyPPC.csproj index 7a7bdd0..c1c8af8 100644 --- a/CSharp/Ivy/IvyPPC/IvyPPC.csproj +++ b/CSharp/Ivy/IvyPPC/IvyPPC.csproj @@ -51,6 +51,9 @@ <Compile Include="Ivy.cs">
<SubType>Component</SubType>
</Compile>
+ <Compile Include="IvyApplicationBinding.cs">
+ <SubType>Component</SubType>
+ </Compile>
<Compile Include="IvyBinding.cs" />
<Compile Include="IvyBindingAttribute.cs" />
<Compile Include="IvyClient.cs" />
@@ -60,6 +63,7 @@ <Compile Include="IvyDomain.designer.cs">
<DependentUpon>IvyDomain.cs</DependentUpon>
</Compile>
+ <Compile Include="IvyEventArgs.cs" />
<Compile Include="IvyException.cs" />
<Compile Include="IvyProtocol.cs" />
<Compile Include="IvyTCPStream.cs" />
|