CardiacUsImgRecogUtils.user 669 B

12345678910111213
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  4. <LocalDebuggerEnvironment>path = E:/opencv/452/dll;
  5. $(LocalDebuggerEnvironment)</LocalDebuggerEnvironment>
  6. <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
  7. </PropertyGroup>
  8. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  9. <LocalDebuggerEnvironment>path=E:/opencv/452/dll;
  10. $(LocalDebuggerEnvironment)</LocalDebuggerEnvironment>
  11. <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
  12. </PropertyGroup>
  13. </Project>