Integrate alexeyo/EvalWrapper-Strong-Name into master

This commit is contained in:
Project Philly 2016-08-12 13:12:38 -07:00
Родитель aea8549471 551f1dfe3a
Коммит 0692596194
5 изменённых файлов: 24 добавлений и 0 удалений

1
.gitattributes поставляемый
Просмотреть файл

@ -122,3 +122,4 @@ Examples/SequenceToSequence/CMUDict/Data/cmudict-0.7b* text
*.docx binary
*.chunk binary
*.pptx binary
*.snk binary

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

@ -83,6 +83,7 @@
<ClCompile Include="CNTKException.h" />
<ClCompile Include="EvalExtendedWrapper.cpp" />
<ClCompile Include="EvalWrapper.cpp" />
<ClCompile Include="EvalWrapperAssemblyInfo.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\Common\Include\Eval.h" />

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

@ -30,5 +30,8 @@
<ClCompile Include="EvalExtendedWrapper.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="EvalWrapperAssemblyInfo.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
</Project>

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

@ -0,0 +1,19 @@
//
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE.md file in the project root for full license information.
//
// EvalWrapperAssemblyInfo.cpp -- Provides Strong Name for EvalWrapper assembly.
//
// Note that the key pair (inlcuding secret key) is stored in the same folder as this source file.
// The Strong Name serves for identity puposes and for the applications that require it.
// The Strong Name does NOT enable trust scenario. Use the compiled and Authenticode signed dll version of this assembly
// provided with the CNTK NuGet package if you need trust. See CNTK Releases web page for NuGet package name and location:
// https://github.com/Microsoft/CNTK/releases
//
#include "stdafx.h"
using namespace System;
using namespace System::Reflection;
[assembly:AssemblyKeyFile("EvalWrapperKeyPair.snk")];

Двоичные данные
Source/Extensibility/EvalWrapper/EvalWrapperKeyPair.snk Normal file

Двоичный файл не отображается.