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

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

Issue 13251043: Issue 351: Reimplement OAuth2 library - Step 7 (Closed) Base URL: https://google-api-dotnet-client.googlecode.com/hg/
Left Patch Set: mvc Created 10 years, 7 months ago
Right Patch Set: Step 7 - Tools change Created 10 years, 5 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:
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | Tools/Google.Apis.NuGet.Publisher/NuGetApiPublisher.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
(no file at all)
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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 <Compile Include="Program.cs" /> 69 <Compile Include="Program.cs" />
70 <Compile Include="Properties\AssemblyInfo.cs" /> 70 <Compile Include="Properties\AssemblyInfo.cs" />
71 </ItemGroup> 71 </ItemGroup>
72 <ItemGroup> 72 <ItemGroup>
73 <None Include="App.config"> 73 <None Include="App.config">
74 <SubType>Designer</SubType> 74 <SubType>Designer</SubType>
75 </None> 75 </None>
76 <None Include="packages.config" /> 76 <None Include="packages.config" />
77 <None Include="Template\.nuget\NuGet.Config" /> 77 <None Include="Template\.nuget\NuGet.Config" />
78 <None Include="Template\.nuget\NuGet.targets" /> 78 <None Include="Template\.nuget\NuGet.targets" />
79 <None Include="Template\packages\Microsoft.Bcl.Build.1.0.8\tools\Microsoft.B cl.Build.targets" /> 79 <None Include="Template\packages\Microsoft.Bcl.Build.1.0.10\tools\Microsoft. Bcl.Build.targets" />
80 </ItemGroup> 80 </ItemGroup>
81 <ItemGroup> 81 <ItemGroup>
82 <Content Include="Template\.nuget\NuGet.exe" /> 82 <Content Include="Template\.nuget\NuGet.exe" />
83 </ItemGroup> 83 </ItemGroup>
84 <ItemGroup> 84 <ItemGroup>
85 <ProjectReference Include="..\Google.Apis.Utils\Google.Apis.Utils.csproj"> 85 <ProjectReference Include="..\Google.Apis.Utils\Google.Apis.Utils.csproj">
86 <Project>{cbc99a4a-e3d0-4609-b704-7b2bf583fc30}</Project> 86 <Project>{cbc99a4a-e3d0-4609-b704-7b2bf583fc30}</Project>
87 <Name>Google.Apis.Utils</Name> 87 <Name>Google.Apis.Utils</Name>
88 </ProjectReference> 88 </ProjectReference>
89 </ItemGroup> 89 </ItemGroup>
90 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 90 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
91 <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(Sol utionDir)\.nuget\NuGet.targets')" /> 91 <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(Sol utionDir)\.nuget\NuGet.targets')" />
92 <!-- To modify your build process, add your task inside one of the targets bel ow and uncomment it.· 92 <!-- To modify your build process, add your task inside one of the targets bel ow and uncomment it.·
93 Other similar extension points exist, see Microsoft.Common.targets. 93 Other similar extension points exist, see Microsoft.Common.targets.
94 <Target Name="BeforeBuild"> 94 <Target Name="BeforeBuild">
95 </Target> 95 </Target>
96 <Target Name="AfterBuild"> 96 <Target Name="AfterBuild">
97 </Target> 97 </Target>
98 --> 98 -->
99 </Project> 99 </Project>
LEFTRIGHT

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