Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Samson-Mano authored Dec 8, 2021
1 parent 48cf8c8 commit 2f72e3e
Show file tree
Hide file tree
Showing 69 changed files with 10,405 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Backup/CBAnsDes.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Basic Express 2008
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "CBAnsDes", "CBAnsDes\CBAnsDes.vbproj", "{D3EB070D-E715-4618-889F-8B4F971FFC4D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D3EB070D-E715-4618-889F-8B4F971FFC4D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D3EB070D-E715-4618-889F-8B4F971FFC4D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D3EB070D-E715-4618-889F-8B4F971FFC4D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D3EB070D-E715-4618-889F-8B4F971FFC4D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
262 changes: 262 additions & 0 deletions Backup/CBAnsDes/CBAnsDes.vbproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,262 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.21022</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{D3EB070D-E715-4618-889F-8B4F971FFC4D}</ProjectGuid>
<OutputType>WinExe</OutputType>
<StartupObject>CBAnsDes.My.MyApplication</StartupObject>
<RootNamespace>CBAnsDes</RootNamespace>
<AssemblyName>CBAnsDes</AssemblyName>
<FileAlignment>512</FileAlignment>
<MyType>WindowsForms</MyType>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
<OptionExplicit>On</OptionExplicit>
<OptionCompare>Binary</OptionCompare>
<OptionStrict>Off</OptionStrict>
<OptionInfer>On</OptionInfer>
<IsWebBootstrapper>false</IsWebBootstrapper>
<ApplicationManifest>My Project\app.manifest</ApplicationManifest>
<ManifestCertificateThumbprint>C19F05FED5FDBA8EB1176A0CC2655CAA3DF6F7CF</ManifestCertificateThumbprint>
<ManifestKeyFile>CBAnsDes_TemporaryKey.pfx</ManifestKeyFile>
<GenerateManifests>true</GenerateManifests>
<TargetZone>LocalIntranet</TargetZone>
<SignManifests>true</SignManifests>
<PublishUrl>publish\</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>
<SupportUrl>https://sites.google.com/site/samsoninfinite/home/beam-analyzer</SupportUrl>
<ProductName>Continuous Beam Analyzer</ProductName>
<PublisherName>Samson Mano</PublisherName>
<WebPage>www.innx-finite.com</WebPage>
<OpenBrowserOnPublish>false</OpenBrowserOnPublish>
<ApplicationRevision>1</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<DefineDebug>true</DefineDebug>
<DefineTrace>true</DefineTrace>
<OutputPath>bin\Debug\</OutputPath>
<DocumentationFile>CBAnsDes.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<DefineDebug>false</DefineDebug>
<DefineTrace>true</DefineTrace>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DocumentationFile>CBAnsDes.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
</ItemGroup>
<ItemGroup>
<Import Include="Microsoft.VisualBasic" />
<Import Include="System" />
<Import Include="System.Collections" />
<Import Include="System.Collections.Generic" />
<Import Include="System.Drawing" />
<Import Include="System.Diagnostics" />
<Import Include="System.Windows.Forms" />
</ItemGroup>
<ItemGroup>
<Compile Include="Child Windows\beamcreate.Designer.vb">
<DependentUpon>beamcreate.vb</DependentUpon>
</Compile>
<Compile Include="Child Windows\beamcreate.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="Classes\Member.vb" />
<Compile Include="Dialog Windows\addmember.Designer.vb">
<DependentUpon>addmember.vb</DependentUpon>
</Compile>
<Compile Include="Dialog Windows\addmember.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialog Windows\Endseditor.Designer.vb">
<DependentUpon>Endseditor.vb</DependentUpon>
</Compile>
<Compile Include="Dialog Windows\Endseditor.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialog Windows\GeneralInstruction.Designer.vb">
<DependentUpon>GeneralInstruction.vb</DependentUpon>
</Compile>
<Compile Include="Dialog Windows\GeneralInstruction.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialog Windows\LoadWindow.Designer.vb">
<DependentUpon>LoadWindow.vb</DependentUpon>
</Compile>
<Compile Include="Dialog Windows\LoadWindow.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialog Windows\memDetails.Designer.vb">
<DependentUpon>memDetails.vb</DependentUpon>
</Compile>
<Compile Include="Dialog Windows\memDetails.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialog Windows\Newapp.Designer.vb">
<DependentUpon>Newapp.vb</DependentUpon>
</Compile>
<Compile Include="Dialog Windows\Newapp.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="Modules\FEAnalyzer.vb" />
<Compile Include="Product Info\Aboutus.Designer.vb">
<DependentUpon>Aboutus.vb</DependentUpon>
</Compile>
<Compile Include="Product Info\Aboutus.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="Product Info\logo.Designer.vb">
<DependentUpon>logo.vb</DependentUpon>
</Compile>
<Compile Include="Product Info\logo.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="MDIMain.Designer.vb">
<DependentUpon>MDIMain.vb</DependentUpon>
</Compile>
<Compile Include="MDIMain.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="Modules\Indexes.vb" />
<Compile Include="Modules\SizeController.vb" />
<Compile Include="My Project\AssemblyInfo.vb" />
<Compile Include="My Project\Application.Designer.vb">
<AutoGen>True</AutoGen>
<DependentUpon>Application.myapp</DependentUpon>
</Compile>
<Compile Include="My Project\Resources.Designer.vb">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="My Project\Settings.Designer.vb">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Child Windows\beamcreate.resx">
<DependentUpon>beamcreate.vb</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Dialog Windows\addmember.resx">
<DependentUpon>addmember.vb</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Dialog Windows\Endseditor.resx">
<DependentUpon>Endseditor.vb</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Dialog Windows\GeneralInstruction.resx">
<DependentUpon>GeneralInstruction.vb</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Dialog Windows\LoadWindow.resx">
<DependentUpon>LoadWindow.vb</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Dialog Windows\memDetails.resx">
<DependentUpon>memDetails.vb</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Dialog Windows\Newapp.resx">
<DependentUpon>Newapp.vb</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Product Info\Aboutus.resx">
<DependentUpon>Aboutus.vb</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Product Info\logo.resx">
<DependentUpon>logo.vb</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="MDIMain.resx">
<DependentUpon>MDIMain.vb</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="My Project\Resources.resx">
<Generator>VbMyResourcesResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.vb</LastGenOutput>
<CustomToolNamespace>My.Resources</CustomToolNamespace>
<SubType>Designer</SubType>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="My Project\app.manifest" />
<None Include="My Project\Application.myapp">
<Generator>MyApplicationCodeGenerator</Generator>
<LastGenOutput>Application.Designer.vb</LastGenOutput>
</None>
<None Include="My Project\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<CustomToolNamespace>My</CustomToolNamespace>
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
</None>
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
<Visible>False</Visible>
<ProductName>.NET Framework 2.0 %28x86%29</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
<Visible>False</Visible>
<ProductName>.NET Framework 3.0 %28x86%29</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5</ProductName>
<Install>false</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<None Include="CBAnsDes_TemporaryKey.pfx" />
<None Include="Resources\bend.png" />
<None Include="Resources\bm.png" />
<None Include="Resources\deletemember.png" />
<None Include="Resources\editends.png" />
<None Include="Resources\editmember.png" />
<None Include="Resources\Logo.jpg" />
<None Include="Resources\modifyload.png" />
<None Include="Resources\removeload.png" />
<None Include="Resources\removeloads.png" />
<None Include="Resources\shear.png" />
<None Include="Resources\addload.png" />
<None Include="Resources\addmember.png" />
<None Include="Resources\Slope.png" />
<Content Include="Text Files\Reference.txt" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
15 changes: 15 additions & 0 deletions Backup/CBAnsDes/CBAnsDes.vbproj.user
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<PublishUrlHistory>publish\</PublishUrlHistory>
<InstallUrlHistory>
</InstallUrlHistory>
<SupportUrlHistory>
</SupportUrlHistory>
<UpdateUrlHistory>
</UpdateUrlHistory>
<BootstrapperUrlHistory>
</BootstrapperUrlHistory>
<FallbackCulture>en-US</FallbackCulture>
<VerifyUploadedFiles>false</VerifyUploadedFiles>
</PropertyGroup>
</Project>
Binary file added Backup/CBAnsDes/CBAnsDes_TemporaryKey.pfx
Binary file not shown.
Loading

0 comments on commit 2f72e3e

Please sign in to comment.