add comments
This commit is contained in:
Zhou Wang 2017-04-11 17:48:54 +02:00
Родитель be8c103243
Коммит 39c7738173
4 изменённых файлов: 14 добавлений и 8 удалений

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

@ -26,8 +26,8 @@
<HasSwig>false</HasSwig>
<HasSwig Condition="Exists('$(SWIG_PATH)\swig.exe')">true</HasSwig>
<CntkComponentVersion>2.0rc30</CntkComponentVersion>
<CntkComponentVersion Condition="$(DebugBuild)">2.0rc30d</CntkComponentVersion>
<CntkComponentVersion>2.0rc1</CntkComponentVersion>
<CntkComponentVersion Condition="$(DebugBuild)">2.0rc1d</CntkComponentVersion>
</PropertyGroup>
</Project>

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

@ -22,9 +22,11 @@
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<!-- Explicitly defines the version of the depenent assemblies to avoid build errors or stale binaries -->
<!-- The change of CNTK_COMPONENT_VERSION in CNTK.Common.props cannot be populated correctly without restarting VS -->
<PropertyGroup>
<CntkCsAssemblyVersion>2.0rc30</CntkCsAssemblyVersion>
<CntkCsAssemblyVersion Condition="$(DebugBuild)">2.0rc30d</CntkCsAssemblyVersion>
<CntkCsAssemblyVersion>2.0rc1</CntkCsAssemblyVersion>
<CntkCsAssemblyVersion Condition="$(DebugBuild)">2.0rc1d</CntkCsAssemblyVersion>
</PropertyGroup>
<PropertyGroup Condition="$(DebugBuild)">
<DebugSymbols>true</DebugSymbols>

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

@ -22,9 +22,11 @@
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<!-- Explicitly defines the version of the depenent assemblies to avoid build errors or stale binaries -->
<!-- The change of CNTK_COMPONENT_VERSION in CNTK.Common.props cannot be populated correctly without restarting VS -->
<PropertyGroup>
<CntkCsAssemblyVersion>2.0rc30</CntkCsAssemblyVersion>
<CntkCsAssemblyVersion Condition="$(DebugBuild)">2.0rc30d</CntkCsAssemblyVersion>
<CntkCsAssemblyVersion>2.0rc1</CntkCsAssemblyVersion>
<CntkCsAssemblyVersion Condition="$(DebugBuild)">2.0rc1d</CntkCsAssemblyVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<DebugSymbols>true</DebugSymbols>

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

@ -27,9 +27,11 @@
<IsCodedUITest>False</IsCodedUITest>
<TestProjectType>UnitTest</TestProjectType>
</PropertyGroup>
<!-- Explicitly defines the version of the depenent assemblies to avoid build errors or stale binaries -->
<!-- The change of CNTK_COMPONENT_VERSION in CNTK.Common.props cannot be populated correctly without restarting VS -->
<PropertyGroup>
<CntkCsAssemblyVersion>2.0rc30</CntkCsAssemblyVersion>
<CntkCsAssemblyVersion Condition="$(DebugBuild)">2.0rc30d</CntkCsAssemblyVersion>
<CntkCsAssemblyVersion>2.0rc1</CntkCsAssemblyVersion>
<CntkCsAssemblyVersion Condition="$(DebugBuild)">2.0rc1d</CntkCsAssemblyVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<DebugSymbols>true</DebugSymbols>