vs2008.compile.fixes
[tfs.git] / tools / wit / wit.csproj
blobe2d5e4ab61a30cca1e0c009bc1ace74e9ff39705
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">\r
2   <PropertyGroup>\r
3     <Configuration Condition=" '$(Configuration)' == '' ">Release</Configuration>\r
4     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
5     <ProductVersion>8.0.50727</ProductVersion>\r
6     <SchemaVersion>2.0</SchemaVersion>\r
7     <ProjectGuid>{C8B9A7CC-E063-4F11-B166-1EE3BA4225CC}</ProjectGuid>\r
8     <OutputType>Exe</OutputType>\r
9     <AppDesignerFolder>Properties</AppDesignerFolder>\r
10     <RootNamespace>wit</RootNamespace>\r
11     <AssemblyName>wit</AssemblyName>\r
12     <FileUpgradeFlags>\r
13     </FileUpgradeFlags>\r
14     <OldToolsVersion>2.0</OldToolsVersion>\r
15     <UpgradeBackupLocation>\r
16     </UpgradeBackupLocation>\r
17   </PropertyGroup>\r
18   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
19     <DebugSymbols>true</DebugSymbols>\r
20     <DebugType>full</DebugType>\r
21     <Optimize>false</Optimize>\r
22     <OutputPath>bin\</OutputPath>\r
23     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
24     <ErrorReport>prompt</ErrorReport>\r
25     <WarningLevel>4</WarningLevel>\r
26   </PropertyGroup>\r
27   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
28     <DebugType>pdbonly</DebugType>\r
29     <Optimize>true</Optimize>\r
30     <OutputPath>bin\</OutputPath>\r
31     <DefineConstants>TRACE</DefineConstants>\r
32     <ErrorReport>prompt</ErrorReport>\r
33     <WarningLevel>4</WarningLevel>\r
34   </PropertyGroup>\r
35   <ItemGroup>\r
36     <Reference Include="Mono.GetOptions">\r
37       <SpecificVersion>False</SpecificVersion>\r
38       <HintPath>..\..\class\lib\net_2_0\Mono.GetOptions.dll</HintPath>\r
39     </Reference>\r
40     <Reference Include="System" />\r
41     <Reference Include="System.Data" />\r
42     <Reference Include="System.Xml" />\r
43   </ItemGroup>\r
44   <ItemGroup>\r
45     <Compile Include="ChangesetCommand.cs" />\r
46     <Compile Include="Command.cs" />\r
47     <Compile Include="CommandAttribute.cs" />\r
48     <Compile Include="CommandOptions.cs" />\r
49     <Compile Include="CommandRegistry.cs" />\r
50     <Compile Include="Driver.cs" />\r
51     <Compile Include="DriverOptions.cs" />\r
52     <Compile Include="HelpCommand.cs" />\r
53     <Compile Include="NoGui.cs" />\r
54     <Compile Include="ProjectsCommand.cs" />\r
55     <Compile Include="QueriesCommand.cs" />\r
56     <Compile Include="VersionCommand.cs" />\r
57   </ItemGroup>\r
58   <ItemGroup>\r
59     <ProjectReference Include="..\..\class\Microsoft.TeamFoundation.Common\Microsoft.TeamFoundation.Common.csproj">\r
60       <Project>{E0953653-D640-4338-BDAE-91DA9C3583F8}</Project>\r
61       <Name>Microsoft.TeamFoundation.Common</Name>\r
62     </ProjectReference>\r
63     <ProjectReference Include="..\..\class\Microsoft.TeamFoundation.Client\Microsoft.TeamFoundation.Client.csproj">\r
64       <Project>{B0953653-D640-4338-BDAE-91DA9C3583F8}</Project>\r
65       <Name>Microsoft.TeamFoundation.Client</Name>\r
66     </ProjectReference>\r
67     <ProjectReference Include="..\..\class\Microsoft.TeamFoundation\Microsoft.TeamFoundation.csproj">\r
68       <Project>{B0953653-D640-4338-BDAE-91DA9C3583F8}</Project>\r
69       <Name>Microsoft.TeamFoundation</Name>\r
70     </ProjectReference>\r
71     <ProjectReference Include="..\..\class\Microsoft.TeamFoundation.VersionControl.Common\Microsoft.TeamFoundation.VersionControl.Common.csproj">\r
72       <Project>{A0953653-D640-4338-BDAE-91DA9C3583F8}</Project>\r
73       <Name>Microsoft.TeamFoundation.VersionControl.Common</Name>\r
74     </ProjectReference>\r
75     <ProjectReference Include="..\..\class\Microsoft.TeamFoundation.VersionControl.Client\Microsoft.TeamFoundation.VersionControl.Client.csproj">\r
76       <Project>{F0953653-D640-4338-BDAE-91DA9C3583F8}</Project>\r
77       <Name>Microsoft.TeamFoundation.VersionControl.Client</Name>\r
78     </ProjectReference>\r
79     <ProjectReference Include="..\..\class\Microsoft.TeamFoundation.WorkItemTracking.Client\Microsoft.TeamFoundation.WorkItemTracking.Client.csproj">\r
80       <Project>{D0953653-D640-4338-BDAE-91DA9C3583F8}</Project>\r
81       <Name>Microsoft.TeamFoundation.WorkItemTracking.Client</Name>\r
82     </ProjectReference>\r
83     <ProjectReference Include="..\..\class\Microsoft.TeamFoundation.WorkItemTracking.Common\Microsoft.TeamFoundation.WorkItemTracking.Common.csproj">\r
84       <Project>{D0953653-D631-4338-BDAE-91DA9C3583F8}</Project>\r
85       <Name>Microsoft.TeamFoundation.WorkItemTracking.Common</Name>\r
86     </ProjectReference>\r
87     <ProjectReference Include="..\..\class\OpenTF.Common\OpenTF.Common.csproj">\r
88       <Project>{B0953653-A461-4338-BDAE-91DA9C35BBAA}</Project>\r
89       <Name>OpenTF.Common</Name>\r
90     </ProjectReference>\r
91   </ItemGroup>\r
92   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />\r
93   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
94        Other similar extension points exist, see Microsoft.Common.targets.\r
95   <Target Name="BeforeBuild">\r
96   </Target>\r
97   <Target Name="AfterBuild">\r
98   </Target>\r
99   -->\r
100 </Project>