Skip to content

Commit 9e1b476

Browse files
authored
Bug Fixes
- If the configured Database couldn't be reached with the saved parameters anymore, the program would crash. - The Setup .msi file is now renamed to 'GeminiPostSQLSetup.msi'
1 parent 12219d1 commit 9e1b476

File tree

2 files changed

+181
-162
lines changed

2 files changed

+181
-162
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup />
4+
<ItemGroup>
5+
<Compile Update="FrmAiPostgre.cs">
6+
<SubType>Form</SubType>
7+
</Compile>
8+
</ItemGroup>
9+
</Project>

0 commit comments

Comments
 (0)