Integrate alexeyo/EvalWrapper-Strong-Name into master
This commit is contained in:
Коммит
0692596194
|
@ -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")];
|
Двоичный файл не отображается.
Загрузка…
Ссылка в новой задаче