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

Side by Side Diff: Tools/Google.Build.Utils/Google.Build.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 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>8.0.30703</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{A6E792C8-D5E7-40DD-9483-3901E70BF93F}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>Google.Build.Utils</RootNamespace>
12 <AssemblyName>Google.Build.Utils</AssemblyName>
13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14 <FileAlignment>512</FileAlignment>
15 <TargetFrameworkProfile />
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="Google.Apis.Samples.Helper">
36 <HintPath>..\Lib\Google.Apis.Samples.Helper.dll</HintPath>
37 </Reference>
38 <Reference Include="Ionic.Zip">
39 <HintPath>..\Lib\Ionic.Zip.dll</HintPath>
40 </Reference>
41 <Reference Include="Microsoft.Build" />
42 <Reference Include="Microsoft.Build.Engine" />
43 <Reference Include="Microsoft.Build.Framework" />
44 <Reference Include="nunit.core">
45 <HintPath>..\Lib\nunit.core.dll</HintPath>
46 </Reference>
47 <Reference Include="nunit.core.interfaces">
48 <HintPath>..\Lib\nunit.core.interfaces.dll</HintPath>
49 </Reference>
50 <Reference Include="System" />
51 <Reference Include="System.Core" />
52 <Reference Include="System.Xml.Linq" />
53 <Reference Include="System.Data.DataSetExtensions" />
54 <Reference Include="System.Data" />
55 <Reference Include="System.Xml" />
56 </ItemGroup>
57 <ItemGroup>
58 <Compile Include="Build\Project.cs" />
59 <Compile Include="DirUtils.cs" />
60 <Compile Include="Extensions.cs" />
61 <Compile Include="Properties\AssemblyInfo.cs" />
62 <Compile Include="Repositories\Hg.cs" />
63 <Compile Include="Runner.cs" />
64 <Compile Include="Text\Template.cs" />
65 <Compile Include="Text\TextUtils.cs" />
66 <Compile Include="Zip.cs" />
67 </ItemGroup>
68 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
69 <!-- To modify your build process, add your task inside one of the targets bel ow and uncomment it.·
70 Other similar extension points exist, see Microsoft.Common.targets.
71 <Target Name="BeforeBuild">
72 </Target>
73 <Target Name="AfterBuild">
74 </Target>
75 -->
76 </Project>
OLDNEW
« no previous file with comments | « Tools/Google.Build.Utils/Extensions.cs ('k') | Tools/Google.Build.Utils/Properties/AssemblyInfo.cs » ('j') | no next file with comments »

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