This commit is contained in:
Friedel van Megen 2017-03-20 09:39:50 +01:00
Родитель b1f05d6c59
Коммит 5c53e09c8c
1 изменённых файлов: 2 добавлений и 3 удалений

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

@ -8,9 +8,8 @@
<OutDir>$(RepoRootPath)$(Platform)\$(Configuration)\</OutDir>
<IntDir>$(RepoRootPath)$(Platform)\.build\$(Configuration)\$(RelativeProjectPath)\</IntDir>
<CntkComponentVersion>2.6</CntkComponentVersion>
<CntkComponentVersion Condition="$(Configuration.StartsWith('Debug'))">2.6d</CntkComponentVersion>
<CntkComponentVersion Condition="$(Configuration.StartsWith('Release'))">2.6</CntkComponentVersion>
<CntkComponentVersion>2.0beta16</CntkComponentVersion>
<CntkComponentVersion Condition="$(Configuration.StartsWith('Debug'))">2.0beta16d</CntkComponentVersion>
<DebugBuild>false</DebugBuild>
<DebugBuild Condition="$(Configuration.StartsWith('Debug'))">true</DebugBuild>