release.props 521 B

12345678910111213141516
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ImportGroup Label="PropertySheets" />
  4. <PropertyGroup Label="UserMacros" />
  5. <PropertyGroup />
  6. <ItemDefinitionGroup>
  7. <Link>
  8. <OptimizeReferences>true</OptimizeReferences>
  9. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  10. </Link>
  11. <ClCompile>
  12. <IntrinsicFunctions>true</IntrinsicFunctions>
  13. </ClCompile>
  14. </ItemDefinitionGroup>
  15. <ItemGroup />
  16. </Project>