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

Side by Side Diff: Tools/Google.Apis.NuGet.Publisher/Google.Apis.NuGet.Publisher.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
« no previous file with comments | « Tools/BuildRelease/app.config ('k') | Tools/Google.Apis.NuGet.Publisher/NuGetApiPublisher.cs » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 <Reference Include="System.IO.Compression.FileSystem" /> 56 <Reference Include="System.IO.Compression.FileSystem" />
57 <Reference Include="System.Net.Http" /> 57 <Reference Include="System.Net.Http" />
58 <Reference Include="System.Xml.Linq" /> 58 <Reference Include="System.Xml.Linq" />
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" />
67 <Compile Include="Discovery\DiscoveryItem.cs" /> 66 <Compile Include="Discovery\DiscoveryItem.cs" />
68 <Compile Include="NuGetUtilities.cs" />
69 <Compile Include="TraceExtensions.cs" />
70 <Compile Include="Discovery\DiscoveryService.cs" /> 67 <Compile Include="Discovery\DiscoveryService.cs" />
71 <Compile Include="Discovery\DiscoveryDoc.cs" /> 68 <Compile Include="Discovery\DiscoveryDoc.cs" />
72 <Compile Include="Program.cs" /> 69 <Compile Include="Program.cs" />
73 <Compile Include="Properties\AssemblyInfo.cs" /> 70 <Compile Include="Properties\AssemblyInfo.cs" />
74 </ItemGroup> 71 </ItemGroup>
75 <ItemGroup> 72 <ItemGroup>
76 <None Include="App.config"> 73 <None Include="App.config">
77 <SubType>Designer</SubType> 74 <SubType>Designer</SubType>
78 </None> 75 </None>
79 <None Include="packages.config" /> 76 <None Include="packages.config" />
80 <None Include="Template\.nuget\NuGet.Config" /> 77 <None Include="Template\.nuget\NuGet.Config" />
81 <None Include="Template\.nuget\NuGet.targets" /> 78 <None Include="Template\.nuget\NuGet.targets" />
82 <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.8\tools\Microsoft.B cl.Build.targets" />
83 </ItemGroup> 80 </ItemGroup>
84 <ItemGroup> 81 <ItemGroup>
85 <Content Include="Template\.nuget\NuGet.exe" /> 82 <Content Include="Template\.nuget\NuGet.exe" />
86 </ItemGroup> 83 </ItemGroup>
84 <ItemGroup>
85 <ProjectReference Include="..\Google.Apis.Utils\Google.Apis.Utils.csproj">
86 <Project>{cbc99a4a-e3d0-4609-b704-7b2bf583fc30}</Project>
87 <Name>Google.Apis.Utils</Name>
88 </ProjectReference>
89 </ItemGroup>
87 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 90 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
88 <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')" />
89 <!-- 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.·
90 Other similar extension points exist, see Microsoft.Common.targets. 93 Other similar extension points exist, see Microsoft.Common.targets.
91 <Target Name="BeforeBuild"> 94 <Target Name="BeforeBuild">
92 </Target> 95 </Target>
93 <Target Name="AfterBuild"> 96 <Target Name="AfterBuild">
94 </Target> 97 </Target>
95 --> 98 -->
96 </Project> 99 </Project>
OLDNEW
« no previous file with comments | « Tools/BuildRelease/app.config ('k') | Tools/Google.Apis.NuGet.Publisher/NuGetApiPublisher.cs » ('j') | no next file with comments »

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