Click here to Skip to main content
15,881,803 members
Articles / Programming Languages / C#

NetMeeting for Windows 7

Rate me:
Please Sign up or sign in to vote.
3.75/5 (9 votes)
1 Nov 2013CPOL2 min read 129.1K   10.4K   41  
Share Desktops between Windows 7 Systems
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
    <ProductVersion>8.0.30703</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{3551ED67-7A45-4D3C-A544-AA84B44631C6}</ProjectGuid>
    <OutputType>WinExe</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>MADMeeting.MainUI</RootNamespace>
    <AssemblyName>MADMeeting.MainUI</AssemblyName>
    <TargetFrameworkVersion>v3.0</TargetFrameworkVersion>
    <TargetFrameworkProfile>
    </TargetFrameworkProfile>
    <FileAlignment>512</FileAlignment>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
    <PlatformTarget>x86</PlatformTarget>
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>bin\Debug\</OutputPath>
    <DefineConstants>DEBUG;TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
    <PlatformTarget>x86</PlatformTarget>
    <DebugType>pdbonly</DebugType>
    <Optimize>true</Optimize>
    <OutputPath>bin\Release\</OutputPath>
    <DefineConstants>TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="AxInterop.RDPCOMAPILib">
      <HintPath>ThirdParty\AxInterop.RDPCOMAPILib.dll</HintPath>
    </Reference>
    <Reference Include="Interop.RDPCOMAPILib">
      <HintPath>ThirdParty\Interop.RDPCOMAPILib.dll</HintPath>
      <EmbedInteropTypes>True</EmbedInteropTypes>
    </Reference>
    <Reference Include="System" />
    <Reference Include="System.Runtime.Serialization" />
    <Reference Include="System.ServiceModel" />
    <Reference Include="System.Data" />
    <Reference Include="System.Deployment" />
    <Reference Include="System.Drawing" />
    <Reference Include="System.Windows.Forms" />
    <Reference Include="System.Xml" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="UI\DesktopViewer.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="UI\DesktopViewer.Designer.cs">
      <DependentUpon>DesktopViewer.cs</DependentUpon>
    </Compile>
    <Compile Include="UI\MADMeetingUI.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="UI\MADMeetingUI.Designer.cs">
      <DependentUpon>MADMeetingUI.cs</DependentUpon>
    </Compile>
    <Compile Include="UI\MMChat.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="UI\MMChat.Designer.cs">
      <DependentUpon>MMChat.cs</DependentUpon>
    </Compile>
    <Compile Include="MMServiceUser.cs" />
    <Compile Include="Program.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="UI\WaitBar.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="UI\WaitBar.Designer.cs">
      <DependentUpon>WaitBar.cs</DependentUpon>
    </Compile>
    <EmbeddedResource Include="UI\DesktopViewer.resx">
      <DependentUpon>DesktopViewer.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="UI\MADMeetingUI.resx">
      <DependentUpon>MADMeetingUI.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="UI\MMChat.resx">
      <DependentUpon>MMChat.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="Properties\Resources.resx">
      <Generator>ResXFileCodeGenerator</Generator>
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
      <SubType>Designer</SubType>
    </EmbeddedResource>
    <Compile Include="Properties\Resources.Designer.cs">
      <AutoGen>True</AutoGen>
      <DependentUpon>Resources.resx</DependentUpon>
      <DesignTime>True</DesignTime>
    </Compile>
    <EmbeddedResource Include="UI\WaitBar.resx">
      <DependentUpon>WaitBar.cs</DependentUpon>
    </EmbeddedResource>
    <None Include="app.config" />
    <None Include="Properties\Settings.settings">
      <Generator>SettingsSingleFileGenerator</Generator>
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
    </None>
    <Compile Include="Properties\Settings.Designer.cs">
      <AutoGen>True</AutoGen>
      <DependentUpon>Settings.settings</DependentUpon>
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
    </Compile>
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\MADMeeting.Common\MADMeeting.Common.csproj">
      <Project>{2A1CFBF1-3E65-4993-9773-C4A700FA3A6B}</Project>
      <Name>MADMeeting.Common</Name>
    </ProjectReference>
    <ProjectReference Include="..\MADMeeting.ServiceLibrary\MADMeeting.ServiceLibrary.csproj">
      <Project>{C4D5C4C3-4FD6-4F39-9524-E5481FBD0334}</Project>
      <Name>MADMeeting.ServiceLibrary</Name>
    </ProjectReference>
  </ItemGroup>
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
       Other similar extension points exist, see Microsoft.Common.targets.
  <Target Name="BeforeBuild">
  </Target>
  <Target Name="AfterBuild">
  </Target>
  -->
</Project>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Technical Lead KLA-Tencor
India India
Working in KLA-Tencor, Chennai as Technical Lead. Born in Bapatla, Guntur (dt), Andhra Pradesh. B.Tech from Bapatla Engineering College, M.Tech from IIT Kanpur.

Interesting areas include Image Processing, C# .NET.

Comments and Discussions