Files
2026-06-04 11:42:34 +02:00

169 lines
8.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{99604A24-13D0-4C83-A3AA-9A315339FA53}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>Google.Protobuf</RootNamespace>
<AssemblyName>protobuf3</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<NoStdLib>true</NoStdLib>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<NoStdLib>true</NoStdLib>
</PropertyGroup>
<ItemGroup />
<ItemGroup>
<AppDesigner Include="Properties\" />
</ItemGroup>
<ItemGroup>
<Compile Include="ByteArray.cs" />
<Compile Include="ByteString.cs" />
<Compile Include="CodedInputStream.cs" />
<Compile Include="CodedOutputStream.cs" />
<Compile Include="Collections\MapField.cs" />
<Compile Include="Collections\ReadOnlyDictionary.cs" />
<Compile Include="Collections\RepeatedField.cs" />
<Compile Include="Compatibility\PropertyInfoExtensions.cs" />
<Compile Include="FieldCodec.2.cs" />
<Compile Include="FieldCodec.cs" />
<Compile Include="FrameworkPortability.cs" />
<Compile Include="ICustomDiagnosticMessage.cs" />
<Compile Include="IDeepCloneable.cs" />
<Compile Include="IMessage.2.cs" />
<Compile Include="IMessage.cs" />
<Compile Include="InvalidJsonException.cs" />
<Compile Include="InvalidProtocolBufferException.cs" />
<Compile Include="JsonFormatter.cs" />
<Compile Include="JsonParser.cs" />
<Compile Include="JsonToken.cs" />
<Compile Include="JsonTokenizer.cs" />
<Compile Include="LimitedInputStream.cs" />
<Compile Include="MessageExtensions.cs" />
<Compile Include="MessageParser.2.cs" />
<Compile Include="MessageParser.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="ProtoPreconditions.cs" />
<Compile Include="Reflection\DescriptorBase.cs" />
<Compile Include="Reflection\DescriptorPool.cs" />
<Compile Include="Reflection\DescriptorProto.cs" />
<Compile Include="Reflection\DescriptorReflection.cs" />
<Compile Include="Reflection\DescriptorUtil.cs" />
<Compile Include="Reflection\DescriptorValidationException.cs" />
<Compile Include="Reflection\EnumDescriptor.cs" />
<Compile Include="Reflection\EnumDescriptorProto.cs" />
<Compile Include="Reflection\EnumOptions.cs" />
<Compile Include="Reflection\EnumValueDescriptor.cs" />
<Compile Include="Reflection\EnumValueDescriptorProto.cs" />
<Compile Include="Reflection\EnumValueOptions.cs" />
<Compile Include="Reflection\FieldAccessorBase.cs" />
<Compile Include="Reflection\FieldDescriptor.cs" />
<Compile Include="Reflection\FieldDescriptorProto.cs" />
<Compile Include="Reflection\FieldOptions.cs" />
<Compile Include="Reflection\FieldType.cs" />
<Compile Include="Reflection\FileDescriptor.cs" />
<Compile Include="Reflection\FileDescriptorProto.cs" />
<Compile Include="Reflection\FileDescriptorSet.cs" />
<Compile Include="Reflection\FileOptions.cs" />
<Compile Include="Reflection\GeneratedClrTypeInfo.cs" />
<Compile Include="Reflection\GeneratedCodeInfo.cs" />
<Compile Include="Reflection\IDescriptor.cs" />
<Compile Include="Reflection\IFieldAccessor.cs" />
<Compile Include="Reflection\MapFieldAccessor.cs" />
<Compile Include="Reflection\MessageDescriptor.cs" />
<Compile Include="Reflection\MessageOptions.cs" />
<Compile Include="Reflection\MethodDescriptor.cs" />
<Compile Include="Reflection\MethodDescriptorProto.cs" />
<Compile Include="Reflection\MethodOptions.cs" />
<Compile Include="Reflection\OneofAccessor.cs" />
<Compile Include="Reflection\OneofDescriptor.cs" />
<Compile Include="Reflection\OneofDescriptorProto.cs" />
<Compile Include="Reflection\OneofOptions.cs" />
<Compile Include="Reflection\OriginalNameAttribute.cs" />
<Compile Include="Reflection\PackageDescriptor.cs" />
<Compile Include="Reflection\ReflectionUtil.cs" />
<Compile Include="Reflection\RepeatedFieldAccessor.cs" />
<Compile Include="Reflection\ServiceDescriptor.cs" />
<Compile Include="Reflection\ServiceDescriptorProto.cs" />
<Compile Include="Reflection\ServiceOptions.cs" />
<Compile Include="Reflection\SingleFieldAccessor.cs" />
<Compile Include="Reflection\SourceCodeInfo.cs" />
<Compile Include="Reflection\TypeRegistry.cs" />
<Compile Include="Reflection\UninterpretedOption.cs" />
<Compile Include="WellKnownTypes\Any.cs" />
<Compile Include="WellKnownTypes\AnyReflection.cs" />
<Compile Include="WellKnownTypes\Api.cs" />
<Compile Include="WellKnownTypes\ApiReflection.cs" />
<Compile Include="WellKnownTypes\BoolValue.cs" />
<Compile Include="WellKnownTypes\BytesValue.cs" />
<Compile Include="WellKnownTypes\DoubleValue.cs" />
<Compile Include="WellKnownTypes\Duration.cs" />
<Compile Include="WellKnownTypes\DurationReflection.cs" />
<Compile Include="WellKnownTypes\Empty.cs" />
<Compile Include="WellKnownTypes\EmptyReflection.cs" />
<Compile Include="WellKnownTypes\Enum.cs" />
<Compile Include="WellKnownTypes\EnumValue.cs" />
<Compile Include="WellKnownTypes\Field.cs" />
<Compile Include="WellKnownTypes\FieldMask.cs" />
<Compile Include="WellKnownTypes\FieldMaskReflection.cs" />
<Compile Include="WellKnownTypes\FloatValue.cs" />
<Compile Include="WellKnownTypes\Int32Value.cs" />
<Compile Include="WellKnownTypes\Int64Value.cs" />
<Compile Include="WellKnownTypes\ListValue.cs" />
<Compile Include="WellKnownTypes\Method.cs" />
<Compile Include="WellKnownTypes\Mixin.cs" />
<Compile Include="WellKnownTypes\NullValue.cs" />
<Compile Include="WellKnownTypes\Option.cs" />
<Compile Include="WellKnownTypes\SourceContext.cs" />
<Compile Include="WellKnownTypes\SourceContextReflection.cs" />
<Compile Include="WellKnownTypes\StringValue.cs" />
<Compile Include="WellKnownTypes\Struct.cs" />
<Compile Include="WellKnownTypes\StructReflection.cs" />
<Compile Include="WellKnownTypes\Syntax.cs" />
<Compile Include="WellKnownTypes\TimeExtensions.cs" />
<Compile Include="WellKnownTypes\Timestamp.cs" />
<Compile Include="WellKnownTypes\TimestampReflection.cs" />
<Compile Include="WellKnownTypes\Type.cs" />
<Compile Include="WellKnownTypes\TypeReflection.cs" />
<Compile Include="WellKnownTypes\UInt32Value.cs" />
<Compile Include="WellKnownTypes\UInt64Value.cs" />
<Compile Include="WellKnownTypes\Value.cs" />
<Compile Include="WellKnownTypes\WrappersReflection.cs" />
<Compile Include="WireFormat.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\mscorlib\mscorlib.csproj">
<Project>{99604a24-13d0-4c83-a3aa-9a315339fa4c}</Project>
<Name>mscorlib</Name>
</ProjectReference>
<ProjectReference Include="..\System.Core\System.Core.csproj">
<Project>{99604a24-13d0-4c83-a3aa-9a315339fa55}</Project>
<Name>System.Core</Name>
</ProjectReference>
<ProjectReference Include="..\System\System.csproj">
<Project>{99604a24-13d0-4c83-a3aa-9a315339fa56}</Project>
<Name>System</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>