1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
\r
3 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
\r
4 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
\r
5 <ProjectGuid>{C0953653-D640-4338-BDAE-91DA9C3583F8}</ProjectGuid>
\r
6 <OutputType>Library</OutputType>
\r
7 <NoStandardLibraries>false</NoStandardLibraries>
\r
8 <AssemblyName>Microsoft.TeamFoundation.Client</AssemblyName>
\r
9 <RootNamespace>Microsoft.TeamFoundation.Client</RootNamespace>
\r
12 <OldToolsVersion>2.0</OldToolsVersion>
\r
13 <UpgradeBackupLocation>
\r
14 </UpgradeBackupLocation>
\r
16 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
\r
17 <DebugSymbols>true</DebugSymbols>
\r
18 <DebugType>full</DebugType>
\r
19 <Optimize>false</Optimize>
\r
20 <OutputPath>..\lib\net_2_0\</OutputPath>
\r
21 <DefineConstants>DEBUG;TRACE</DefineConstants>
\r
23 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
\r
24 <DebugType>pdbonly</DebugType>
\r
25 <Optimize>true</Optimize>
\r
26 <OutputPath>..\lib\net_2_0\</OutputPath>
\r
27 <DefineConstants>TRACE</DefineConstants>
\r
30 <Reference Include="System" />
\r
31 <Reference Include="System.Data" />
\r
32 <Reference Include="System.Xml" />
\r
33 <Reference Include="System.Web.Services" />
\r
36 <Compile Include="AssemblyInfo.cs" />
\r
37 <Compile Include="Authenticator.cs" />
\r
38 <Compile Include="CommonStructureService.cs" />
\r
39 <Compile Include="GroupSecurityService.cs" />
\r
40 <Compile Include="ICredentialsProvider.cs" />
\r
41 <Compile Include="Linking.cs" />
\r
42 <Compile Include="Registration.cs" />
\r
43 <Compile Include="TeamFoundationServer.cs" />
\r
44 <Compile Include="TeamFoundationServerFactory.cs" />
\r
47 <None Include="Makefile" />
\r
50 <ProjectReference Include="..\Microsoft.TeamFoundation.Common\Microsoft.TeamFoundation.Common.csproj">
\r
51 <Project>{E0953653-D640-4338-BDAE-91DA9C3583F8}</Project>
\r
52 <Name>Microsoft.TeamFoundation.Common</Name>
\r
54 <ProjectReference Include="..\Microsoft.TeamFoundation\Microsoft.TeamFoundation.csproj">
\r
55 <Project>{B0953653-D640-4338-BDAE-91DA9C3583F8}</Project>
\r
56 <Name>Microsoft.TeamFoundation</Name>
\r
59 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
\r
61 <VisualStudio AllowExistingFolder="true" />
\r
62 </ProjectExtensions>
\r