Skip to content

Commit

Permalink
Adds installer
Browse files Browse the repository at this point in the history
  • Loading branch information
mmeents committed Dec 10, 2022
1 parent f725bce commit 1c58de1
Show file tree
Hide file tree
Showing 3 changed files with 1,834 additions and 1 deletion.
1 change: 1 addition & 0 deletions dbWorkshop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<RepositoryUrl>https://github.com/mmeents/DBWorkshop</RepositoryUrl>
<PackageTags>Database Code Generating App</PackageTags>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Company>Sky High Productions, LLC</Company>
</PropertyGroup>

<ItemGroup>
Expand Down
6 changes: 5 additions & 1 deletion dbWorkshop.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32328.378
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DBWorkshop", "DBWorkshop.csproj", "{4BE00C6E-6C01-47E0-9010-52D98CEA8830}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DBWorkshop", "DBWorkshop.csproj", "{4BE00C6E-6C01-47E0-9010-52D98CEA8830}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "DBWorkshopInstaller", "installer\DBWorkshopInstaller\DBWorkshopInstaller.vdproj", "{80B4F372-C5E3-4DFC-AC10-ECF74D88C35E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -15,6 +17,8 @@ Global
{4BE00C6E-6C01-47E0-9010-52D98CEA8830}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4BE00C6E-6C01-47E0-9010-52D98CEA8830}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4BE00C6E-6C01-47E0-9010-52D98CEA8830}.Release|Any CPU.Build.0 = Release|Any CPU
{80B4F372-C5E3-4DFC-AC10-ECF74D88C35E}.Debug|Any CPU.ActiveCfg = Debug
{80B4F372-C5E3-4DFC-AC10-ECF74D88C35E}.Release|Any CPU.ActiveCfg = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
Loading

0 comments on commit 1c58de1

Please sign in to comment.