summaryrefslogtreecommitdiff
path: root/CSharp/Ivy
diff options
context:
space:
mode:
Diffstat (limited to 'CSharp/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>