StockSharp

Форк
0
35 строк · 1.5 Кб
1
#region S# License
2
/******************************************************************************************
3
NOTICE!!!  This program and source code is owned and licensed by
4
StockSharp, LLC, www.stocksharp.com
5
Viewing or use of this code requires your acceptance of the license
6
agreement found at https://github.com/StockSharp/StockSharp/blob/master/LICENSE
7
Removal of this comment is a violation of the license agreement.
8

9
Project: %Namespace%.SampleHistoryTestingParallelPublic
10
File: AssemblyInfo.cs
11
Created: 2015, 11, 11, 2:32 PM
12

13
Copyright 2010 by StockSharp, LLC
14
*******************************************************************************************/
15
#endregion S# License
16
using System.Reflection;
17
using System.Runtime.InteropServices;
18
using System.Windows;
19

20
// General Information about an assembly is controlled through the following 
21
// set of attributes. Change these attribute values to modify the information
22
// associated with an assembly.
23
[assembly: AssemblyTitle("SampleHistoryTestingParallel")]
24
[assembly: AssemblyDescription("")]
25

26
[assembly: Guid("6CC1B466-1E8F-4369-8FA0-45056FEBA647")]
27

28
[assembly: ThemeInfo(
29
	ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located
30
	//(used if a resource is not found in the page, 
31
	// or application resource dictionaries)
32
	ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located
33
	//(used if a resource is not found in the page, 
34
	// app, or any theme specific resource dictionaries)
35
)]

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.