1ffe3c632Sopenharmony_ci<Project Sdk="Microsoft.NET.Sdk"> 2ffe3c632Sopenharmony_ci 3ffe3c632Sopenharmony_ci <PropertyGroup> 4ffe3c632Sopenharmony_ci <TargetFramework>netcoreapp2.1</TargetFramework> 5ffe3c632Sopenharmony_ci <OutputType>Exe</OutputType> 6ffe3c632Sopenharmony_ci <StartupObject>Google.Protobuf.Examples.AddressBook.Program</StartupObject> 7ffe3c632Sopenharmony_ci <IsPackable>False</IsPackable> 8ffe3c632Sopenharmony_ci </PropertyGroup> 9ffe3c632Sopenharmony_ci 10ffe3c632Sopenharmony_ci <ItemGroup> 11ffe3c632Sopenharmony_ci <ProjectReference Include="..\Google.Protobuf\Google.Protobuf.csproj" /> 12ffe3c632Sopenharmony_ci </ItemGroup> 13ffe3c632Sopenharmony_ci 14ffe3c632Sopenharmony_ci</Project> 15