You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

Directory.Build.props 351 B

123456789
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="../Directory.Build.props" />
  4. <PropertyGroup>
  5. <SignAssembly>False</SignAssembly>
  6. <AssemblyOriginatorKeyFile></AssemblyOriginatorKeyFile>
  7. <PublicKey></PublicKey>
  8. </PropertyGroup>
  9. </Project>