Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(102)

Side by Side Diff: Tools/Google.Apis.Utils/Google.Apis.Utils.csproj

Issue 12767046: Issue 377: New build for releasing a new version (Closed) Base URL: https://google-api-dotnet-client.googlecode.com/hg/
Patch Set: david comments Created 10 years, 10 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microso ft.com/developer/msbuild/2003">
3 <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Com mon.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Mi crosoft.Common.props')" />
4 <PropertyGroup>
5 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7 <ProjectGuid>{CBC99A4A-E3D0-4609-B704-7B2BF583FC30}</ProjectGuid>
8 <OutputType>Library</OutputType>
9 <AppDesignerFolder>Properties</AppDesignerFolder>
10 <RootNamespace>Google.Apis.Utils</RootNamespace>
11 <AssemblyName>Google.Apis.Utils</AssemblyName>
12 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13 <FileAlignment>512</FileAlignment>
14 <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefine d*'">..\</SolutionDir>
15 <RestorePackages>true</RestorePackages>
16 </PropertyGroup>
17 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18 <DebugSymbols>true</DebugSymbols>
19 <DebugType>full</DebugType>
20 <Optimize>false</Optimize>
21 <OutputPath>bin\Debug\</OutputPath>
22 <DefineConstants>DEBUG;TRACE</DefineConstants>
23 <ErrorReport>prompt</ErrorReport>
24 <WarningLevel>4</WarningLevel>
25 </PropertyGroup>
26 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27 <DebugType>pdbonly</DebugType>
28 <Optimize>true</Optimize>
29 <OutputPath>bin\Release\</OutputPath>
30 <DefineConstants>TRACE</DefineConstants>
31 <ErrorReport>prompt</ErrorReport>
32 <WarningLevel>4</WarningLevel>
33 </PropertyGroup>
34 <ItemGroup>
35 <Reference Include="Microsoft.Web.XmlTransform">
36 <HintPath>..\packages\Microsoft.Web.Xdt.1.0.0\lib\net40\Microsoft.Web.XmlT ransform.dll</HintPath>
37 </Reference>
38 <Reference Include="NuGet.Core, Version=2.6.40619.9041, Culture=neutral, Pub licKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
39 <SpecificVersion>False</SpecificVersion>
40 <HintPath>..\packages\Nuget.Core.2.6.0.1\lib\net40-Client\NuGet.Core.dll</ HintPath>
41 </Reference>
42 <Reference Include="System" />
43 <Reference Include="System.Core" />
44 <Reference Include="System.IO.Compression" />
45 <Reference Include="System.IO.Compression.FileSystem" />
46 <Reference Include="System.Xml.Linq" />
47 <Reference Include="System.Data.DataSetExtensions" />
48 <Reference Include="Microsoft.CSharp" />
49 <Reference Include="System.Data" />
50 <Reference Include="System.Xml" />
51 </ItemGroup>
52 <ItemGroup>
53 <Compile Include="DirectoryUtilities.cs" />
54 <Compile Include="NuGetUtilities.cs" />
55 <Compile Include="Properties\AssemblyInfo.cs" />
56 <Compile Include="Trace\TraceExtensions.cs" />
57 </ItemGroup>
58 <ItemGroup>
59 <None Include="packages.config" />
60 </ItemGroup>
61 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
62 <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(Sol utionDir)\.nuget\NuGet.targets')" />
63 <!-- To modify your build process, add your task inside one of the targets bel ow and uncomment it.·
64 Other similar extension points exist, see Microsoft.Common.targets.
65 <Target Name="BeforeBuild">
66 </Target>
67 <Target Name="AfterBuild">
68 </Target>
69 -->
70 </Project>
OLDNEW
« no previous file with comments | « Tools/Google.Apis.Utils/DirectoryUtilities.cs ('k') | Tools/Google.Apis.Utils/NuGetUtilities.cs » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b