diff options
Diffstat (limited to 'CSharp')
-rw-r--r-- | CSharp/Ivy/IvyPPC/IvyPPC.csproj | 19 |
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>
|