SQLConfig: turn into class lib again

This commit is contained in:
Jonathan Jenne
2021-07-30 13:26:52 +02:00
parent 5f8b79c007
commit 8d1dddb101
3 changed files with 6 additions and 30 deletions

View File

@@ -5,12 +5,13 @@
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{65EFB268-C0E0-40C1-8981-9F70DEE5C74A}</ProjectGuid>
<OutputType>WinExe</OutputType>
<StartupObject>DigitalData.Controls.SQLConfig.My.MyApplication</StartupObject>
<OutputType>Library</OutputType>
<StartupObject>
</StartupObject>
<RootNamespace>DigitalData.Controls.SQLConfig</RootNamespace>
<AssemblyName>DigitalData.Controls.SQLConfig</AssemblyName>
<FileAlignment>512</FileAlignment>
<MyType>WindowsForms</MyType>
<MyType>Windows</MyType>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<Deterministic>true</Deterministic>