SQLConfig: set DialogResult

This commit is contained in:
Jonathan Jenne
2021-05-04 14:54:35 +02:00
parent ac4fabe8c2
commit 15f3de7903
5 changed files with 80 additions and 70 deletions

View File

@@ -6,9 +6,9 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{65EFB268-C0E0-40C1-8981-9F70DEE5C74A}</ProjectGuid>
<OutputType>WinExe</OutputType>
<StartupObject>SQLConfig.My.MyApplication</StartupObject>
<RootNamespace>SQLConfig</RootNamespace>
<AssemblyName>SQLConfig</AssemblyName>
<StartupObject>DigitalData.Controls.SQLConfig.My.MyApplication</StartupObject>
<RootNamespace>DigitalData.Controls.SQLConfig</RootNamespace>
<AssemblyName>DigitalData.Controls.SQLConfig</AssemblyName>
<FileAlignment>512</FileAlignment>
<MyType>WindowsForms</MyType>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
@@ -22,7 +22,7 @@
<DefineDebug>true</DefineDebug>
<DefineTrace>true</DefineTrace>
<OutputPath>bin\Debug\</OutputPath>
<DocumentationFile>SQLConfig.xml</DocumentationFile>
<DocumentationFile>DigitalData.Controls.SQLConfig.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
@@ -32,7 +32,7 @@
<DefineTrace>true</DefineTrace>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DocumentationFile>SQLConfig.xml</DocumentationFile>
<DocumentationFile>DigitalData.Controls.SQLConfig.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
</PropertyGroup>
<PropertyGroup>