parent
db586e4660
commit
a85c4a3299
16 changed files with 17 additions and 1 deletions
@ -0,0 +1,15 @@ |
|||||||
|
<Project Sdk="Microsoft.NET.Sdk"> |
||||||
|
|
||||||
|
<PropertyGroup> |
||||||
|
<TargetFrameworks>net451;netstandard1.0</TargetFrameworks> |
||||||
|
<AssemblyOriginatorKeyFile>../../keys/Google.Protobuf.snk</AssemblyOriginatorKeyFile> |
||||||
|
<SignAssembly>true</SignAssembly> |
||||||
|
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign> |
||||||
|
<IsPackable>False</IsPackable> |
||||||
|
</PropertyGroup> |
||||||
|
|
||||||
|
<ItemGroup> |
||||||
|
<ProjectReference Include="..\Google.Protobuf\Google.Protobuf.csproj" /> |
||||||
|
</ItemGroup> |
||||||
|
|
||||||
|
</Project> |
Loading…
Reference in new issue