build.fix3
[tfs.git] / class / Microsoft.TeamFoundation.Client / Microsoft.TeamFoundation.Client.csproj
blobf3e4fe54cbe8cc334c2d514aec60cd7bfca2fa32
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">\r
2   <PropertyGroup>\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
10     <FileUpgradeFlags>\r
11     </FileUpgradeFlags>\r
12     <OldToolsVersion>2.0</OldToolsVersion>\r
13     <UpgradeBackupLocation>\r
14     </UpgradeBackupLocation>\r
15   </PropertyGroup>\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
22   </PropertyGroup>\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
28   </PropertyGroup>\r
29   <ItemGroup>\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
34   </ItemGroup>\r
35   <ItemGroup>\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
45   </ItemGroup>\r
46   <ItemGroup>\r
47     <None Include="Makefile" />\r
48   </ItemGroup>\r
49   <ItemGroup>\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
53     </ProjectReference>\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
57     </ProjectReference>\r
58   </ItemGroup>\r
59   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />\r
60   <ProjectExtensions>\r
61     <VisualStudio AllowExistingFolder="true" />\r
62   </ProjectExtensions>\r
63 </Project>