|
|
|
@ -62,45 +62,46 @@ |
|
|
|
|
<Compile Include="Collections\RepeatedField.cs" /> |
|
|
|
|
<Compile Include="DescriptorProtos\DescriptorProtoFile.cs" /> |
|
|
|
|
<Compile Include="DescriptorProtos\PartialClasses.cs" /> |
|
|
|
|
<Compile Include="Descriptors\DescriptorBase.cs" /> |
|
|
|
|
<Compile Include="Descriptors\DescriptorPool.cs" /> |
|
|
|
|
<Compile Include="Descriptors\DescriptorUtil.cs" /> |
|
|
|
|
<Compile Include="Descriptors\DescriptorValidationException.cs" /> |
|
|
|
|
<Compile Include="Descriptors\EnumDescriptor.cs" /> |
|
|
|
|
<Compile Include="Descriptors\EnumValueDescriptor.cs" /> |
|
|
|
|
<Compile Include="Descriptors\FieldDescriptor.cs" /> |
|
|
|
|
<Compile Include="Descriptors\FieldType.cs" /> |
|
|
|
|
<Compile Include="Descriptors\FileDescriptor.cs" /> |
|
|
|
|
<Compile Include="Descriptors\OneofDescriptor.cs" /> |
|
|
|
|
<Compile Include="Descriptors\IDescriptor.cs" /> |
|
|
|
|
<Compile Include="Descriptors\MessageDescriptor.cs" /> |
|
|
|
|
<Compile Include="Descriptors\MethodDescriptor.cs" /> |
|
|
|
|
<Compile Include="Descriptors\PackageDescriptor.cs" /> |
|
|
|
|
<Compile Include="Descriptors\ServiceDescriptor.cs" /> |
|
|
|
|
<Compile Include="FieldAccess\MapFieldAccessor.cs" /> |
|
|
|
|
<Compile Include="FieldCodec.cs" /> |
|
|
|
|
<Compile Include="FrameworkPortability.cs" /> |
|
|
|
|
<Compile Include="Freezable.cs" /> |
|
|
|
|
<Compile Include="JsonFormatter.cs" /> |
|
|
|
|
<Compile Include="MessageExtensions.cs" /> |
|
|
|
|
<Compile Include="FieldAccess\FieldAccessorBase.cs" /> |
|
|
|
|
<Compile Include="FieldAccess\ReflectionUtil.cs" /> |
|
|
|
|
<Compile Include="FieldAccess\RepeatedFieldAccessor.cs" /> |
|
|
|
|
<Compile Include="FieldAccess\SingleFieldAccessor.cs" /> |
|
|
|
|
<Compile Include="FieldAccess\IFieldAccessor.cs" /> |
|
|
|
|
<Compile Include="FieldAccess\FieldAccessorTable.cs" /> |
|
|
|
|
<Compile Include="FieldAccess\OneofAccessor.cs" /> |
|
|
|
|
<Compile Include="IMessage.cs" /> |
|
|
|
|
<Compile Include="InvalidProtocolBufferException.cs" /> |
|
|
|
|
<Compile Include="LimitedInputStream.cs" /> |
|
|
|
|
<Compile Include="MessageParser.cs" /> |
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
|
|
|
|
<Compile Include="Reflection\DescriptorBase.cs" /> |
|
|
|
|
<Compile Include="Reflection\DescriptorPool.cs" /> |
|
|
|
|
<Compile Include="Reflection\DescriptorUtil.cs" /> |
|
|
|
|
<Compile Include="Reflection\DescriptorValidationException.cs" /> |
|
|
|
|
<Compile Include="Reflection\EnumDescriptor.cs" /> |
|
|
|
|
<Compile Include="Reflection\EnumValueDescriptor.cs" /> |
|
|
|
|
<Compile Include="Reflection\FieldAccessorBase.cs" /> |
|
|
|
|
<Compile Include="Reflection\FieldAccessorTable.cs" /> |
|
|
|
|
<Compile Include="Reflection\FieldDescriptor.cs" /> |
|
|
|
|
<Compile Include="Reflection\FieldType.cs" /> |
|
|
|
|
<Compile Include="Reflection\FileDescriptor.cs" /> |
|
|
|
|
<Compile Include="Reflection\IDescriptor.cs" /> |
|
|
|
|
<Compile Include="Reflection\IFieldAccessor.cs" /> |
|
|
|
|
<Compile Include="Reflection\MapFieldAccessor.cs" /> |
|
|
|
|
<Compile Include="Reflection\MessageDescriptor.cs" /> |
|
|
|
|
<Compile Include="Reflection\MethodDescriptor.cs" /> |
|
|
|
|
<Compile Include="Reflection\OneofAccessor.cs" /> |
|
|
|
|
<Compile Include="Reflection\OneofDescriptor.cs" /> |
|
|
|
|
<Compile Include="Reflection\PackageDescriptor.cs" /> |
|
|
|
|
<Compile Include="Reflection\ReflectionUtil.cs" /> |
|
|
|
|
<Compile Include="Reflection\RepeatedFieldAccessor.cs" /> |
|
|
|
|
<Compile Include="Reflection\ServiceDescriptor.cs" /> |
|
|
|
|
<Compile Include="Reflection\SingleFieldAccessor.cs" /> |
|
|
|
|
<Compile Include="ThrowHelper.cs" /> |
|
|
|
|
<Compile Include="WireFormat.cs" /> |
|
|
|
|
</ItemGroup> |
|
|
|
|
<ItemGroup> |
|
|
|
|
<None Include="Google.Protobuf.nuspec" /> |
|
|
|
|
</ItemGroup> |
|
|
|
|
<ItemGroup /> |
|
|
|
|
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" /> |
|
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
|
|
|
|
Other similar extension points exist, see Microsoft.Common.targets. |
|
|
|
|