https://github.com/Microsoft/CNTK
Raw File
Tip revision: 2518fde5275bedac3d23b7b17e710987069109e4 authored by Eldar Akchurin on 06 June 2017, 14:54:34 UTC
Adding ability to access sequence ids
Tip revision: 2518fde
CNTKLibraryManagedDll-GPU-AssemblyInfo.cs
//
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE.md file in the project root for full license information.
//
// CNTKLibraryManagedDll-GPU-AssemblyInfo.cpp -- Provides Strong Name for CNTKLibraryManagedDll (GPU flavor) assembly.
//
// Note that the key pair (including 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
//

using System;
using System.Reflection;

[assembly: AssemblyKeyFileAttribute("CNTKLibraryManagedDll-GPU-KeyPair.snk")]
back to top