Skip to content
This repository has been archived by the owner on Jan 26, 2021. It is now read-only.

Commit

Permalink
adding dependency checker
Browse files Browse the repository at this point in the history
  • Loading branch information
chivee committed Nov 28, 2016
1 parent be74916 commit 8b606a7
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/Multiverso.vcxproj
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<Project DefaultTargets="Build" InitialTargets="CheckDependencies" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations" Condition="'$(CNTK_ENABLE_ASGD)'!='false'">
<ProjectConfiguration Include="Debug_CpuOnly|x64">
<Configuration>Debug_CpuOnly</Configuration>
<Platform>x64</Platform>
Expand All @@ -22,7 +22,7 @@
<Platform>x64</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<PropertyGroup Label="Globals" Condition="'$(CNTK_ENABLE_ASGD)'!='false'">
<ProjectGuid>{16F14058-B116-49D9-8BA0-209F3AFFE849}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>Multiverso</RootNamespace>
Expand Down Expand Up @@ -302,4 +302,7 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
<Target Name="CheckDependencies">
<Warning Condition="'$(CNTK_ENABLE_ASGD)'=='false'" ContinueOnError="false" Text="DataParallelASGD was disabled." />
</Target>
</Project>

0 comments on commit 8b606a7

Please sign in to comment.