Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(22)

Side by Side Diff: third_party/protobuf/csharp/src/Google.Protobuf/Google.Protobuf.csproj

Issue 1322483002: Revert https://codereview.chromium.org/1291903002 (protobuf roll). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microso ft.com/developer/msbuild/2003">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.30729</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{6908BDCE-D925-43F3-94AC-A531E6DF2591}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>Google.Protobuf</RootNamespace>
12 <AssemblyName>Google.Protobuf</AssemblyName>
13 <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3 -BF4B-00C04F79EFBC}</ProjectTypeGuids>
14 <TargetFrameworkProfile>Profile259</TargetFrameworkProfile>
15 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
16 <FileAlignment>512</FileAlignment>
17 <OldToolsVersion>3.5</OldToolsVersion>
18 <MinimumVisualStudioVersion>10.0</MinimumVisualStudioVersion>
19 </PropertyGroup>
20 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
21 <DebugSymbols>true</DebugSymbols>
22 <DebugType>full</DebugType>
23 <Optimize>false</Optimize>
24 <OutputPath>bin\Debug</OutputPath>
25 <IntermediateOutputPath>obj\Debug\</IntermediateOutputPath>
26 <DocumentationFile>bin\Debug\Google.Protobuf.xml</DocumentationFile>
27 <NoWarn>
28 </NoWarn>
29 <DefineConstants>DEBUG;TRACE</DefineConstants>
30 <ErrorReport>prompt</ErrorReport>
31 <WarningLevel>4</WarningLevel>
32 <NoStdLib>true</NoStdLib>
33 <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
34 <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
35 </PropertyGroup>
36 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
37 <DebugType>pdbonly</DebugType>
38 <Optimize>true</Optimize>
39 <OutputPath>bin\Release</OutputPath>
40 <IntermediateOutputPath>obj\Release\</IntermediateOutputPath>
41 <DocumentationFile>$(OutputPath)\$(AssemblyName).xml</DocumentationFile>
42 <NoWarn>
43 </NoWarn>
44 <DefineConstants>TRACE</DefineConstants>
45 <ErrorReport>prompt</ErrorReport>
46 <WarningLevel>4</WarningLevel>
47 <NoStdLib>true</NoStdLib>
48 <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
49 <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
50 </PropertyGroup>
51 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseSigned|An yCPU' ">
52 <DebugType>pdbonly</DebugType>
53 <Optimize>true</Optimize>
54 <OutputPath>bin\ReleaseSigned</OutputPath>
55 <IntermediateOutputPath>obj\ReleaseSigned\</IntermediateOutputPath>
56 <DocumentationFile>$(OutputPath)\$(AssemblyName).xml</DocumentationFile>
57 <NoWarn>
58 </NoWarn>
59 <DefineConstants>TRACE;SIGNED</DefineConstants>
60 <ErrorReport>prompt</ErrorReport>
61 <WarningLevel>4</WarningLevel>
62 <NoStdLib>true</NoStdLib>
63 <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
64 <SignAssembly>True</SignAssembly>
65 <AssemblyOriginatorKeyFile>C:\keys\Google.Protobuf.snk</AssemblyOriginatorKe yFile>
66 <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
67 </PropertyGroup>
68 <ItemGroup>
69 <Reference Include="mscorlib" />
70 <Reference Include="System" />
71 <Reference Include="System.Xml" />
72 </ItemGroup>
73 <ItemGroup>
74 <Compile Include="ByteArray.cs" />
75 <Compile Include="ByteString.cs" />
76 <Compile Include="CodedOutputStream.ComputeSize.cs" />
77 <Compile Include="CodedInputStream.cs" />
78 <Compile Include="CodedOutputStream.cs" />
79 <Compile Include="Collections\MapField.cs" />
80 <Compile Include="Collections\ReadOnlyDictionary.cs" />
81 <Compile Include="Collections\RepeatedField.cs" />
82 <Compile Include="Compatibility\PropertyInfoExtensions.cs" />
83 <Compile Include="Compatibility\TypeExtensions.cs" />
84 <Compile Include="FieldCodec.cs" />
85 <Compile Include="FrameworkPortability.cs" />
86 <Compile Include="IDeepCloneable.cs" />
87 <Compile Include="JsonFormatter.cs" />
88 <Compile Include="MessageExtensions.cs" />
89 <Compile Include="IMessage.cs" />
90 <Compile Include="InvalidProtocolBufferException.cs" />
91 <Compile Include="LimitedInputStream.cs" />
92 <Compile Include="MessageParser.cs" />
93 <Compile Include="Properties\AssemblyInfo.cs" />
94 <Compile Include="Reflection\DescriptorBase.cs" />
95 <Compile Include="Reflection\DescriptorPool.cs" />
96 <Compile Include="Reflection\DescriptorProtoFile.cs" />
97 <Compile Include="Reflection\DescriptorUtil.cs" />
98 <Compile Include="Reflection\DescriptorValidationException.cs" />
99 <Compile Include="Reflection\EnumDescriptor.cs" />
100 <Compile Include="Reflection\EnumValueDescriptor.cs" />
101 <Compile Include="Reflection\FieldAccessorBase.cs" />
102 <Compile Include="Reflection\FieldDescriptor.cs" />
103 <Compile Include="Reflection\FieldType.cs" />
104 <Compile Include="Reflection\FileDescriptor.cs" />
105 <Compile Include="Reflection\GeneratedCodeInfo.cs" />
106 <Compile Include="Reflection\IDescriptor.cs" />
107 <Compile Include="Reflection\IFieldAccessor.cs" />
108 <Compile Include="Reflection\MapFieldAccessor.cs" />
109 <Compile Include="Reflection\MessageDescriptor.cs" />
110 <Compile Include="Reflection\MethodDescriptor.cs" />
111 <Compile Include="Reflection\OneofAccessor.cs" />
112 <Compile Include="Reflection\OneofDescriptor.cs" />
113 <Compile Include="Reflection\PackageDescriptor.cs" />
114 <Compile Include="Reflection\PartialClasses.cs" />
115 <Compile Include="Reflection\ReflectionUtil.cs" />
116 <Compile Include="Reflection\RepeatedFieldAccessor.cs" />
117 <Compile Include="Reflection\ServiceDescriptor.cs" />
118 <Compile Include="Reflection\SingleFieldAccessor.cs" />
119 <Compile Include="Preconditions.cs" />
120 <Compile Include="WellKnownTypes\Any.cs" />
121 <Compile Include="WellKnownTypes\Api.cs" />
122 <Compile Include="WellKnownTypes\Duration.cs" />
123 <Compile Include="WellKnownTypes\DurationPartial.cs" />
124 <Compile Include="WellKnownTypes\Empty.cs" />
125 <Compile Include="WellKnownTypes\FieldMask.cs" />
126 <Compile Include="WellKnownTypes\SourceContext.cs" />
127 <Compile Include="WellKnownTypes\Struct.cs" />
128 <Compile Include="WellKnownTypes\TimeExtensions.cs" />
129 <Compile Include="WellKnownTypes\Timestamp.cs" />
130 <Compile Include="WellKnownTypes\TimestampPartial.cs" />
131 <Compile Include="WellKnownTypes\Type.cs" />
132 <Compile Include="WellKnownTypes\Wrappers.cs" />
133 <Compile Include="WireFormat.cs" />
134 </ItemGroup>
135 <ItemGroup>
136 <None Include="Google.Protobuf.nuspec" />
137 </ItemGroup>
138 <ItemGroup />
139 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFramewo rkVersion)\Microsoft.Portable.CSharp.targets" />
140 <!-- To modify your build process, add your task inside one of the targets bel ow and uncomment it.
141 Other similar extension points exist, see Microsoft.Common.targets.
142 <Target Name="BeforeBuild">
143 </Target>
144 <Target Name="AfterBuild">
145 </Target>
146 -->
147 </Project>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698