summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfcolin2007-02-01 10:01:08 +0000
committerfcolin2007-02-01 10:01:08 +0000
commit44b37bdc50003c1dcac30c140bc52057614a9efe (patch)
tree454b621942af9aa70ecdbe096384769d8b71f961
parentb5784bd81690e41b945c97baa6f9c04072387a39 (diff)
downloadivy-csharp-44b37bdc50003c1dcac30c140bc52057614a9efe.zip
ivy-csharp-44b37bdc50003c1dcac30c140bc52057614a9efe.tar.gz
ivy-csharp-44b37bdc50003c1dcac30c140bc52057614a9efe.tar.bz2
ivy-csharp-44b37bdc50003c1dcac30c140bc52057614a9efe.tar.xz
Utilisateur : Fcolin Date : 6/02/06 Heure : 13:20 Archivé dans $/CSharp/Ivy/IvyPPC Commentaire: (vss 3)
-rw-r--r--CSharp/Ivy/IvyPPC/IvyPPC.csproj19
1 files changed, 18 insertions, 1 deletions
diff --git a/CSharp/Ivy/IvyPPC/IvyPPC.csproj b/CSharp/Ivy/IvyPPC/IvyPPC.csproj
index 535f6ad..b9ab034 100644
--- a/CSharp/Ivy/IvyPPC/IvyPPC.csproj
+++ b/CSharp/Ivy/IvyPPC/IvyPPC.csproj
@@ -48,9 +48,18 @@
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
</PropertyGroup>
<ItemGroup>
- <Compile Include="Ivy.cs" />
+ <Compile Include="Ivy.cs">
+ <SubType>Component</SubType>
+ </Compile>
<Compile Include="IvyBinding.cs" />
+ <Compile Include="IvyBindingAttribute.cs" />
<Compile Include="IvyClient.cs" />
+ <Compile Include="IvyDomain.cs">
+ <SubType>UserControl</SubType>
+ </Compile>
+ <Compile Include="IvyDomain.designer.cs">
+ <DependentUpon>IvyDomain.cs</DependentUpon>
+ </Compile>
<Compile Include="IvyException.cs" />
<Compile Include="IvyProtocol.cs" />
<Compile Include="IvyTCPStream.cs" />
@@ -60,7 +69,9 @@
<Compile Include="IvyUDPStreamV3.cs" />
<Compile Include="IvyUDPStreamV4.cs" />
<Compile Include="IvyWatcher.cs" />
+ <Compile Include="Pcre.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
+ <Compile Include="Settings.cs" />
</ItemGroup>
<ItemGroup>
<Reference Include="mscorlib" />
@@ -68,6 +79,12 @@
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
+ <ItemGroup>
+ <EmbeddedResource Include="IvyDomain.resx">
+ <DependentUpon>IvyDomain.cs</DependentUpon>
+ <SubType>Designer</SubType>
+ </EmbeddedResource>
+ </ItemGroup>
<Import Condition="'$(TargetFrameworkVersion)' == 'v1.0'" Project="$(MSBuildBinPath)\Microsoft.CompactFramework.CSharp.v1.targets" />
<Import Condition="'$(TargetFrameworkVersion)' == 'v2.0'" Project="$(MSBuildBinPath)\Microsoft.CompactFramework.CSharp.targets" />
<ProjectExtensions>