diff options
author | fcolin | 2007-02-01 09:44:47 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 09:44:47 +0000 |
commit | d4171a1f12eb4fcc9be339d416440b1b74de97de (patch) | |
tree | 6fbd530fbdc1468429111a166cd9a953a21a0e93 /CSharp | |
parent | 16bc993dd215ddc5234d7b2029de6811bc20f133 (diff) | |
download | ivy-csharp-d4171a1f12eb4fcc9be339d416440b1b74de97de.zip ivy-csharp-d4171a1f12eb4fcc9be339d416440b1b74de97de.tar.gz ivy-csharp-d4171a1f12eb4fcc9be339d416440b1b74de97de.tar.bz2 ivy-csharp-d4171a1f12eb4fcc9be339d416440b1b74de97de.tar.xz |
Utilisateur : Fcolin Date : 16/01/06 Heure : 13:58 Archivé dans $/CSharp/Ivy/Ivy Commentaire: (vss 5)
Diffstat (limited to 'CSharp')
-rw-r--r-- | CSharp/Ivy/Ivy/Ivy.csproj | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/CSharp/Ivy/Ivy/Ivy.csproj b/CSharp/Ivy/Ivy/Ivy.csproj index edb74e7..51f9953 100644 --- a/CSharp/Ivy/Ivy/Ivy.csproj +++ b/CSharp/Ivy/Ivy/Ivy.csproj @@ -111,6 +111,7 @@ <Reference Include="System.Design">
<Name>System.Design</Name>
</Reference>
+ <Reference Include="System.Drawing" />
<Reference Include="System.Management">
<Name>System.Management</Name>
</Reference>
@@ -123,6 +124,12 @@ </ItemGroup>
<ItemGroup>
<Compile Include="IvyBindingAttribute.cs" />
+ <Compile Include="IvyDomain.cs">
+ <SubType>UserControl</SubType>
+ </Compile>
+ <Compile Include="IvyDomain.Designer.cs">
+ <DependentUpon>IvyDomain.cs</DependentUpon>
+ </Compile>
<Compile Include="IvyProtocol.cs" />
<Compile Include="IvyTCPStream.cs" />
<Compile Include="IvyTCPStreamV3.cs" />
@@ -164,6 +171,12 @@ <LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
</ItemGroup>
+ <ItemGroup>
+ <EmbeddedResource Include="IvyDomain.resx">
+ <SubType>Designer</SubType>
+ <DependentUpon>IvyDomain.cs</DependentUpon>
+ </EmbeddedResource>
+ </ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PreBuildEvent>
|