Skip to content

Commit

Permalink
Prepare for CR
Browse files Browse the repository at this point in the history
Applied CR feedback
  • Loading branch information
gaizkan committed Nov 18, 2015
1 parent 206c480 commit ced3af3
Show file tree
Hide file tree
Showing 15 changed files with 13,915 additions and 3,944 deletions.
19 changes: 18 additions & 1 deletion CNTK.sln
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,12 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CNTKActionsLib", "MachineLe
{DE3C54E5-D7D0-47AF-A783-DFDCE59E7937} = {DE3C54E5-D7D0-47AF-A783-DFDCE59E7937}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "UCIFastReaderTests", "Tests\UnitTests\UCIFastReaderTests\UCIFastReaderTests.vcxproj", "{B97BDF88-F6B5-4F3A-BD8E-45F787D0C3C3}"
ProjectSection(ProjectDependencies) = postProject
{60BDB847-D0C4-4FD3-A947-0C15C08BCDB5} = {60BDB847-D0C4-4FD3-A947-0C15C08BCDB5}
{E6646FFE-3588-4276-8A15-8D65C22711C1} = {E6646FFE-3588-4276-8A15-8D65C22711C1}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Mixed Platforms = Debug|Mixed Platforms
Expand Down Expand Up @@ -515,6 +521,7 @@ Global
{0F30EBCF-09F3-4EED-BF54-4214BCE53FEC}.Release|x64.ActiveCfg = Release|x64
{0F30EBCF-09F3-4EED-BF54-4214BCE53FEC}.Release|x64.Build.0 = Release|x64
{B3DD765E-694E-4494-BAD7-37BBF2942517}.Debug|Mixed Platforms.ActiveCfg = Debug|x64
{B3DD765E-694E-4494-BAD7-37BBF2942517}.Debug|Mixed Platforms.Build.0 = Debug|x64
{B3DD765E-694E-4494-BAD7-37BBF2942517}.Debug|Win32.ActiveCfg = Debug|x64
{B3DD765E-694E-4494-BAD7-37BBF2942517}.Debug|x64.ActiveCfg = Debug|x64
{B3DD765E-694E-4494-BAD7-37BBF2942517}.Debug|x64.Build.0 = Debug|x64
Expand Down Expand Up @@ -553,7 +560,6 @@ Global
{D667AF32-028A-4A5D-BE19-F46776F0F6B2}.Release|x64.ActiveCfg = Release|x64
{D667AF32-028A-4A5D-BE19-F46776F0F6B2}.Release|x64.Build.0 = Release|x64
{DBB3C106-B0B4-4059-8477-C89528CEC1B0}.Debug|Mixed Platforms.ActiveCfg = Debug|x64
{DBB3C106-B0B4-4059-8477-C89528CEC1B0}.Debug|Mixed Platforms.Build.0 = Debug|x64
{DBB3C106-B0B4-4059-8477-C89528CEC1B0}.Debug|Win32.ActiveCfg = Debug|x64
{DBB3C106-B0B4-4059-8477-C89528CEC1B0}.Debug|x64.ActiveCfg = Debug|x64
{DBB3C106-B0B4-4059-8477-C89528CEC1B0}.Release|Mixed Platforms.ActiveCfg = Release|x64
Expand Down Expand Up @@ -638,6 +644,16 @@ Global
{EB2BE26F-6BD4-4274-971F-86D080779DD1}.Release|Win32.ActiveCfg = Release|x64
{EB2BE26F-6BD4-4274-971F-86D080779DD1}.Release|x64.ActiveCfg = Release|x64
{EB2BE26F-6BD4-4274-971F-86D080779DD1}.Release|x64.Build.0 = Release|x64
{B97BDF88-F6B5-4F3A-BD8E-45F787D0C3C3}.Debug|Mixed Platforms.ActiveCfg = Debug|x64
{B97BDF88-F6B5-4F3A-BD8E-45F787D0C3C3}.Debug|Mixed Platforms.Build.0 = Debug|x64
{B97BDF88-F6B5-4F3A-BD8E-45F787D0C3C3}.Debug|Win32.ActiveCfg = Debug|x64
{B97BDF88-F6B5-4F3A-BD8E-45F787D0C3C3}.Debug|x64.ActiveCfg = Debug|x64
{B97BDF88-F6B5-4F3A-BD8E-45F787D0C3C3}.Debug|x64.Build.0 = Debug|x64
{B97BDF88-F6B5-4F3A-BD8E-45F787D0C3C3}.Release|Mixed Platforms.ActiveCfg = Release|x64
{B97BDF88-F6B5-4F3A-BD8E-45F787D0C3C3}.Release|Mixed Platforms.Build.0 = Release|x64
{B97BDF88-F6B5-4F3A-BD8E-45F787D0C3C3}.Release|Win32.ActiveCfg = Release|x64
{B97BDF88-F6B5-4F3A-BD8E-45F787D0C3C3}.Release|x64.ActiveCfg = Release|x64
{B97BDF88-F6B5-4F3A-BD8E-45F787D0C3C3}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down Expand Up @@ -693,5 +709,6 @@ Global
{6F19321A-65E7-4829-B00C-3886CD6C6EDE} = {D45DF403-6781-444E-B654-A96868C5BE68}
{4701E678-5E6F-470D-B348-9CD1A2C095D1} = {6F19321A-65E7-4829-B00C-3886CD6C6EDE}
{EB2BE26F-6BD4-4274-971F-86D080779DD1} = {DD043083-71A4-409A-AA91-F9C548DCF7EC}
{B97BDF88-F6B5-4F3A-BD8E-45F787D0C3C3} = {6F19321A-65E7-4829-B00C-3886CD6C6EDE}
EndGlobalSection
EndGlobal
1 change: 1 addition & 0 deletions Common/DataReader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
//
// DataReader.cpp : Defines the exported functions for the DLL application.
//

#include "stdafx.h"
#define DATAREADER_LOCAL
#include "Basics.h"
Expand Down
Loading

0 comments on commit ced3af3

Please sign in to comment.