1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 4.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4
+ <PropertyGroup >
5
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7
+ <ProjectGuid >{C9DC3080-122B-4F26-B2FB-B4A985983DC8}</ProjectGuid >
8
+ <OutputType >Library</OutputType >
9
+ <AppDesignerFolder >Properties</AppDesignerFolder >
10
+ <RootNamespace >DataCommander.Providers.Tfs_11._0._0._0</RootNamespace >
11
+ <AssemblyName >DataCommander.Providers.Tfs-11.0.0.0</AssemblyName >
12
+ <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
13
+ <FileAlignment >512</FileAlignment >
14
+ </PropertyGroup >
15
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
16
+ <DebugSymbols >true</DebugSymbols >
17
+ <DebugType >full</DebugType >
18
+ <Optimize >false</Optimize >
19
+ <OutputPath >..\DataCommander\bin\Debug\</OutputPath >
20
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
21
+ <ErrorReport >prompt</ErrorReport >
22
+ <WarningLevel >4</WarningLevel >
23
+ </PropertyGroup >
24
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
25
+ <DebugType >pdbonly</DebugType >
26
+ <Optimize >true</Optimize >
27
+ <OutputPath >bin\Release\</OutputPath >
28
+ <DefineConstants >TRACE</DefineConstants >
29
+ <ErrorReport >prompt</ErrorReport >
30
+ <WarningLevel >4</WarningLevel >
31
+ </PropertyGroup >
32
+ <ItemGroup >
33
+ <Reference Include =" Microsoft.TeamFoundation.Client, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
34
+ <Reference Include =" Microsoft.TeamFoundation.VersionControl.Client, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
35
+ <Reference Include =" Microsoft.TeamFoundation.VersionControl.Common, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
36
+ <Reference Include =" System" />
37
+ <Reference Include =" System.Core" />
38
+ <Reference Include =" System.Drawing" />
39
+ <Reference Include =" System.Windows.Forms" />
40
+ <Reference Include =" System.Xml.Linq" />
41
+ <Reference Include =" System.Data.DataSetExtensions" />
42
+ <Reference Include =" Microsoft.CSharp" />
43
+ <Reference Include =" System.Data" />
44
+ <Reference Include =" System.Xml" />
45
+ </ItemGroup >
46
+ <ItemGroup >
47
+ <Compile Include =" Properties\AssemblyInfo.cs" />
48
+ <Compile Include =" TfsCommand.cs" />
49
+ <Compile Include =" TfsConnection.cs" />
50
+ <Compile Include =" TfsDataParameter.cs" />
51
+ <Compile Include =" TfsDataReader.cs" />
52
+ <Compile Include =" TfsDataReaderFactory.cs" />
53
+ <Compile Include =" TfsDataReaderHelper.cs" />
54
+ <Compile Include =" TfsDataSourceEnumerator.cs" />
55
+ <Compile Include =" TfsDbConnection.cs" />
56
+ <Compile Include =" TfsDownloadDataReader.cs" />
57
+ <Compile Include =" TfsDownloadItemVersionsDataReader.cs" />
58
+ <Compile Include =" TfsFile.cs" />
59
+ <Compile Include =" TfsFolder.cs" />
60
+ <Compile Include =" TfsGetExtendedItemsDataReader.cs" />
61
+ <Compile Include =" TfsGetItemsDataReader.cs" />
62
+ <Compile Include =" TfsObjectExplorer.cs" />
63
+ <Compile Include =" TfsParameter.cs" />
64
+ <Compile Include =" TfsParameterCollection.cs" />
65
+ <Compile Include =" TfsProject.cs" />
66
+ <Compile Include =" TfsProvider.cs" />
67
+ <Compile Include =" TfsProviderFactory.cs" />
68
+ <Compile Include =" TfsQueryHistoryDataReader.cs" />
69
+ <Compile Include =" TfsQueryPendingSetsDataReader.cs" />
70
+ <Compile Include =" TfsQueryWorkspacesDataReader.cs" />
71
+ </ItemGroup >
72
+ <ItemGroup >
73
+ <ProjectReference Include =" ..\DataCommander.Foundation\DataCommander.Foundation.csproj" >
74
+ <Project >{1bacf0aa-4122-4c10-a8d2-248542af054c}</Project >
75
+ <Name >DataCommander.Foundation</Name >
76
+ </ProjectReference >
77
+ <ProjectReference Include =" ..\DataCommander.Providers\DataCommander.Providers.csproj" >
78
+ <Project >{31a30a80-d1b6-4867-a65e-188de9e912c8}</Project >
79
+ <Name >DataCommander.Providers</Name >
80
+ </ProjectReference >
81
+ </ItemGroup >
82
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
83
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
84
+ Other similar extension points exist, see Microsoft.Common.targets.
85
+ <Target Name="BeforeBuild">
86
+ </Target>
87
+ <Target Name="AfterBuild">
88
+ </Target>
89
+ -->
90
+ </Project >
0 commit comments