rxsdk_debugcfg.props 663 B

123456789101112131415161718
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ImportGroup Label="PropertySheets">
  4. <Import Project="rxsdk_common.props" />
  5. </ImportGroup>
  6. <PropertyGroup>
  7. <_ProjectFileVersion>10.0.30306.1</_ProjectFileVersion>
  8. <_PropertySheetDisplayName>Debug</_PropertySheetDisplayName>
  9. </PropertyGroup>
  10. <ItemDefinitionGroup>
  11. <ClCompile>
  12. <Optimization>Disabled</Optimization>
  13. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  14. <SmallerTypeCheck>true</SmallerTypeCheck>
  15. </ClCompile>
  16. </ItemDefinitionGroup>
  17. </Project>