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

Delta Between Two Patch Sets: 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/
Left Patch Set: Created 10 years, 7 months ago
Right Patch Set: david comments Created 10 years, 6 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:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « Tools/Google.Apis.Utils/DirectoryUtilities.cs ('k') | Tools/Google.Apis.Utils/NuGetUtilities.cs » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microso ft.com/developer/msbuild/2003"> 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')" /> 3 <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Com mon.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Mi crosoft.Common.props')" />
4 <PropertyGroup> 4 <PropertyGroup>
5 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 5 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 6 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7 <ProjectGuid>{CBC99A4A-E3D0-4609-B704-7B2BF583FC30}</ProjectGuid> 7 <ProjectGuid>{CBC99A4A-E3D0-4609-B704-7B2BF583FC30}</ProjectGuid>
8 <OutputType>Library</OutputType> 8 <OutputType>Library</OutputType>
9 <AppDesignerFolder>Properties</AppDesignerFolder> 9 <AppDesignerFolder>Properties</AppDesignerFolder>
10 <RootNamespace>Google.Apis.Utils</RootNamespace> 10 <RootNamespace>Google.Apis.Utils</RootNamespace>
11 <AssemblyName>Google.Apis.Utils</AssemblyName> 11 <AssemblyName>Google.Apis.Utils</AssemblyName>
12 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> 12 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13 <FileAlignment>512</FileAlignment> 13 <FileAlignment>512</FileAlignment>
14 <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefine d*'">..\</SolutionDir>
15 <RestorePackages>true</RestorePackages>
14 </PropertyGroup> 16 </PropertyGroup>
15 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 17 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16 <DebugSymbols>true</DebugSymbols> 18 <DebugSymbols>true</DebugSymbols>
17 <DebugType>full</DebugType> 19 <DebugType>full</DebugType>
18 <Optimize>false</Optimize> 20 <Optimize>false</Optimize>
19 <OutputPath>bin\Debug\</OutputPath> 21 <OutputPath>bin\Debug\</OutputPath>
20 <DefineConstants>DEBUG;TRACE</DefineConstants> 22 <DefineConstants>DEBUG;TRACE</DefineConstants>
21 <ErrorReport>prompt</ErrorReport> 23 <ErrorReport>prompt</ErrorReport>
22 <WarningLevel>4</WarningLevel> 24 <WarningLevel>4</WarningLevel>
23 </PropertyGroup> 25 </PropertyGroup>
(...skipping 17 matching lines...) Expand all
41 <Reference Include="System.Core" /> 43 <Reference Include="System.Core" />
42 <Reference Include="System.IO.Compression" /> 44 <Reference Include="System.IO.Compression" />
43 <Reference Include="System.IO.Compression.FileSystem" /> 45 <Reference Include="System.IO.Compression.FileSystem" />
44 <Reference Include="System.Xml.Linq" /> 46 <Reference Include="System.Xml.Linq" />
45 <Reference Include="System.Data.DataSetExtensions" /> 47 <Reference Include="System.Data.DataSetExtensions" />
46 <Reference Include="Microsoft.CSharp" /> 48 <Reference Include="Microsoft.CSharp" />
47 <Reference Include="System.Data" /> 49 <Reference Include="System.Data" />
48 <Reference Include="System.Xml" /> 50 <Reference Include="System.Xml" />
49 </ItemGroup> 51 </ItemGroup>
50 <ItemGroup> 52 <ItemGroup>
51 <Compile Include="DirectoryUtils.cs" /> 53 <Compile Include="DirectoryUtilities.cs" />
54 <Compile Include="NuGetUtilities.cs" />
52 <Compile Include="Properties\AssemblyInfo.cs" /> 55 <Compile Include="Properties\AssemblyInfo.cs" />
53 <Compile Include="Utilities.cs" /> 56 <Compile Include="Trace\TraceExtensions.cs" />
54 </ItemGroup> 57 </ItemGroup>
55 <ItemGroup> 58 <ItemGroup>
56 <None Include="packages.config" /> 59 <None Include="packages.config" />
57 </ItemGroup> 60 </ItemGroup>
58 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 61 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
62 <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(Sol utionDir)\.nuget\NuGet.targets')" />
59 <!-- To modify your build process, add your task inside one of the targets bel ow and uncomment it.· 63 <!-- To modify your build process, add your task inside one of the targets bel ow and uncomment it.·
60 Other similar extension points exist, see Microsoft.Common.targets. 64 Other similar extension points exist, see Microsoft.Common.targets.
61 <Target Name="BeforeBuild"> 65 <Target Name="BeforeBuild">
62 </Target> 66 </Target>
63 <Target Name="AfterBuild"> 67 <Target Name="AfterBuild">
64 </Target> 68 </Target>
65 --> 69 -->
66 </Project> 70 </Project>
LEFTRIGHT

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