Moved group table and row parsing into a separate DLL to clean up the main binary a bit. Added custom engine to detect for bin counts and updated the record form to total the bins for the user automatically. Updated the .gitignore file to include the necessary DLLs for the projects.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio 15
|
||||
VisualStudioVersion = 15.0.26228.4
|
||||
VisualStudioVersion = 15.0.26403.3
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdvertsingProfitControl", "AdvertsingProfitControl\AdvertsingProfitControl.csproj", "{4A45C665-5D02-4724-9CC5-C0C50CA44760}"
|
||||
EndProject
|
||||
@@ -9,6 +9,8 @@ Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "SetupProject", "SetupProjec
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdvertisingProfitControlData", "AdvertisingProfitControlData\AdvertisingProfitControlData.csproj", "{E30F8B0E-DFF3-4AB7-8D0C-47BD11164E51}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataTableParsingEngine", "DataTableParsingEngine\DataTableParsingEngine.csproj", "{63CE4D0A-1F70-4692-B895-073A9B3AF5F2}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
@@ -39,6 +41,14 @@ Global
|
||||
{E30F8B0E-DFF3-4AB7-8D0C-47BD11164E51}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{E30F8B0E-DFF3-4AB7-8D0C-47BD11164E51}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{E30F8B0E-DFF3-4AB7-8D0C-47BD11164E51}.Release|x86.Build.0 = Release|Any CPU
|
||||
{63CE4D0A-1F70-4692-B895-073A9B3AF5F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{63CE4D0A-1F70-4692-B895-073A9B3AF5F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{63CE4D0A-1F70-4692-B895-073A9B3AF5F2}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{63CE4D0A-1F70-4692-B895-073A9B3AF5F2}.Debug|x86.Build.0 = Debug|Any CPU
|
||||
{63CE4D0A-1F70-4692-B895-073A9B3AF5F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{63CE4D0A-1F70-4692-B895-073A9B3AF5F2}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{63CE4D0A-1F70-4692-B895-073A9B3AF5F2}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{63CE4D0A-1F70-4692-B895-073A9B3AF5F2}.Release|x86.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
|
||||
Reference in New Issue
Block a user