https://github.com/Microsoft/CNTK
Raw File
Tip revision: 006ab4bdf02252cac42260d932db100df4278e49 authored by Aghagolzadeh on 12 June 2018, 16:13:59 UTC
Merge branch 'sparse_cntk' of https://github.com/Microsoft/cntk into sparse_cntk
Tip revision: 006ab4b
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