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)' == '' ">x86</Platform>
\r
6 <ProductVersion>8.0.30703</ProductVersion>
\r
7 <SchemaVersion>2.0</SchemaVersion>
\r
8 <ProjectGuid>{B79E58CB-F8FD-4CD6-8B62-10EBA0DF592B}</ProjectGuid>
\r
9 <OutputType>Exe</OutputType>
\r
10 <AppDesignerFolder>Properties</AppDesignerFolder>
\r
11 <RootNamespace>JetBrains.TeamCity.NuGetRunner</RootNamespace>
\r
12 <AssemblyName>JetBrains.TeamCity.NuGetRunner</AssemblyName>
\r
13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
\r
14 <TargetFrameworkProfile>Client</TargetFrameworkProfile>
\r
15 <FileAlignment>512</FileAlignment>
\r
17 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
\r
18 <PlatformTarget>x86</PlatformTarget>
\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
27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
\r
28 <PlatformTarget>x86</PlatformTarget>
\r
29 <DebugType>pdbonly</DebugType>
\r
30 <Optimize>true</Optimize>
\r
31 <OutputPath>..\bin\</OutputPath>
\r
32 <DefineConstants>TRACE</DefineConstants>
\r
33 <ErrorReport>prompt</ErrorReport>
\r
34 <WarningLevel>4</WarningLevel>
\r
37 <Reference Include="System" />
\r
38 <Reference Include="System.Core" />
\r
39 <Reference Include="System.Xml.Linq" />
\r
40 <Reference Include="System.Data.DataSetExtensions" />
\r
41 <Reference Include="Microsoft.CSharp" />
\r
42 <Reference Include="System.Data" />
\r
43 <Reference Include="System.Xml" />
\r
46 <Compile Include="src\AssemblyHelper.cs" />
\r
47 <Compile Include="src\NuGetInstallExtensions.cs" />
\r
48 <Compile Include="src\NuGetLoadException.cs" />
\r
49 <Compile Include="src\NuGetRunMutex.cs" />
\r
50 <Compile Include="src\NuGetRunner.cs" />
\r
51 <Compile Include="src\Program.cs" />
\r
52 <Compile Include="Properties\AssemblyInfo.cs" />
\r
55 <None Include="App.config" />
\r
57 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
\r
58 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
\r
59 Other similar extension points exist, see Microsoft.Common.targets.
\r
60 <Target Name="BeforeBuild">
\r
62 <Target Name="AfterBuild">
\r