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

Side by Side Diff: Tools/Google.Apis.Release/Google.Apis.Release.csproj

Issue 135720043: Issue 471: Support Windows 8.1 applications (Closed) Base URL: https://google-api-dotnet-client.googlecode.com/hg/
Patch Set: Address Jeese's comments Created 10 years, 1 month 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/Google.Apis.Release/App.config ('k') | Tools/Google.Apis.Release/Program.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="12.0" DefaultTargets="Build" xmlns="http://schemas.micros oft.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>
11 <AssemblyName>Google.Apis.Release</AssemblyName> 11 <AssemblyName>Google.Apis.Release</AssemblyName>
12 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> 12 <TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
13 <FileAlignment>512</FileAlignment> 13 <FileAlignment>512</FileAlignment>
14 <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefine d*'">..\</SolutionDir> 14 <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefine d*'">..\</SolutionDir>
15 <RestorePackages>true</RestorePackages> 15 <RestorePackages>true</RestorePackages>
16 <TargetFrameworkProfile />
16 </PropertyGroup> 17 </PropertyGroup>
17 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 18 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18 <PlatformTarget>AnyCPU</PlatformTarget> 19 <PlatformTarget>AnyCPU</PlatformTarget>
19 <DebugSymbols>true</DebugSymbols> 20 <DebugSymbols>true</DebugSymbols>
20 <DebugType>full</DebugType> 21 <DebugType>full</DebugType>
21 <Optimize>false</Optimize> 22 <Optimize>false</Optimize>
22 <OutputPath>bin\Debug\</OutputPath> 23 <OutputPath>bin\Debug\</OutputPath>
23 <DefineConstants>DEBUG;TRACE</DefineConstants> 24 <DefineConstants>DEBUG;TRACE</DefineConstants>
24 <ErrorReport>prompt</ErrorReport> 25 <ErrorReport>prompt</ErrorReport>
25 <WarningLevel>4</WarningLevel> 26 <WarningLevel>4</WarningLevel>
26 </PropertyGroup> 27 </PropertyGroup>
27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 28 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28 <PlatformTarget>AnyCPU</PlatformTarget> 29 <PlatformTarget>AnyCPU</PlatformTarget>
29 <DebugType>pdbonly</DebugType> 30 <DebugType>pdbonly</DebugType>
30 <Optimize>true</Optimize> 31 <Optimize>true</Optimize>
31 <OutputPath>bin\Release\</OutputPath> 32 <OutputPath>bin\Release\</OutputPath>
32 <DefineConstants>TRACE</DefineConstants> 33 <DefineConstants>TRACE</DefineConstants>
33 <ErrorReport>prompt</ErrorReport> 34 <ErrorReport>prompt</ErrorReport>
34 <WarningLevel>4</WarningLevel> 35 <WarningLevel>4</WarningLevel>
35 </PropertyGroup> 36 </PropertyGroup>
36 <ItemGroup> 37 <ItemGroup>
37 <Reference Include="CommandLine"> 38 <Reference Include="CommandLine">
38 <HintPath>..\packages\CommandLineParser.1.9.71\lib\net45\CommandLine.dll</ HintPath> 39 <HintPath>..\packages\CommandLineParser.1.9.71\lib\net45\CommandLine.dll</ HintPath>
39 </Reference> 40 </Reference>
40 <Reference Include="Ionic.Zip"> 41 <Reference Include="Ionic.Zip">
41 <HintPath>..\packages\DotNetZip.1.9.1.8\lib\net20\Ionic.Zip.dll</HintPath> 42 <HintPath>..\packages\DotNetZip.1.9.1.8\lib\net20\Ionic.Zip.dll</HintPath>
42 </Reference> 43 </Reference>
43 <Reference Include="Microsoft.Build" /> 44 <Reference Include="Microsoft.Build, Version=12.0.0.0, Culture=neutral, Publ icKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
44 <Reference Include="Microsoft.Build.Framework" /> 45 <Reference Include="Microsoft.Build.Framework, Version=12.0.0.0, Culture=neu tral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
45 <Reference Include="System" /> 46 <Reference Include="System" />
46 <Reference Include="System.Core" /> 47 <Reference Include="System.Core" />
47 <Reference Include="System.Xml.Linq" /> 48 <Reference Include="System.Xml.Linq" />
48 <Reference Include="System.Data.DataSetExtensions" /> 49 <Reference Include="System.Data.DataSetExtensions" />
49 <Reference Include="Microsoft.CSharp" /> 50 <Reference Include="Microsoft.CSharp" />
50 <Reference Include="System.Data" /> 51 <Reference Include="System.Data" />
51 <Reference Include="System.Xml" /> 52 <Reference Include="System.Xml" />
52 </ItemGroup> 53 </ItemGroup>
53 <ItemGroup> 54 <ItemGroup>
54 <Compile Include="Program.cs" /> 55 <Compile Include="Program.cs" />
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 </PostBuildEvent> 92 </PostBuildEvent>
92 </PropertyGroup> 93 </PropertyGroup>
93 <!-- To modify your build process, add your task inside one of the targets bel ow and uncomment it.· 94 <!-- To modify your build process, add your task inside one of the targets bel ow and uncomment it.·
94 Other similar extension points exist, see Microsoft.Common.targets. 95 Other similar extension points exist, see Microsoft.Common.targets.
95 <Target Name="BeforeBuild"> 96 <Target Name="BeforeBuild">
96 </Target> 97 </Target>
97 <Target Name="AfterBuild"> 98 <Target Name="AfterBuild">
98 </Target> 99 </Target>
99 --> 100 -->
100 </Project> 101 </Project>
OLDNEW
« no previous file with comments | « Tools/Google.Apis.Release/App.config ('k') | Tools/Google.Apis.Release/Program.cs » ('j') | no next file with comments »

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