CNTKEval now builds (missed the new .cpp files)

This commit is contained in:
Frank Seide 2015-09-03 19:15:00 -07:00
Родитель 781c78efe8
Коммит a4c32ac19f
3 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -142,6 +142,8 @@
<PrecompiledHeader>NotUsing</PrecompiledHeader>
</ClCompile>
<ClCompile Include="..\..\Common\TimerUtility.cpp" />
<ClCompile Include="..\CNTK\ComputationNetwork.cpp" />
<ClCompile Include="..\CNTK\ComputationNetworkBuilder.cpp" />
<ClCompile Include="..\CNTK\ComputationNode.cpp">
<PrecompiledHeader>NotUsing</PrecompiledHeader>
</ClCompile>

Просмотреть файл

@ -21,6 +21,8 @@
<Filter>Common</Filter>
</ClCompile>
<ClCompile Include="..\CNTK\ComputationNode.cpp" />
<ClCompile Include="..\CNTK\ComputationNetwork.cpp" />
<ClCompile Include="..\CNTK\ComputationNetworkBuilder.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="EvalReader.h" />

Просмотреть файл

@ -359,6 +359,7 @@ CNTK_SRC =\
MachineLearning/CNTK/ModelEditLanguage.cpp \
MachineLearning/CNTK/NetworkDescriptionLanguage.cpp \
MachineLearning/CNTK/Profiler.cpp \
MachineLearning/CNTK/ComputationNetwork.cpp \
MachineLearning/CNTK/ComputationNetworkBuilder.cpp \
MachineLearning/CNTK/SimpleNetworkBuilder.cpp \
MachineLearning/CNTK/SynchronousExecutionEngine.cpp \