Skip to content

Commit a1898c5

Browse files
Arne DumareyCumpsD
authored andcommitted
feat: add assets for importer
1 parent 1e1cef1 commit a1898c5

30 files changed

+76508
-0
lines changed
55.5 KB
Binary file not shown.
160 KB
Binary file not shown.
487 KB
Binary file not shown.
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<configSections>
4+
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
5+
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
6+
</configSections>
7+
<entityFramework>
8+
<defaultConnectionFactory type="System.Data.Entity.Infrastructure.LocalDbConnectionFactory, EntityFramework">
9+
<parameters>
10+
<parameter value="mssqllocaldb" />
11+
</parameters>
12+
</defaultConnectionFactory>
13+
<providers>
14+
<provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
15+
</providers>
16+
</entityFramework>
17+
<runtime>
18+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
19+
<dependentAssembly>
20+
<assemblyIdentity name="Microsoft.SqlServer.Types" publicKeyToken="89845dcd8080cc91" culture="neutral" />
21+
<bindingRedirect oldVersion="0.0.0.0-13.0.0.0" newVersion="13.0.0.0" />
22+
</dependentAssembly>
23+
<dependentAssembly>
24+
<assemblyIdentity name="AutoMapper" publicKeyToken="be96cd2c38ef1005" culture="neutral" />
25+
<bindingRedirect oldVersion="0.0.0.0-6.1.1.0" newVersion="6.1.1.0" />
26+
</dependentAssembly>
27+
</assemblyBinding>
28+
</runtime>
29+
<connectionStrings>
30+
<add name="CRABEntities" connectionString="metadata=res://*/Entity.CRAB.csdl|res://*/Entity.CRAB.ssdl|res://*/Entity.CRAB.msl;provider=System.Data.SqlClient;provider connection string=&quot;data source=agivsqlcrabbeta.vlm.be;initial catalog=CRAB;integrated security=True;multipleactiveresultsets=True;application name=Vbr.CrabRemoteRepo&quot;" providerName="System.Data.EntityClient" />
31+
</connectionStrings>
32+
</configuration>
734 KB
Binary file not shown.

assets/crab2vbr/Aiv.Vbr.Common.dll

38.5 KB
Binary file not shown.

assets/crab2vbr/Aiv.Vbr.Common.pdb

102 KB
Binary file not shown.
27 KB
Binary file not shown.
53.5 KB
Binary file not shown.
30.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)