1<?xml version="1.0" encoding="utf-8"?> 2<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.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 <NuGetPackageImportStamp> 20 </NuGetPackageImportStamp> 21 </PropertyGroup> 22 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 23 <DebugSymbols>true</DebugSymbols> 24 <DebugType>full</DebugType> 25 <Optimize>false</Optimize> 26 <OutputPath>bin\Debug</OutputPath> 27 <IntermediateOutputPath>obj\Debug\</IntermediateOutputPath> 28 <DocumentationFile>bin\Debug\Google.Protobuf.xml</DocumentationFile> 29 <NoWarn> 30 </NoWarn> 31 <DefineConstants>DEBUG;TRACE</DefineConstants> 32 <ErrorReport>prompt</ErrorReport> 33 <WarningLevel>4</WarningLevel> 34 <NoStdLib>true</NoStdLib> 35 <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies> 36 <TreatWarningsAsErrors>true</TreatWarningsAsErrors> 37 </PropertyGroup> 38 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> 39 <DebugType>pdbonly</DebugType> 40 <Optimize>true</Optimize> 41 <OutputPath>bin\Release</OutputPath> 42 <IntermediateOutputPath>obj\Release\</IntermediateOutputPath> 43 <DocumentationFile>$(OutputPath)\$(AssemblyName).xml</DocumentationFile> 44 <NoWarn> 45 </NoWarn> 46 <DefineConstants>TRACE</DefineConstants> 47 <ErrorReport>prompt</ErrorReport> 48 <WarningLevel>4</WarningLevel> 49 <NoStdLib>true</NoStdLib> 50 <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies> 51 <TreatWarningsAsErrors>true</TreatWarningsAsErrors> 52 </PropertyGroup> 53 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseSigned|AnyCPU' "> 54 <DebugType>pdbonly</DebugType> 55 <Optimize>true</Optimize> 56 <OutputPath>bin\ReleaseSigned</OutputPath> 57 <IntermediateOutputPath>obj\ReleaseSigned\</IntermediateOutputPath> 58 <DocumentationFile>$(OutputPath)\$(AssemblyName).xml</DocumentationFile> 59 <NoWarn> 60 </NoWarn> 61 <DefineConstants>TRACE;SIGNED</DefineConstants> 62 <ErrorReport>prompt</ErrorReport> 63 <WarningLevel>4</WarningLevel> 64 <NoStdLib>true</NoStdLib> 65 <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies> 66 <SignAssembly>True</SignAssembly> 67 <AssemblyOriginatorKeyFile>..\..\keys\Google.Protobuf.snk</AssemblyOriginatorKeyFile> 68 <TreatWarningsAsErrors>true</TreatWarningsAsErrors> 69 </PropertyGroup> 70 <ItemGroup> 71 <Reference Include="mscorlib" /> 72 <Reference Include="System" /> 73 <Reference Include="System.Xml" /> 74 </ItemGroup> 75 <ItemGroup> 76 <Compile Include="ByteArray.cs" /> 77 <Compile Include="ByteString.cs" /> 78 <Compile Include="CodedOutputStream.ComputeSize.cs" /> 79 <Compile Include="CodedInputStream.cs" /> 80 <Compile Include="CodedOutputStream.cs" /> 81 <Compile Include="Collections\MapField.cs" /> 82 <Compile Include="Collections\ReadOnlyDictionary.cs" /> 83 <Compile Include="Collections\RepeatedField.cs" /> 84 <Compile Include="Compatibility\PropertyInfoExtensions.cs" /> 85 <Compile Include="Compatibility\TypeExtensions.cs" /> 86 <Compile Include="FieldCodec.cs" /> 87 <Compile Include="FrameworkPortability.cs" /> 88 <Compile Include="ICustomDiagnosticMessage.cs" /> 89 <Compile Include="IDeepCloneable.cs" /> 90 <Compile Include="InvalidJsonException.cs" /> 91 <Compile Include="JsonFormatter.cs" /> 92 <Compile Include="JsonParser.cs" /> 93 <Compile Include="JsonToken.cs" /> 94 <Compile Include="JsonTokenizer.cs" /> 95 <Compile Include="MessageExtensions.cs" /> 96 <Compile Include="IMessage.cs" /> 97 <Compile Include="InvalidProtocolBufferException.cs" /> 98 <Compile Include="LimitedInputStream.cs" /> 99 <Compile Include="MessageParser.cs" /> 100 <Compile Include="Properties\AssemblyInfo.cs" /> 101 <Compile Include="Reflection\Descriptor.cs" /> 102 <Compile Include="Reflection\DescriptorBase.cs" /> 103 <Compile Include="Reflection\DescriptorPool.cs" /> 104 <Compile Include="Reflection\DescriptorUtil.cs" /> 105 <Compile Include="Reflection\DescriptorValidationException.cs" /> 106 <Compile Include="Reflection\EnumDescriptor.cs" /> 107 <Compile Include="Reflection\EnumValueDescriptor.cs" /> 108 <Compile Include="Reflection\FieldAccessorBase.cs" /> 109 <Compile Include="Reflection\FieldDescriptor.cs" /> 110 <Compile Include="Reflection\FieldType.cs" /> 111 <Compile Include="Reflection\FileDescriptor.cs" /> 112 <Compile Include="Reflection\GeneratedClrTypeInfo.cs" /> 113 <Compile Include="Reflection\IDescriptor.cs" /> 114 <Compile Include="Reflection\IFieldAccessor.cs" /> 115 <Compile Include="Reflection\MapFieldAccessor.cs" /> 116 <Compile Include="Reflection\MessageDescriptor.cs" /> 117 <Compile Include="Reflection\MethodDescriptor.cs" /> 118 <Compile Include="Reflection\OneofAccessor.cs" /> 119 <Compile Include="Reflection\OneofDescriptor.cs" /> 120 <Compile Include="Reflection\OriginalNameAttribute.cs" /> 121 <Compile Include="Reflection\PackageDescriptor.cs" /> 122 <Compile Include="Reflection\PartialClasses.cs" /> 123 <Compile Include="Reflection\ReflectionUtil.cs" /> 124 <Compile Include="Reflection\RepeatedFieldAccessor.cs" /> 125 <Compile Include="Reflection\ServiceDescriptor.cs" /> 126 <Compile Include="Reflection\SingleFieldAccessor.cs" /> 127 <Compile Include="ProtoPreconditions.cs" /> 128 <Compile Include="Reflection\TypeRegistry.cs" /> 129 <Compile Include="WellKnownTypes\Any.cs" /> 130 <Compile Include="WellKnownTypes\AnyPartial.cs" /> 131 <Compile Include="WellKnownTypes\Api.cs" /> 132 <Compile Include="WellKnownTypes\Duration.cs" /> 133 <Compile Include="WellKnownTypes\DurationPartial.cs" /> 134 <Compile Include="WellKnownTypes\Empty.cs" /> 135 <Compile Include="WellKnownTypes\FieldMask.cs" /> 136 <Compile Include="WellKnownTypes\FieldMaskPartial.cs" /> 137 <Compile Include="WellKnownTypes\SourceContext.cs" /> 138 <Compile Include="WellKnownTypes\Struct.cs" /> 139 <Compile Include="WellKnownTypes\TimeExtensions.cs" /> 140 <Compile Include="WellKnownTypes\Timestamp.cs" /> 141 <Compile Include="WellKnownTypes\TimestampPartial.cs" /> 142 <Compile Include="WellKnownTypes\Type.cs" /> 143 <Compile Include="WellKnownTypes\ValuePartial.cs" /> 144 <Compile Include="WellKnownTypes\Wrappers.cs" /> 145 <Compile Include="WellKnownTypes\WrappersPartial.cs" /> 146 <Compile Include="WireFormat.cs" /> 147 </ItemGroup> 148 <ItemGroup> 149 <None Include="Google.Protobuf.nuspec" /> 150 <None Include="packages.config" /> 151 </ItemGroup> 152 <ItemGroup /> 153 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" /> 154 <Import Project="..\packages\NuSpec.ReferenceGenerator.1.4.1\build\portable-net45+win+wpa81+wp80+MonoAndroid10+xamarinios10+MonoTouch10\NuSpec.ReferenceGenerator.targets" Condition="Exists('..\packages\NuSpec.ReferenceGenerator.1.4.1\build\portable-net45+win+wpa81+wp80+MonoAndroid10+xamarinios10+MonoTouch10\NuSpec.ReferenceGenerator.targets')" /> 155 <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> 156 <PropertyGroup> 157 <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> 158 </PropertyGroup> 159 <Error Condition="!Exists('..\packages\NuSpec.ReferenceGenerator.1.4.1\build\portable-net45+win+wpa81+wp80+MonoAndroid10+xamarinios10+MonoTouch10\NuSpec.ReferenceGenerator.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\NuSpec.ReferenceGenerator.1.4.1\build\portable-net45+win+wpa81+wp80+MonoAndroid10+xamarinios10+MonoTouch10\NuSpec.ReferenceGenerator.targets'))" /> 160 </Target> 161 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 162 Other similar extension points exist, see Microsoft.Common.targets. 163 <Target Name="BeforeBuild"> 164 </Target> 165 <Target Name="AfterBuild"> 166 </Target> 167 --> 168</Project>