OLD | NEW |
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 <PropertyGroup> | 3 <PropertyGroup> |
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
6 <ProductVersion>9.0.30729</ProductVersion> | 6 <ProductVersion>9.0.30729</ProductVersion> |
7 <SchemaVersion>2.0</SchemaVersion> | 7 <SchemaVersion>2.0</SchemaVersion> |
8 <ProjectGuid>{6908BDCE-D925-43F3-94AC-A531E6DF2591}</ProjectGuid> | 8 <ProjectGuid>{6908BDCE-D925-43F3-94AC-A531E6DF2591}</ProjectGuid> |
9 <OutputType>Library</OutputType> | 9 <OutputType>Library</OutputType> |
10 <AppDesignerFolder>Properties</AppDesignerFolder> | 10 <AppDesignerFolder>Properties</AppDesignerFolder> |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
57 <IntermediateOutputPath>obj\ReleaseSigned\</IntermediateOutputPath> | 57 <IntermediateOutputPath>obj\ReleaseSigned\</IntermediateOutputPath> |
58 <DocumentationFile>$(OutputPath)\$(AssemblyName).xml</DocumentationFile> | 58 <DocumentationFile>$(OutputPath)\$(AssemblyName).xml</DocumentationFile> |
59 <NoWarn> | 59 <NoWarn> |
60 </NoWarn> | 60 </NoWarn> |
61 <DefineConstants>TRACE;SIGNED</DefineConstants> | 61 <DefineConstants>TRACE;SIGNED</DefineConstants> |
62 <ErrorReport>prompt</ErrorReport> | 62 <ErrorReport>prompt</ErrorReport> |
63 <WarningLevel>4</WarningLevel> | 63 <WarningLevel>4</WarningLevel> |
64 <NoStdLib>true</NoStdLib> | 64 <NoStdLib>true</NoStdLib> |
65 <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies> | 65 <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies> |
66 <SignAssembly>True</SignAssembly> | 66 <SignAssembly>True</SignAssembly> |
67 <AssemblyOriginatorKeyFile>C:\keys\Google.Protobuf.snk</AssemblyOriginatorKe
yFile> | 67 <AssemblyOriginatorKeyFile>..\..\keys\Google.Protobuf.snk</AssemblyOriginato
rKeyFile> |
68 <TreatWarningsAsErrors>true</TreatWarningsAsErrors> | 68 <TreatWarningsAsErrors>true</TreatWarningsAsErrors> |
69 </PropertyGroup> | 69 </PropertyGroup> |
70 <ItemGroup> | 70 <ItemGroup> |
71 <Reference Include="mscorlib" /> | 71 <Reference Include="mscorlib" /> |
72 <Reference Include="System" /> | 72 <Reference Include="System" /> |
73 <Reference Include="System.Xml" /> | 73 <Reference Include="System.Xml" /> |
74 </ItemGroup> | 74 </ItemGroup> |
75 <ItemGroup> | 75 <ItemGroup> |
76 <Compile Include="ByteArray.cs" /> | 76 <Compile Include="ByteArray.cs" /> |
77 <Compile Include="ByteString.cs" /> | 77 <Compile Include="ByteString.cs" /> |
78 <Compile Include="CodedOutputStream.ComputeSize.cs" /> | 78 <Compile Include="CodedOutputStream.ComputeSize.cs" /> |
79 <Compile Include="CodedInputStream.cs" /> | 79 <Compile Include="CodedInputStream.cs" /> |
80 <Compile Include="CodedOutputStream.cs" /> | 80 <Compile Include="CodedOutputStream.cs" /> |
81 <Compile Include="Collections\MapField.cs" /> | 81 <Compile Include="Collections\MapField.cs" /> |
82 <Compile Include="Collections\ReadOnlyDictionary.cs" /> | 82 <Compile Include="Collections\ReadOnlyDictionary.cs" /> |
83 <Compile Include="Collections\RepeatedField.cs" /> | 83 <Compile Include="Collections\RepeatedField.cs" /> |
84 <Compile Include="Compatibility\PropertyInfoExtensions.cs" /> | 84 <Compile Include="Compatibility\PropertyInfoExtensions.cs" /> |
85 <Compile Include="Compatibility\TypeExtensions.cs" /> | 85 <Compile Include="Compatibility\TypeExtensions.cs" /> |
86 <Compile Include="FieldCodec.cs" /> | 86 <Compile Include="FieldCodec.cs" /> |
87 <Compile Include="FrameworkPortability.cs" /> | 87 <Compile Include="FrameworkPortability.cs" /> |
| 88 <Compile Include="ICustomDiagnosticMessage.cs" /> |
88 <Compile Include="IDeepCloneable.cs" /> | 89 <Compile Include="IDeepCloneable.cs" /> |
89 <Compile Include="InvalidJsonException.cs" /> | 90 <Compile Include="InvalidJsonException.cs" /> |
90 <Compile Include="JsonFormatter.cs" /> | 91 <Compile Include="JsonFormatter.cs" /> |
91 <Compile Include="JsonParser.cs" /> | 92 <Compile Include="JsonParser.cs" /> |
92 <Compile Include="JsonToken.cs" /> | 93 <Compile Include="JsonToken.cs" /> |
93 <Compile Include="JsonTokenizer.cs" /> | 94 <Compile Include="JsonTokenizer.cs" /> |
94 <Compile Include="MessageExtensions.cs" /> | 95 <Compile Include="MessageExtensions.cs" /> |
95 <Compile Include="IMessage.cs" /> | 96 <Compile Include="IMessage.cs" /> |
96 <Compile Include="InvalidProtocolBufferException.cs" /> | 97 <Compile Include="InvalidProtocolBufferException.cs" /> |
97 <Compile Include="LimitedInputStream.cs" /> | 98 <Compile Include="LimitedInputStream.cs" /> |
98 <Compile Include="MessageParser.cs" /> | 99 <Compile Include="MessageParser.cs" /> |
99 <Compile Include="Properties\AssemblyInfo.cs" /> | 100 <Compile Include="Properties\AssemblyInfo.cs" /> |
100 <Compile Include="Reflection\Descriptor.cs" /> | 101 <Compile Include="Reflection\Descriptor.cs" /> |
101 <Compile Include="Reflection\DescriptorBase.cs" /> | 102 <Compile Include="Reflection\DescriptorBase.cs" /> |
102 <Compile Include="Reflection\DescriptorPool.cs" /> | 103 <Compile Include="Reflection\DescriptorPool.cs" /> |
103 <Compile Include="Reflection\DescriptorUtil.cs" /> | 104 <Compile Include="Reflection\DescriptorUtil.cs" /> |
104 <Compile Include="Reflection\DescriptorValidationException.cs" /> | 105 <Compile Include="Reflection\DescriptorValidationException.cs" /> |
105 <Compile Include="Reflection\EnumDescriptor.cs" /> | 106 <Compile Include="Reflection\EnumDescriptor.cs" /> |
106 <Compile Include="Reflection\EnumValueDescriptor.cs" /> | 107 <Compile Include="Reflection\EnumValueDescriptor.cs" /> |
107 <Compile Include="Reflection\FieldAccessorBase.cs" /> | 108 <Compile Include="Reflection\FieldAccessorBase.cs" /> |
108 <Compile Include="Reflection\FieldDescriptor.cs" /> | 109 <Compile Include="Reflection\FieldDescriptor.cs" /> |
109 <Compile Include="Reflection\FieldType.cs" /> | 110 <Compile Include="Reflection\FieldType.cs" /> |
110 <Compile Include="Reflection\FileDescriptor.cs" /> | 111 <Compile Include="Reflection\FileDescriptor.cs" /> |
111 <Compile Include="Reflection\GeneratedCodeInfo.cs" /> | 112 <Compile Include="Reflection\GeneratedClrTypeInfo.cs" /> |
112 <Compile Include="Reflection\IDescriptor.cs" /> | 113 <Compile Include="Reflection\IDescriptor.cs" /> |
113 <Compile Include="Reflection\IFieldAccessor.cs" /> | 114 <Compile Include="Reflection\IFieldAccessor.cs" /> |
114 <Compile Include="Reflection\MapFieldAccessor.cs" /> | 115 <Compile Include="Reflection\MapFieldAccessor.cs" /> |
115 <Compile Include="Reflection\MessageDescriptor.cs" /> | 116 <Compile Include="Reflection\MessageDescriptor.cs" /> |
116 <Compile Include="Reflection\MethodDescriptor.cs" /> | 117 <Compile Include="Reflection\MethodDescriptor.cs" /> |
117 <Compile Include="Reflection\OneofAccessor.cs" /> | 118 <Compile Include="Reflection\OneofAccessor.cs" /> |
118 <Compile Include="Reflection\OneofDescriptor.cs" /> | 119 <Compile Include="Reflection\OneofDescriptor.cs" /> |
| 120 <Compile Include="Reflection\OriginalNameAttribute.cs" /> |
119 <Compile Include="Reflection\PackageDescriptor.cs" /> | 121 <Compile Include="Reflection\PackageDescriptor.cs" /> |
120 <Compile Include="Reflection\PartialClasses.cs" /> | 122 <Compile Include="Reflection\PartialClasses.cs" /> |
121 <Compile Include="Reflection\ReflectionUtil.cs" /> | 123 <Compile Include="Reflection\ReflectionUtil.cs" /> |
122 <Compile Include="Reflection\RepeatedFieldAccessor.cs" /> | 124 <Compile Include="Reflection\RepeatedFieldAccessor.cs" /> |
123 <Compile Include="Reflection\ServiceDescriptor.cs" /> | 125 <Compile Include="Reflection\ServiceDescriptor.cs" /> |
124 <Compile Include="Reflection\SingleFieldAccessor.cs" /> | 126 <Compile Include="Reflection\SingleFieldAccessor.cs" /> |
125 <Compile Include="Preconditions.cs" /> | 127 <Compile Include="ProtoPreconditions.cs" /> |
126 <Compile Include="Reflection\TypeRegistry.cs" /> | 128 <Compile Include="Reflection\TypeRegistry.cs" /> |
127 <Compile Include="WellKnownTypes\Any.cs" /> | 129 <Compile Include="WellKnownTypes\Any.cs" /> |
128 <Compile Include="WellKnownTypes\AnyPartial.cs" /> | 130 <Compile Include="WellKnownTypes\AnyPartial.cs" /> |
129 <Compile Include="WellKnownTypes\Api.cs" /> | 131 <Compile Include="WellKnownTypes\Api.cs" /> |
130 <Compile Include="WellKnownTypes\Duration.cs" /> | 132 <Compile Include="WellKnownTypes\Duration.cs" /> |
131 <Compile Include="WellKnownTypes\DurationPartial.cs" /> | 133 <Compile Include="WellKnownTypes\DurationPartial.cs" /> |
132 <Compile Include="WellKnownTypes\Empty.cs" /> | 134 <Compile Include="WellKnownTypes\Empty.cs" /> |
133 <Compile Include="WellKnownTypes\FieldMask.cs" /> | 135 <Compile Include="WellKnownTypes\FieldMask.cs" /> |
| 136 <Compile Include="WellKnownTypes\FieldMaskPartial.cs" /> |
134 <Compile Include="WellKnownTypes\SourceContext.cs" /> | 137 <Compile Include="WellKnownTypes\SourceContext.cs" /> |
135 <Compile Include="WellKnownTypes\Struct.cs" /> | 138 <Compile Include="WellKnownTypes\Struct.cs" /> |
136 <Compile Include="WellKnownTypes\TimeExtensions.cs" /> | 139 <Compile Include="WellKnownTypes\TimeExtensions.cs" /> |
137 <Compile Include="WellKnownTypes\Timestamp.cs" /> | 140 <Compile Include="WellKnownTypes\Timestamp.cs" /> |
138 <Compile Include="WellKnownTypes\TimestampPartial.cs" /> | 141 <Compile Include="WellKnownTypes\TimestampPartial.cs" /> |
139 <Compile Include="WellKnownTypes\Type.cs" /> | 142 <Compile Include="WellKnownTypes\Type.cs" /> |
140 <Compile Include="WellKnownTypes\ValuePartial.cs" /> | 143 <Compile Include="WellKnownTypes\ValuePartial.cs" /> |
141 <Compile Include="WellKnownTypes\Wrappers.cs" /> | 144 <Compile Include="WellKnownTypes\Wrappers.cs" /> |
142 <Compile Include="WellKnownTypes\WrappersPartial.cs" /> | 145 <Compile Include="WellKnownTypes\WrappersPartial.cs" /> |
143 <Compile Include="WireFormat.cs" /> | 146 <Compile Include="WireFormat.cs" /> |
(...skipping 12 matching lines...) Expand all Loading... |
156 <Error Condition="!Exists('..\packages\NuSpec.ReferenceGenerator.1.4.1\build
\portable-net45+win+wpa81+wp80+MonoAndroid10+xamarinios10+MonoTouch10\NuSpec.Ref
erenceGenerator.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\p
ackages\NuSpec.ReferenceGenerator.1.4.1\build\portable-net45+win+wpa81+wp80+Mono
Android10+xamarinios10+MonoTouch10\NuSpec.ReferenceGenerator.targets'))" /> | 159 <Error Condition="!Exists('..\packages\NuSpec.ReferenceGenerator.1.4.1\build
\portable-net45+win+wpa81+wp80+MonoAndroid10+xamarinios10+MonoTouch10\NuSpec.Ref
erenceGenerator.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\p
ackages\NuSpec.ReferenceGenerator.1.4.1\build\portable-net45+win+wpa81+wp80+Mono
Android10+xamarinios10+MonoTouch10\NuSpec.ReferenceGenerator.targets'))" /> |
157 </Target> | 160 </Target> |
158 <!-- To modify your build process, add your task inside one of the targets bel
ow and uncomment it. | 161 <!-- To modify your build process, add your task inside one of the targets bel
ow and uncomment it. |
159 Other similar extension points exist, see Microsoft.Common.targets. | 162 Other similar extension points exist, see Microsoft.Common.targets. |
160 <Target Name="BeforeBuild"> | 163 <Target Name="BeforeBuild"> |
161 </Target> | 164 </Target> |
162 <Target Name="AfterBuild"> | 165 <Target Name="AfterBuild"> |
163 </Target> | 166 </Target> |
164 --> | 167 --> |
165 </Project> | 168 </Project> |
OLD | NEW |