Initial population

This commit is contained in:
Jon
2026-03-07 19:38:21 -06:00
commit 46735bddd3
59 changed files with 12911 additions and 0 deletions

81
OrganLit.vbproj Normal file
View File

@@ -0,0 +1,81 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0-windows</TargetFramework>
<ProjectType>Local</ProjectType>
<ApplicationIcon>ORGANLIT.ICO</ApplicationIcon>
<AssemblyKeyContainerName></AssemblyKeyContainerName>
<AssemblyOriginatorKeyFile></AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyMode>None</AssemblyOriginatorKeyMode>
<DefaultClientScript>JScript</DefaultClientScript>
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
<DefaultTargetSchema>IE50</DefaultTargetSchema>
<DelaySign>false</DelaySign>
<OutputType>WinExe</OutputType>
<OptionStrict>On</OptionStrict>
<StartupObject>OrganLit.frmMain</StartupObject>
<MyType>WindowsFormsWithCustomSubMain</MyType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<UseWindowsForms>true</UseWindowsForms>
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
<Deterministic>false</Deterministic>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DocumentationFile>OrganLit.xml</DocumentationFile>
<BaseAddress>285212672</BaseAddress>
<ConfigurationOverrideFile></ConfigurationOverrideFile>
<DefineConstants></DefineConstants>
<RegisterForComInterop>false</RegisterForComInterop>
<RemoveIntegerChecks>false</RemoveIntegerChecks>
<NoWarn>42016,42017,42018,42019,42032,42353,42354,42355</NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DocumentationFile>OrganLit.xml</DocumentationFile>
<BaseAddress>285212672</BaseAddress>
<ConfigurationOverrideFile></ConfigurationOverrideFile>
<DefineConstants></DefineConstants>
<DefineDebug>false</DefineDebug>
<RegisterForComInterop>false</RegisterForComInterop>
<RemoveIntegerChecks>false</RemoveIntegerChecks>
<NoWarn>42016,42017,42018,42019,42032,42353,42354,42355</NoWarn>
<DebugType>none</DebugType>
</PropertyGroup>
<ItemGroup>
<Reference Include="combotypeahead">
<HintPath>References\combotypeahead.dll</HintPath>
</Reference>
<Reference Update="System">
<Name>System</Name>
</Reference>
<Reference Update="System.Data">
<Name>System.Data</Name>
</Reference>
<Reference Update="System.Drawing">
<Name>System.Drawing</Name>
</Reference>
<Reference Update="System.Xml">
<Name>System.XML</Name>
</Reference>
</ItemGroup>
<ItemGroup>
<Import Include="System.Drawing" />
</ItemGroup>
<ItemGroup>
<Content Include="ORGANLIT.ICO" />
<Content Include="OrganLitHymnTuneBased.xsl" />
<Content Include="OrganLitIndexByBook.xsl" />
<Content Include="OrganLitIndexByComposer.xsl" />
<Content Include="OrganLitIndexByHymn.xsl" />
<Content Include="OrganLitIndexByHymnTuneName.xsl" />
<Content Include="OrganLitNonHymnTuneBased.xsl" />
<Content Include="OrganLitWorksByBook.xsl" />
<Content Include="OrganLitWorksByComposer.xsl" />
</ItemGroup>
<ItemGroup>
<Folder Include="bin\" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.VisualBasic" Version="10.3.0" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.2" />
</ItemGroup>
<PropertyGroup />
</Project>