https://github.com/Microsoft/CNTK
Raw File
Tip revision: ba5b66ab5cdffeba8165fb8a4a6b980432b032ac authored by Thiago Crepaldi on 11 July 2018, 20:28:23 UTC
Re-enable all python and doctests
Tip revision: ba5b66a
DelayLoadedExtensionsDll.vcxproj.filters
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup>
    <ClCompile Include="ImageWriter.cpp" />
    <ClCompile Include="dllmain.cpp" />
  </ItemGroup>
  <ItemGroup>
    <ClInclude Include="ImageWriter.h" />
  </ItemGroup>
</Project>
back to top