aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Statistics/Properties/AssemblyInfo.cs
blob: f4dad86fda9c91e24ae9adfa4687eb54670f9b21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
using System.Reflection;
using System.Resources;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Windows;

[assembly: AssemblyTitle("Tango - Machine Studio Statistics Module")]
[assembly: AssemblyVersion("1.0.0.1737")]

[assembly: ComVisible(false)]

[assembly: ThemeInfo(
    ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located
                                     //(used if a resource is not found in the page,
                                     // or application resource dictionaries)
    ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located
                                              //(used if a resource is not found in the page,
                                              // app, or any theme specific resource dictionaries)
)]
compiler. DO NOT EDIT! */ /* Generated from: GetFilesResponse.proto */ /* Do not generate deprecated warnings for self */ #ifndef PROTOBUF_C__NO_DEPRECATED #define PROTOBUF_C__NO_DEPRECATED #endif #include "GetFilesResponse.pb-c.h" void get_files_response__init (GetFilesResponse *message) { static const GetFilesResponse init_value = GET_FILES_RESPONSE__INIT; *message = init_value; } size_t get_files_response__get_packed_size (const GetFilesResponse *message) { assert(message->base.descriptor == &get_files_response__descriptor); return protobuf_c_message_get_packed_size ((const ProtobufCMessage*)(message)); } size_t get_files_response__pack (const GetFilesResponse *message, uint8_t *out) { assert(message->base.descriptor == &get_files_response__descriptor); return protobuf_c_message_pack ((const ProtobufCMessage*)message, out); } size_t get_files_response__pack_to_buffer (const GetFilesResponse *message, ProtobufCBuffer *buffer) { assert(message->base.descriptor == &get_files_response__descriptor); return protobuf_c_message_pack_to_buffer ((const ProtobufCMessage*)message, buffer); } GetFilesResponse * get_files_response__unpack (ProtobufCAllocator *allocator, size_t len, const uint8_t *data) { return (GetFilesResponse *) protobuf_c_message_unpack (&get_files_response__descriptor, allocator, len, data); } void get_files_response__free_unpacked (GetFilesResponse *message, ProtobufCAllocator *allocator) { if(!message) return; assert(message->base.descriptor == &get_files_response__descriptor); protobuf_c_message_free_unpacked ((ProtobufCMessage*)message, allocator); } static const ProtobufCFieldDescriptor get_files_response__field_descriptors[1] = { { "Items", 1, PROTOBUF_C_LABEL_REPEATED, PROTOBUF_C_TYPE_MESSAGE, offsetof(GetFilesResponse, n_items), offsetof(GetFilesResponse, items), &file_info__descriptor, NULL, 0, /* flags */ 0,NULL,NULL /* reserved1,reserved2, etc */ }, }; static const unsigned get_files_response__field_indices_by_name[] = { 0, /* field[0] = Items */ }; static const ProtobufCIntRange get_files_response__number_ranges[1 + 1] = { { 1, 0 }, { 0, 1 } }; const ProtobufCMessageDescriptor get_files_response__descriptor = { PROTOBUF_C__MESSAGE_DESCRIPTOR_MAGIC, "GetFilesResponse", "GetFilesResponse", "GetFilesResponse", "", sizeof(GetFilesResponse), 1, get_files_response__field_descriptors, get_files_response__field_indices_by_name, 1, get_files_response__number_ranges, (ProtobufCMessageInit) get_files_response__init, NULL,NULL,NULL /* reserved[123] */ };