Родитель
be8c103243
Коммит
39c7738173
|
@ -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>
|
||||
|
|
Загрузка…
Ссылка в новой задаче