Skip to content

Commit 2abf641

Browse files
committed
Made it ready for release!
Updated Installer Updated NuGet packages Updated Name application Added icon Added logger (logger4net) Changed to one migration (initial) Renamed DB
1 parent 9f19c40 commit 2abf641

33 files changed

Lines changed: 91 additions & 951 deletions

DAL_Repository/App.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</providers>
1919
</entityFramework>
2020
<connectionStrings>
21-
<add name="IsisContext" connectionString="Data Source=(LocalDB)\MSSQLLocalDB;Initial Catalog=ISISnew;Integrated Security=SSPI;" providerName="System.Data.SqlClient" />
21+
<add name="IsisContext" connectionString="Data Source=(LocalDB)\MSSQLLocalDB;Initial Catalog=ISIS_DB;Integrated Security=SSPI;" providerName="System.Data.SqlClient" />
2222
</connectionStrings>
2323

2424
</configuration>

EF_Context/App.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
</providers>
1616
</entityFramework>
1717
<connectionStrings>
18-
<add name="IsisContext" connectionString="Data Source=(LocalDB)\MSSQLLocalDB;Initial Catalog=ISISnew;Integrated Security=SSPI;" providerName="System.Data.SqlClient" />
18+
<add name="IsisContext" connectionString="Data Source=(LocalDB)\MSSQLLocalDB;Initial Catalog=ISIS_DB;Integrated Security=SSPI;" providerName="System.Data.SqlClient" />
1919
</connectionStrings>
2020
</configuration>

EF_Context/EF_Context.csproj

Lines changed: 5 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -53,29 +53,9 @@
5353
<ItemGroup>
5454
<Compile Include="IsisContext.cs" />
5555
<Compile Include="IUnitOfWork.cs" />
56-
<Compile Include="Migrations\201603042036026_Initial.cs" />
57-
<Compile Include="Migrations\201603042036026_Initial.Designer.cs">
58-
<DependentUpon>201603042036026_Initial.cs</DependentUpon>
59-
</Compile>
60-
<Compile Include="Migrations\201603061610268_Prestatie_Tegoed.cs" />
61-
<Compile Include="Migrations\201603061610268_Prestatie_Tegoed.Designer.cs">
62-
<DependentUpon>201603061610268_Prestatie_Tegoed.cs</DependentUpon>
63-
</Compile>
64-
<Compile Include="Migrations\201603061643251_Prestatie_Tegoed_ToByte.cs" />
65-
<Compile Include="Migrations\201603061643251_Prestatie_Tegoed_ToByte.Designer.cs">
66-
<DependentUpon>201603061643251_Prestatie_Tegoed_ToByte.cs</DependentUpon>
67-
</Compile>
68-
<Compile Include="Migrations\201603071948184_Klant_Actief.cs" />
69-
<Compile Include="Migrations\201603071948184_Klant_Actief.Designer.cs">
70-
<DependentUpon>201603071948184_Klant_Actief.cs</DependentUpon>
71-
</Compile>
72-
<Compile Include="Migrations\201603081856072_Klant_Bus.cs" />
73-
<Compile Include="Migrations\201603081856072_Klant_Bus.Designer.cs">
74-
<DependentUpon>201603081856072_Klant_Bus.cs</DependentUpon>
75-
</Compile>
76-
<Compile Include="Migrations\201603082030262_Strijker_IndienstTot.cs" />
77-
<Compile Include="Migrations\201603082030262_Strijker_IndienstTot.Designer.cs">
78-
<DependentUpon>201603082030262_Strijker_IndienstTot.cs</DependentUpon>
56+
<Compile Include="Migrations\201603102228016_Initial_DataBase.cs" />
57+
<Compile Include="Migrations\201603102228016_Initial_DataBase.Designer.cs">
58+
<DependentUpon>201603102228016_Initial_DataBase.cs</DependentUpon>
7959
</Compile>
8060
<Compile Include="Migrations\Configuration.cs" />
8161
<Compile Include="Properties\AssemblyInfo.cs" />
@@ -99,23 +79,8 @@
9979
</ProjectReference>
10080
</ItemGroup>
10181
<ItemGroup>
102-
<EmbeddedResource Include="Migrations\201603042036026_Initial.resx">
103-
<DependentUpon>201603042036026_Initial.cs</DependentUpon>
104-
</EmbeddedResource>
105-
<EmbeddedResource Include="Migrations\201603061610268_Prestatie_Tegoed.resx">
106-
<DependentUpon>201603061610268_Prestatie_Tegoed.cs</DependentUpon>
107-
</EmbeddedResource>
108-
<EmbeddedResource Include="Migrations\201603061643251_Prestatie_Tegoed_ToByte.resx">
109-
<DependentUpon>201603061643251_Prestatie_Tegoed_ToByte.cs</DependentUpon>
110-
</EmbeddedResource>
111-
<EmbeddedResource Include="Migrations\201603071948184_Klant_Actief.resx">
112-
<DependentUpon>201603071948184_Klant_Actief.cs</DependentUpon>
113-
</EmbeddedResource>
114-
<EmbeddedResource Include="Migrations\201603081856072_Klant_Bus.resx">
115-
<DependentUpon>201603081856072_Klant_Bus.cs</DependentUpon>
116-
</EmbeddedResource>
117-
<EmbeddedResource Include="Migrations\201603082030262_Strijker_IndienstTot.resx">
118-
<DependentUpon>201603082030262_Strijker_IndienstTot.cs</DependentUpon>
82+
<EmbeddedResource Include="Migrations\201603102228016_Initial_DataBase.resx">
83+
<DependentUpon>201603102228016_Initial_DataBase.cs</DependentUpon>
11984
</EmbeddedResource>
12085
</ItemGroup>
12186
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

EF_Context/Migrations/201603042036026_Initial.Designer.cs

Lines changed: 0 additions & 29 deletions
This file was deleted.

EF_Context/Migrations/201603042036026_Initial.resx

Lines changed: 0 additions & 126 deletions
This file was deleted.

EF_Context/Migrations/201603061610268_Prestatie_Tegoed.cs

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)