Skip to content

Commit

Permalink
SQLite Version only and Executable !!!
Browse files Browse the repository at this point in the history
Zip file with our first Executable has now been included :)) and Bye-Bye Ms-SQLDatabase.......
  • Loading branch information
schereralf committed Apr 1, 2024
1 parent c6200c2 commit 3a31b27
Show file tree
Hide file tree
Showing 106 changed files with 1,316 additions and 472 deletions.
Binary file modified Benutzerhandbuch.docx
Binary file not shown.
8 changes: 1 addition & 7 deletions DispoAdmin.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@ VisualStudioVersion = 17.9.34622.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DispoBaseLib", "DispoBaseLib\DispoBaseLib.csproj", "{1D3865C1-DADE-4AFB-AB0D-4DAABFAA7C56}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Model3DFarm", "Model3DFarm\Model3DFarm.csproj", "{1CC620B9-50CD-44B1-8BCE-F8CFCEB1E2B0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DispoAdmin", "DispoAdmin\DispoAdmin.csproj", "{F35AC834-5B15-492E-98D1-69F9B2B386CC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ModelSQLLiteFarm", "ModelSQLLiteFarm\ModelSQLLiteFarm.csproj", "{A0870E81-5678-48F0-ACE0-CEF6EC3D1336}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ModelSQLLiteFarm", "ModelSQLLiteFarm\ModelSQLLiteFarm.csproj", "{A0870E81-5678-48F0-ACE0-CEF6EC3D1336}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -21,10 +19,6 @@ Global
{1D3865C1-DADE-4AFB-AB0D-4DAABFAA7C56}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1D3865C1-DADE-4AFB-AB0D-4DAABFAA7C56}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1D3865C1-DADE-4AFB-AB0D-4DAABFAA7C56}.Release|Any CPU.Build.0 = Release|Any CPU
{1CC620B9-50CD-44B1-8BCE-F8CFCEB1E2B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1CC620B9-50CD-44B1-8BCE-F8CFCEB1E2B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1CC620B9-50CD-44B1-8BCE-F8CFCEB1E2B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1CC620B9-50CD-44B1-8BCE-F8CFCEB1E2B0}.Release|Any CPU.Build.0 = Release|Any CPU
{F35AC834-5B15-492E-98D1-69F9B2B386CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F35AC834-5B15-492E-98D1-69F9B2B386CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F35AC834-5B15-492E-98D1-69F9B2B386CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down
15 changes: 14 additions & 1 deletion DispoAdmin/DispoAdmin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,24 @@
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows8.0</TargetFramework>
<UseWPF>true</UseWPF>
<PackageIcon>Parthenon.jpg</PackageIcon>
<ApplicationIcon>Parthenon.ico</ApplicationIcon>
</PropertyGroup>

<ItemGroup>
<Content Include="Parthenon.ico" />
</ItemGroup>

<ItemGroup>
<None Include="..\..\..\Prospecting\Parthenon.jpg">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.3" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.2" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.3" />
</ItemGroup>

<ItemGroup>
Expand Down
Binary file removed DispoAdmin/MyPrinterFarm.db-shm
Binary file not shown.
Empty file removed DispoAdmin/MyPrinterFarm.db-wal
Empty file.
Binary file added DispoAdmin/Parthenon.ico
Binary file not shown.
Binary file added DispoAdmin/Parthenon.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion DispoAdmin/ViewModels/MainWindowViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace DispoAdmin.ViewModels
{
public class MainWindowViewModel : BaseViewModel
{
//Setup Observable Collections and Items Lists for each tab
//Setup Observable Collections and Items Lists for each tab

private readonly ObservableCollection<Order> _listOrders;
private readonly ObservableCollection<Printer> _listPrinters;
Expand Down
17 changes: 0 additions & 17 deletions Model3DFarm/Material.cs

This file was deleted.

16 changes: 0 additions & 16 deletions Model3DFarm/Model3DFarm.csproj

This file was deleted.

40 changes: 0 additions & 40 deletions Model3DFarm/Order.cs

This file was deleted.

49 changes: 0 additions & 49 deletions Model3DFarm/PrintJob.cs

This file was deleted.

30 changes: 0 additions & 30 deletions Model3DFarm/Printer.cs

This file was deleted.

139 changes: 0 additions & 139 deletions Model3DFarm/PrinterfarmContext.cs

This file was deleted.

21 changes: 0 additions & 21 deletions Model3DFarm/PrintersMaterial.cs

This file was deleted.

Loading

0 comments on commit 3a31b27

Please sign in to comment.