Directory.Build.props 408 字节
Newer Older
E
Eric St. John 已提交
1
<?xml version="1.0" encoding="utf-8"?>
2
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
  <Import Project="..\Directory.Build.props" />
4
  <PropertyGroup>
E
Eric St. John 已提交
5
    <AssemblyVersion>4.2.1.0</AssemblyVersion>
6
    <StrongNameKeyId>Microsoft</StrongNameKeyId>
7
    <IsNETCoreApp>true</IsNETCoreApp>
8
    <IsUAP>true</IsUAP>
9
  </PropertyGroup>
E
Eric St. John 已提交
10
</Project>