1 <?xml version="1.0" encoding="utf-8"?>
\r
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
\r
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
\r
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
\r
6 <ProductVersion>8.0.30703</ProductVersion>
\r
7 <SchemaVersion>2.0</SchemaVersion>
\r
8 <ProjectGuid>{6D862627-466B-4CD1-82DE-E57B7B976EB6}</ProjectGuid>
\r
9 <OutputType>Library</OutputType>
\r
10 <AppDesignerFolder>Properties</AppDesignerFolder>
\r
11 <RootNamespace>JetBrains.TeamCity.NuGet.Tests</RootNamespace>
\r
12 <AssemblyName>JetBrains.TeamCity.NuGet.Tests</AssemblyName>
\r
13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
\r
14 <FileAlignment>512</FileAlignment>
\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>bin\Debug\</OutputPath>
\r
21 <DefineConstants>DEBUG;TRACE</DefineConstants>
\r
22 <ErrorReport>prompt</ErrorReport>
\r
23 <WarningLevel>4</WarningLevel>
\r
24 <PlatformTarget>x86</PlatformTarget>
\r
26 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
\r
27 <DebugType>pdbonly</DebugType>
\r
28 <Optimize>true</Optimize>
\r
29 <OutputPath>bin\Release\</OutputPath>
\r
30 <DefineConstants>TRACE</DefineConstants>
\r
31 <ErrorReport>prompt</ErrorReport>
\r
32 <WarningLevel>4</WarningLevel>
\r
35 <Reference Include="NuGet">
\r
36 <HintPath>..\lib\nuget\1.4\NuGet.exe</HintPath>
\r
38 <Reference Include="nunit.framework">
\r
39 <HintPath>..\lib\nunit\nunit.framework.dll</HintPath>
\r
41 <Reference Include="System" />
\r
42 <Reference Include="System.Core" />
\r
43 <Reference Include="System.Xml.Linq" />
\r
44 <Reference Include="System.Data.DataSetExtensions" />
\r
45 <Reference Include="Microsoft.CSharp" />
\r
46 <Reference Include="System.Data" />
\r
47 <Reference Include="System.Xml" />
\r
50 <Compile Include="src\NuGet.cs" />
\r
51 <Compile Include="src\NuGetRunnerTest.cs" />
\r
52 <Compile Include="Properties\AssemblyInfo.cs" />
\r
53 <Compile Include="src\ProcessExecutor.cs" />
\r
56 <ProjectReference Include="..\nuget-commands\nuget-commands.csproj">
\r
57 <Project>{8FA969EA-85C0-464E-9745-66B9820121A9}</Project>
\r
58 <Name>nuget-commands</Name>
\r
60 <ProjectReference Include="..\nuget-runner\nuget-runner.csproj">
\r
61 <Project>{B79E58CB-F8FD-4CD6-8B62-10EBA0DF592B}</Project>
\r
62 <Name>nuget-runner</Name>
\r
65 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
\r
66 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
\r
67 Other similar extension points exist, see Microsoft.Common.targets.
\r
68 <Target Name="BeforeBuild">
\r
70 <Target Name="AfterBuild">
\r