This commit is contained in:
Friedel van Megen 2017-03-21 17:18:35 +01:00
Родитель f1149cad27
Коммит 5def3f92d3
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -8,9 +8,6 @@
<OutDir>$(RepoRootPath)$(Platform)\$(Configuration)\</OutDir>
<IntDir>$(RepoRootPath)$(Platform)\.build\$(Configuration)\$(RelativeProjectPath)\</IntDir>
<CntkComponentVersion>2.0beta16</CntkComponentVersion>
<CntkComponentVersion Condition="$(Configuration.StartsWith('Debug'))">2.0beta16d</CntkComponentVersion>
<DebugBuild>false</DebugBuild>
<DebugBuild Condition="$(Configuration.StartsWith('Debug'))">true</DebugBuild>
@ -28,6 +25,9 @@
<HasSwig>false</HasSwig>
<HasSwig Condition="Exists('$(SWIG_PATH)\swig.exe')">true</HasSwig>
<CntkComponentVersion>2.0beta16</CntkComponentVersion>
<CntkComponentVersion Condition="$(DebugBuild)">2.0beta16d</CntkComponentVersion>
</PropertyGroup>
</Project>