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

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

Issue 13251043: Issue 351: Reimplement OAuth2 library - Step 7 (Closed) Base URL: https://google-api-dotnet-client.googlecode.com/hg/
Left Patch Set: pull latest changes Created 10 years, 6 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
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>{68A9F685-4B3D-4DFA-8CB1-F2F15B17A8AB}</ProjectGuid> 7 <ProjectGuid>{68A9F685-4B3D-4DFA-8CB1-F2F15B17A8AB}</ProjectGuid>
8 <OutputType>Exe</OutputType> 8 <OutputType>Exe</OutputType>
9 <AppDesignerFolder>Properties</AppDesignerFolder> 9 <AppDesignerFolder>Properties</AppDesignerFolder>
10 <RootNamespace>Google.Apis.Release</RootNamespace> 10 <RootNamespace>Google.Apis.Release</RootNamespace>
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 <ItemGroup> 53 <ItemGroup>
54 <Compile Include="Program.cs" /> 54 <Compile Include="Program.cs" />
55 <Compile Include="ProjectExtenstions.cs" /> 55 <Compile Include="ProjectExtenstions.cs" />
56 <Compile Include="Properties\AssemblyInfo.cs" /> 56 <Compile Include="Properties\AssemblyInfo.cs" />
57 <Compile Include="Repositories\Hg.cs" /> 57 <Compile Include="Repositories\Hg.cs" />
58 <Compile Include="Wiki\DownloadsPageUpdater.cs" /> 58 <Compile Include="Wiki\DownloadsPageUpdater.cs" />
59 </ItemGroup> 59 </ItemGroup>
60 <ItemGroup> 60 <ItemGroup>
61 <None Include="App.config" /> 61 <None Include="App.config" />
62 <None Include="packages.config" /> 62 <None Include="packages.config" />
63 <None Include="Resources\Google.Apis.Auth.Mvc4.VERSION.nuspec">
64 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
65 </None>
66 <None Include="Resources\Google.Apis.Auth.VERSION.nuspec">
67 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
68 </None>
63 <None Include="Resources\Google.Apis.Authentication.VERSION.nuspec"> 69 <None Include="Resources\Google.Apis.Authentication.VERSION.nuspec">
64 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> 70 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
65 </None> 71 </None>
66 <None Include="Resources\Google.Apis.VERSION.nuspec"> 72 <None Include="Resources\Google.Apis.VERSION.nuspec">
67 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> 73 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
68 </None> 74 </None>
69 </ItemGroup> 75 </ItemGroup>
70 <ItemGroup> 76 <ItemGroup>
71 <None Include="Resources\License.txt"> 77 <None Include="Resources\License.txt">
72 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> 78 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
73 </None> 79 </None>
74 </ItemGroup> 80 </ItemGroup>
75 <ItemGroup> 81 <ItemGroup>
76 <ProjectReference Include="..\Google.Apis.Utils\Google.Apis.Utils.csproj"> 82 <ProjectReference Include="..\Google.Apis.Utils\Google.Apis.Utils.csproj">
77 <Project>{cbc99a4a-e3d0-4609-b704-7b2bf583fc30}</Project> 83 <Project>{cbc99a4a-e3d0-4609-b704-7b2bf583fc30}</Project>
78 <Name>Google.Apis.Utils</Name> 84 <Name>Google.Apis.Utils</Name>
79 </ProjectReference> 85 </ProjectReference>
80 </ItemGroup> 86 </ItemGroup>
81 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 87 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
82 <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(Sol utionDir)\.nuget\NuGet.targets')" /> 88 <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.· 89 <!-- 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. 90 Other similar extension points exist, see Microsoft.Common.targets.
85 <Target Name="BeforeBuild"> 91 <Target Name="BeforeBuild">
86 </Target> 92 </Target>
87 <Target Name="AfterBuild"> 93 <Target Name="AfterBuild">
88 </Target> 94 </Target>
89 --> 95 -->
90 </Project> 96 </Project>
LEFTRIGHT

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