OLD | NEW |
(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 <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|An
yCPU' "> |
| 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>C:\keys\Google.Protobuf.snk</AssemblyOriginatorKe
yFile> |
| 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="IDeepCloneable.cs" /> |
| 89 <Compile Include="InvalidJsonException.cs" /> |
| 90 <Compile Include="JsonFormatter.cs" /> |
| 91 <Compile Include="JsonParser.cs" /> |
| 92 <Compile Include="JsonToken.cs" /> |
| 93 <Compile Include="JsonTokenizer.cs" /> |
| 94 <Compile Include="MessageExtensions.cs" /> |
| 95 <Compile Include="IMessage.cs" /> |
| 96 <Compile Include="InvalidProtocolBufferException.cs" /> |
| 97 <Compile Include="LimitedInputStream.cs" /> |
| 98 <Compile Include="MessageParser.cs" /> |
| 99 <Compile Include="Properties\AssemblyInfo.cs" /> |
| 100 <Compile Include="Reflection\Descriptor.cs" /> |
| 101 <Compile Include="Reflection\DescriptorBase.cs" /> |
| 102 <Compile Include="Reflection\DescriptorPool.cs" /> |
| 103 <Compile Include="Reflection\DescriptorUtil.cs" /> |
| 104 <Compile Include="Reflection\DescriptorValidationException.cs" /> |
| 105 <Compile Include="Reflection\EnumDescriptor.cs" /> |
| 106 <Compile Include="Reflection\EnumValueDescriptor.cs" /> |
| 107 <Compile Include="Reflection\FieldAccessorBase.cs" /> |
| 108 <Compile Include="Reflection\FieldDescriptor.cs" /> |
| 109 <Compile Include="Reflection\FieldType.cs" /> |
| 110 <Compile Include="Reflection\FileDescriptor.cs" /> |
| 111 <Compile Include="Reflection\GeneratedCodeInfo.cs" /> |
| 112 <Compile Include="Reflection\IDescriptor.cs" /> |
| 113 <Compile Include="Reflection\IFieldAccessor.cs" /> |
| 114 <Compile Include="Reflection\MapFieldAccessor.cs" /> |
| 115 <Compile Include="Reflection\MessageDescriptor.cs" /> |
| 116 <Compile Include="Reflection\MethodDescriptor.cs" /> |
| 117 <Compile Include="Reflection\OneofAccessor.cs" /> |
| 118 <Compile Include="Reflection\OneofDescriptor.cs" /> |
| 119 <Compile Include="Reflection\PackageDescriptor.cs" /> |
| 120 <Compile Include="Reflection\PartialClasses.cs" /> |
| 121 <Compile Include="Reflection\ReflectionUtil.cs" /> |
| 122 <Compile Include="Reflection\RepeatedFieldAccessor.cs" /> |
| 123 <Compile Include="Reflection\ServiceDescriptor.cs" /> |
| 124 <Compile Include="Reflection\SingleFieldAccessor.cs" /> |
| 125 <Compile Include="Preconditions.cs" /> |
| 126 <Compile Include="Reflection\TypeRegistry.cs" /> |
| 127 <Compile Include="WellKnownTypes\Any.cs" /> |
| 128 <Compile Include="WellKnownTypes\AnyPartial.cs" /> |
| 129 <Compile Include="WellKnownTypes\Api.cs" /> |
| 130 <Compile Include="WellKnownTypes\Duration.cs" /> |
| 131 <Compile Include="WellKnownTypes\DurationPartial.cs" /> |
| 132 <Compile Include="WellKnownTypes\Empty.cs" /> |
| 133 <Compile Include="WellKnownTypes\FieldMask.cs" /> |
| 134 <Compile Include="WellKnownTypes\SourceContext.cs" /> |
| 135 <Compile Include="WellKnownTypes\Struct.cs" /> |
| 136 <Compile Include="WellKnownTypes\TimeExtensions.cs" /> |
| 137 <Compile Include="WellKnownTypes\Timestamp.cs" /> |
| 138 <Compile Include="WellKnownTypes\TimestampPartial.cs" /> |
| 139 <Compile Include="WellKnownTypes\Type.cs" /> |
| 140 <Compile Include="WellKnownTypes\ValuePartial.cs" /> |
| 141 <Compile Include="WellKnownTypes\Wrappers.cs" /> |
| 142 <Compile Include="WellKnownTypes\WrappersPartial.cs" /> |
| 143 <Compile Include="WireFormat.cs" /> |
| 144 </ItemGroup> |
| 145 <ItemGroup> |
| 146 <None Include="Google.Protobuf.nuspec" /> |
| 147 <None Include="packages.config" /> |
| 148 </ItemGroup> |
| 149 <ItemGroup /> |
| 150 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFramewo
rkVersion)\Microsoft.Portable.CSharp.targets" /> |
| 151 <Import Project="..\packages\NuSpec.ReferenceGenerator.1.4.1\build\portable-ne
t45+win+wpa81+wp80+MonoAndroid10+xamarinios10+MonoTouch10\NuSpec.ReferenceGenera
tor.targets" Condition="Exists('..\packages\NuSpec.ReferenceGenerator.1.4.1\buil
d\portable-net45+win+wpa81+wp80+MonoAndroid10+xamarinios10+MonoTouch10\NuSpec.Re
ferenceGenerator.targets')" /> |
| 152 <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
| 153 <PropertyGroup> |
| 154 <ErrorText>This project references NuGet package(s) that are missing on th
is computer. Use NuGet Package Restore to download them. For more information,
see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</Err
orText> |
| 155 </PropertyGroup> |
| 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'))" /> |
| 157 </Target> |
| 158 <!-- 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. |
| 160 <Target Name="BeforeBuild"> |
| 161 </Target> |
| 162 <Target Name="AfterBuild"> |
| 163 </Target> |
| 164 --> |
| 165 </Project> |
OLD | NEW |