Marked as 'AdvertsingProfitControl v 0.8.5' by its folder name. The 'Add Records' form has been finshed to at least include all the information the Advertising Profit Control sheet had.

This commit is contained in:
2021-01-28 19:54:35 -06:00
parent 58501fec36
commit 4c01f4ba46
38 changed files with 36559 additions and 715 deletions
@@ -9,11 +9,28 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>AdvertsingProfitControl</RootNamespace>
<AssemblyName>AdvertsingProfitControl</AssemblyName>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
<IsWebBootstrapper>false</IsWebBootstrapper>
<PublishUrl>C:\Users\glmcc\Desktop\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>1</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<PublishWizardCompleted>true</PublishWizardCompleted>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<PlatformTarget>x64</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
@@ -21,6 +38,7 @@
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
@@ -30,48 +48,112 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
<TargetZone>LocalIntranet</TargetZone>
</PropertyGroup>
<PropertyGroup>
<GenerateManifests>true</GenerateManifests>
</PropertyGroup>
<PropertyGroup>
<ApplicationManifest>Properties\app.manifest</ApplicationManifest>
</PropertyGroup>
<PropertyGroup>
<StartupObject>AdvertsingProfitControl.Program</StartupObject>
</PropertyGroup>
<PropertyGroup>
<ManifestCertificateThumbprint>43F3577995641EA2A08A4951340360E3396F8F04</ManifestCertificateThumbprint>
</PropertyGroup>
<PropertyGroup>
<ManifestKeyFile>AdvertsingProfitControl_TemporaryKey.pfx</ManifestKeyFile>
</PropertyGroup>
<PropertyGroup>
<SignManifests>true</SignManifests>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>false</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>AdvertsingProfitControl_TemporaryKey.pfx</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>Stretched Logo Collection.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Configuration" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Drawing" />
<Reference Include="System.Transactions" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="AddRecord.cs" />
<Compile Include="apcDatabase.cs">
<DependentUpon>apcDatabase.xsd</DependentUpon>
<SubType>Component</SubType>
</Compile>
<Compile Include="apcDatabase.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>apcDatabase.xsd</DependentUpon>
</Compile>
<Compile Include="DatabaseTracker.cs" />
<Compile Include="DatabaseWriter.cs" />
<Compile Include="ExecuteCommand.cs" />
<Compile Include="frmAddRecord.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmAddRecord.Designer.cs">
<DependentUpon>frmAddRecord.cs</DependentUpon>
</Compile>
<Compile Include="frmAdSpecialRegister.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmAdSpecialRegister.Designer.cs">
<DependentUpon>frmAdSpecialRegister.cs</DependentUpon>
</Compile>
<Compile Include="frmDeleteRecord.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmDeleteRecord.Designer.cs">
<DependentUpon>frmDeleteRecord.cs</DependentUpon>
</Compile>
<Compile Include="frmMain.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmMain.Designer.cs">
<DependentUpon>frmMain.cs</DependentUpon>
</Compile>
<Compile Include="frmShrink.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmShrink.Designer.cs">
<DependentUpon>frmShrink.cs</DependentUpon>
</Compile>
<Compile Include="GlobalClasses.cs" />
<Compile Include="LogConsole.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="LogConsole.Designer.cs">
<DependentUpon>LogConsole.cs</DependentUpon>
</Compile>
<Compile Include="RowParsing.cs" />
<Compile Include="HMergedCell.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="RetrieveTables.cs" />
<Compile Include="WriteToDatabase.cs" />
<Compile Include="RetrieveFromDatabase.cs" />
<EmbeddedResource Include="frmAddRecord.resx">
<DependentUpon>frmAddRecord.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmAdSpecialRegister.resx">
<DependentUpon>frmAdSpecialRegister.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmDeleteRecord.resx">
<DependentUpon>frmDeleteRecord.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmMain.resx">
<DependentUpon>frmMain.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="frmShrink.resx">
<DependentUpon>frmShrink.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="LogConsole.resx">
<DependentUpon>LogConsole.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
@@ -80,19 +162,11 @@
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
<None Include="apcDatabase.xsc">
<DependentUpon>apcDatabase.xsd</DependentUpon>
</None>
<None Include="apcDatabase.xsd">
<Generator>MSDataSetGenerator</Generator>
<LastGenOutput>apcDatabase.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</None>
<None Include="apcDatabase.xss">
<DependentUpon>apcDatabase.xsd</DependentUpon>
</None>
<None Include="AdvertsingProfitControl_TemporaryKey.pfx" />
<None Include="app.config" />
<None Include="Properties\app.manifest" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
@@ -104,9 +178,24 @@
</Compile>
</ItemGroup>
<ItemGroup>
<Content Include="apcDatabase.accdb">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<BootstrapperPackage Include=".NETFramework,Version=v4.5">
<Visible>False</Visible>
<ProductName>Microsoft .NET Framework 4.5 %28x86 and x64%29</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>false</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<Content Include="Stretched Logo Collection.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.