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

Delta Between Two Patch Sets: Tools/Google.Apis.NuGet.Publisher/Google.Apis.NuGet.Publisher/Google.Apis.NuGet.Publisher.csproj

Issue 12662047: Issue 376: Generate NuGet pacakges for generated APIs (Closed) Base URL: https://google-api-dotnet-client.googlecode.com/hg/
Left Patch Set: David comments Created 10 years, 7 months ago
Right Patch Set: David final comments Created 10 years, 7 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
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>{169385A5-0122-4BDD-BC34-73B6B399F781}</ProjectGuid> 7 <ProjectGuid>{169385A5-0122-4BDD-BC34-73B6B399F781}</ProjectGuid>
8 <OutputType>Exe</OutputType> 8 <OutputType>Exe</OutputType>
9 <AppDesignerFolder>Properties</AppDesignerFolder> 9 <AppDesignerFolder>Properties</AppDesignerFolder>
10 <RootNamespace>Google.Apis.NuGet.Publisher</RootNamespace> 10 <RootNamespace>Google.Apis.NuGet.Publisher</RootNamespace>
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 <Reference Include="System.Data.DataSetExtensions" /> 59 <Reference Include="System.Data.DataSetExtensions" />
60 <Reference Include="Microsoft.CSharp" /> 60 <Reference Include="Microsoft.CSharp" />
61 <Reference Include="System.Data" /> 61 <Reference Include="System.Data" />
62 <Reference Include="System.Xml" /> 62 <Reference Include="System.Xml" />
63 </ItemGroup> 63 </ItemGroup>
64 <ItemGroup> 64 <ItemGroup>
65 <Compile Include="NuGetApiPublisher.cs" /> 65 <Compile Include="NuGetApiPublisher.cs" />
66 <Compile Include="DirectoryUtilities.cs" /> 66 <Compile Include="DirectoryUtilities.cs" />
67 <Compile Include="Discovery\DiscoveryItem.cs" /> 67 <Compile Include="Discovery\DiscoveryItem.cs" />
68 <Compile Include="NuGetUtilities.cs" /> 68 <Compile Include="NuGetUtilities.cs" />
69 <Compile Include="Utilities.cs" /> 69 <Compile Include="TraceExtensions.cs" />
70 <Compile Include="Discovery\DiscoveryService.cs" /> 70 <Compile Include="Discovery\DiscoveryService.cs" />
71 <Compile Include="Discovery\DiscoveryDoc.cs" /> 71 <Compile Include="Discovery\DiscoveryDoc.cs" />
72 <Compile Include="Program.cs" /> 72 <Compile Include="Program.cs" />
73 <Compile Include="Properties\AssemblyInfo.cs" /> 73 <Compile Include="Properties\AssemblyInfo.cs" />
74 </ItemGroup> 74 </ItemGroup>
75 <ItemGroup> 75 <ItemGroup>
76 <None Include="App.config"> 76 <None Include="App.config">
77 <SubType>Designer</SubType> 77 <SubType>Designer</SubType>
78 </None> 78 </None>
79 <None Include="packages.config" /> 79 <None Include="packages.config" />
80 </ItemGroup> 80 </ItemGroup>
81 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 81 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
82 <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(Sol utionDir)\.nuget\NuGet.targets')" /> 82 <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(Sol utionDir)\.nuget\NuGet.targets')" />
83 <!-- To modify your build process, add your task inside one of the targets bel ow and uncomment it.· 83 <!-- To modify your build process, add your task inside one of the targets bel ow and uncomment it.·
84 Other similar extension points exist, see Microsoft.Common.targets. 84 Other similar extension points exist, see Microsoft.Common.targets.
85 <Target Name="BeforeBuild"> 85 <Target Name="BeforeBuild">
86 </Target> 86 </Target>
87 <Target Name="AfterBuild"> 87 <Target Name="AfterBuild">
88 </Target> 88 </Target>
89 --> 89 -->
90 </Project> 90 </Project>
LEFTRIGHT

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