Blame view

Vrh.Web.iScheduler.Report.Lib/App.config 2.76 KB
ef01ad2f   Schwirg László   - beépülők frissí...
1
  <?xml version="1.0" encoding="utf-8"?>
ab9f2fbe   Schwirg László   Add project files.
2
3
4
  <configuration>
    <configSections>
      <!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
ef01ad2f   Schwirg László   - beépülők frissí...
5
      <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
ab9f2fbe   Schwirg László   Add project files.
6
7
    </configSections>
    <connectionStrings>
ef01ad2f   Schwirg László   - beépülők frissí...
8
      <add name="VRH.iSchedulerReport:connectionString" connectionString="data source=192.168.77.150\SQLEXPRESS;initial catalog=LearALMNew;user id=sa;password=Vrh@54321;multipleactiveresultsets=True;Connection Timeout=3600" providerName="System.Data.SqlClient" />
ab9f2fbe   Schwirg László   Add project files.
9
10
    </connectionStrings>
    <entityFramework>
ef01ad2f   Schwirg László   - beépülők frissí...
11
      <defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework" />
ab9f2fbe   Schwirg László   Add project files.
12
      <providers>
ef01ad2f   Schwirg László   - beépülők frissí...
13
        <provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
ab9f2fbe   Schwirg László   Add project files.
14
15
16
      </providers>
    </entityFramework>
    <appSettings>
ef01ad2f   Schwirg László   - beépülők frissí...
17
      <add key="VRH.XmlParser:root" value="~XmlParser.xml" />
ab9f2fbe   Schwirg László   Add project files.
18
19
20
21
    </appSettings>
    <runtime>
      <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
        <dependentAssembly>
ef01ad2f   Schwirg László   - beépülők frissí...
22
23
          <assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" culture="neutral" />
          <bindingRedirect oldVersion="0.0.0.0-5.2.9.0" newVersion="5.2.9.0" />
ab9f2fbe   Schwirg László   Add project files.
24
25
        </dependentAssembly>
        <dependentAssembly>
ef01ad2f   Schwirg László   - beépülők frissí...
26
27
          <assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35" culture="neutral" />
          <bindingRedirect oldVersion="0.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
ab9f2fbe   Schwirg László   Add project files.
28
29
        </dependentAssembly>
        <dependentAssembly>
ef01ad2f   Schwirg László   - beépülők frissí...
30
31
          <assemblyIdentity name="Antlr3.Runtime" publicKeyToken="eb42632606e9261f" culture="neutral" />
          <bindingRedirect oldVersion="0.0.0.0-3.5.0.2" newVersion="3.5.0.2" />
ab9f2fbe   Schwirg László   Add project files.
32
33
        </dependentAssembly>
        <dependentAssembly>
ef01ad2f   Schwirg László   - beépülők frissí...
34
35
          <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
          <bindingRedirect oldVersion="0.0.0.0-13.0.0.0" newVersion="13.0.0.0" />
ab9f2fbe   Schwirg László   Add project files.
36
37
        </dependentAssembly>
        <dependentAssembly>
ef01ad2f   Schwirg László   - beépülők frissí...
38
39
          <assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35" culture="neutral" />
          <bindingRedirect oldVersion="0.0.0.0-1.6.5135.21930" newVersion="1.6.5135.21930" />
ab9f2fbe   Schwirg László   Add project files.
40
41
        </dependentAssembly>
        <dependentAssembly>
ef01ad2f   Schwirg László   - beépülők frissí...
42
43
          <assemblyIdentity name="Microsoft.Web.Infrastructure" publicKeyToken="31bf3856ad364e35" culture="neutral" />
          <bindingRedirect oldVersion="0.0.0.0-2.0.1.0" newVersion="2.0.1.0" />
ab9f2fbe   Schwirg László   Add project files.
44
45
46
        </dependentAssembly>
      </assemblyBinding>
    </runtime>
ef01ad2f   Schwirg László   - beépülők frissí...
47
48
49
50
    <startup>
      <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2" />
    </startup>
  </configuration>