re-implement hide of nuget api key in build logs, add more tests for it
[teamcity/dotNetPackagesSupport.git] / nuget-extensions / nuget-commands / nuget-commands.csproj
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
3   <PropertyGroup>\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>{8FA969EA-85C0-464E-9745-66B9820121A9}</ProjectGuid>\r
9     <OutputType>Library</OutputType>\r
10     <AppDesignerFolder>Properties</AppDesignerFolder>\r
11     <RootNamespace>JetBrains.TeamCity.NuGet.ExtendedCommands</RootNamespace>\r
12     <AssemblyName>JetBrains.TeamCity.NuGet.ExtendedCommands</AssemblyName>\r
13     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>\r
14     <FileAlignment>512</FileAlignment>\r
15     <TargetFrameworkProfile>\r
16     </TargetFrameworkProfile>\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="NuGet">\r
37       <HintPath>..\lib\nuget\1.4\NuGet.exe</HintPath>\r
38     </Reference>\r
39     <Reference Include="System" />\r
40     <Reference Include="System.ComponentModel.Composition" />\r
41     <Reference Include="System.Core" />\r
42     <Reference Include="Microsoft.CSharp" />\r
43     <Reference Include="System.Xml" />\r
44   </ItemGroup>\r
45   <ItemGroup>\r
46     <Compile Include="src\CommandBase.cs" />\r
47     <Compile Include="src\ListCommandBase.cs" />\r
48     <Compile Include="src\NuGetTeamCityListCommand.cs" />\r
49     <Compile Include="Properties\AssemblyInfo.cs" />\r
50     <Compile Include="src\NuGetTeamCityListPackagesCommand.cs" />\r
51     <Compile Include="src\NuGetTeamCityPingCommand.cs" />\r
52     <Compile Include="src\Util\ServiceMessageFormatter.cs" />\r
53     <Compile Include="src\Util\ServiceMessageProperty.cs" />\r
54   </ItemGroup>\r
55   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
56   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
57        Other similar extension points exist, see Microsoft.Common.targets.\r
58   <Target Name="BeforeBuild">\r
59   </Target>\r
60   <Target Name="AfterBuild">\r
61   </Target>\r
62   -->\r
63 </Project>