aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Utilities/Tango.JobRunsGenerator/App.config
blob: eb619b843262c2a82305e10d51ebc8bc4ffa43dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <configSections>
    
    <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
  <!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 --></configSections>
  <startup>
    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
  </startup>
  <entityFramework>
    <defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework" />
    <providers>
      <provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
    </providers>
  </entityFramework>
  <runtime>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <!--<dependentAssembly>
        <assemblyIdentity name="Z.EntityFramework.Extensions" publicKeyToken="59b66d028979105b" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.0.50.0" newVersion="4.0.50.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="Microsoft.IdentityModel.Clients.ActiveDirectory" publicKeyToken="31bf3856ad364e35" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-5.0.5.0" newVersion="5.0.5.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-9.0.0.0" newVersion="9.0.0.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="System.Reactive.Core" publicKeyToken="94bc3704cddfc263" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-3.0.3000.0" newVersion="3.0.3000.0" />
      </dependentAssembly>-->
    </assemblyBinding>
  </runtime>
</configuration>
of protoc-c. #endif #include "Event.pb-c.h" typedef struct _StartEventsNotificationResponse StartEventsNotificationResponse; /* --- enums --- */ /* --- messages --- */ struct _StartEventsNotificationResponse { ProtobufCMessage base; size_t n_events; Event **events; }; #define START_EVENTS_NOTIFICATION_RESPONSE__INIT \ { PROTOBUF_C_MESSAGE_INIT (&start_events_notification_response__descriptor) \ , 0,NULL } /* StartEventsNotificationResponse methods */ void start_events_notification_response__init (StartEventsNotificationResponse *message); size_t start_events_notification_response__get_packed_size (const StartEventsNotificationResponse *message); size_t start_events_notification_response__pack (const StartEventsNotificationResponse *message, uint8_t *out); size_t start_events_notification_response__pack_to_buffer (const StartEventsNotificationResponse *message, ProtobufCBuffer *buffer); StartEventsNotificationResponse * start_events_notification_response__unpack (ProtobufCAllocator *allocator, size_t len, const uint8_t *data); void start_events_notification_response__free_unpacked (StartEventsNotificationResponse *message, ProtobufCAllocator *allocator); /* --- per-message closures --- */ typedef void (*StartEventsNotificationResponse_Closure) (const StartEventsNotificationResponse *message, void *closure_data); /* --- services --- */ /* --- descriptors --- */ extern const ProtobufCMessageDescriptor start_events_notification_response__descriptor; PROTOBUF_C__END_DECLS #endif /* PROTOBUF_C_StartEventsNotificationResponse_2eproto__INCLUDED */