Skip to content

Commit 0c0f22c

Browse files
authored
Add files via upload
1 parent 1a13bba commit 0c0f22c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+10405
-0
lines changed

CBAnalyzer/Backup/CBAnsDes.sln

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 10.00
3+
# Visual Basic Express 2008
4+
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "CBAnsDes", "CBAnsDes\CBAnsDes.vbproj", "{D3EB070D-E715-4618-889F-8B4F971FFC4D}"
5+
EndProject
6+
Global
7+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
8+
Debug|Any CPU = Debug|Any CPU
9+
Release|Any CPU = Release|Any CPU
10+
EndGlobalSection
11+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
12+
{D3EB070D-E715-4618-889F-8B4F971FFC4D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
13+
{D3EB070D-E715-4618-889F-8B4F971FFC4D}.Debug|Any CPU.Build.0 = Debug|Any CPU
14+
{D3EB070D-E715-4618-889F-8B4F971FFC4D}.Release|Any CPU.ActiveCfg = Release|Any CPU
15+
{D3EB070D-E715-4618-889F-8B4F971FFC4D}.Release|Any CPU.Build.0 = Release|Any CPU
16+
EndGlobalSection
17+
GlobalSection(SolutionProperties) = preSolution
18+
HideSolutionNode = FALSE
19+
EndGlobalSection
20+
EndGlobal
Lines changed: 262 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,262 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup>
4+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5+
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6+
<ProductVersion>9.0.21022</ProductVersion>
7+
<SchemaVersion>2.0</SchemaVersion>
8+
<ProjectGuid>{D3EB070D-E715-4618-889F-8B4F971FFC4D}</ProjectGuid>
9+
<OutputType>WinExe</OutputType>
10+
<StartupObject>CBAnsDes.My.MyApplication</StartupObject>
11+
<RootNamespace>CBAnsDes</RootNamespace>
12+
<AssemblyName>CBAnsDes</AssemblyName>
13+
<FileAlignment>512</FileAlignment>
14+
<MyType>WindowsForms</MyType>
15+
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
16+
<OptionExplicit>On</OptionExplicit>
17+
<OptionCompare>Binary</OptionCompare>
18+
<OptionStrict>Off</OptionStrict>
19+
<OptionInfer>On</OptionInfer>
20+
<IsWebBootstrapper>false</IsWebBootstrapper>
21+
<ApplicationManifest>My Project\app.manifest</ApplicationManifest>
22+
<ManifestCertificateThumbprint>C19F05FED5FDBA8EB1176A0CC2655CAA3DF6F7CF</ManifestCertificateThumbprint>
23+
<ManifestKeyFile>CBAnsDes_TemporaryKey.pfx</ManifestKeyFile>
24+
<GenerateManifests>true</GenerateManifests>
25+
<TargetZone>LocalIntranet</TargetZone>
26+
<SignManifests>true</SignManifests>
27+
<PublishUrl>publish\</PublishUrl>
28+
<Install>true</Install>
29+
<InstallFrom>Disk</InstallFrom>
30+
<UpdateEnabled>false</UpdateEnabled>
31+
<UpdateMode>Foreground</UpdateMode>
32+
<UpdateInterval>7</UpdateInterval>
33+
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
34+
<UpdatePeriodically>false</UpdatePeriodically>
35+
<UpdateRequired>false</UpdateRequired>
36+
<MapFileExtensions>true</MapFileExtensions>
37+
<SupportUrl>https://sites.google.com/site/samsoninfinite/home/beam-analyzer</SupportUrl>
38+
<ProductName>Continuous Beam Analyzer</ProductName>
39+
<PublisherName>Samson Mano</PublisherName>
40+
<WebPage>www.innx-finite.com</WebPage>
41+
<OpenBrowserOnPublish>false</OpenBrowserOnPublish>
42+
<ApplicationRevision>1</ApplicationRevision>
43+
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
44+
<UseApplicationTrust>false</UseApplicationTrust>
45+
<BootstrapperEnabled>true</BootstrapperEnabled>
46+
</PropertyGroup>
47+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
48+
<DebugSymbols>true</DebugSymbols>
49+
<DebugType>full</DebugType>
50+
<DefineDebug>true</DefineDebug>
51+
<DefineTrace>true</DefineTrace>
52+
<OutputPath>bin\Debug\</OutputPath>
53+
<DocumentationFile>CBAnsDes.xml</DocumentationFile>
54+
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
55+
</PropertyGroup>
56+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
57+
<DebugType>pdbonly</DebugType>
58+
<DefineDebug>false</DefineDebug>
59+
<DefineTrace>true</DefineTrace>
60+
<Optimize>true</Optimize>
61+
<OutputPath>bin\Release\</OutputPath>
62+
<DocumentationFile>CBAnsDes.xml</DocumentationFile>
63+
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
64+
</PropertyGroup>
65+
<ItemGroup>
66+
<Reference Include="System" />
67+
<Reference Include="System.Drawing" />
68+
<Reference Include="System.Windows.Forms" />
69+
</ItemGroup>
70+
<ItemGroup>
71+
<Import Include="Microsoft.VisualBasic" />
72+
<Import Include="System" />
73+
<Import Include="System.Collections" />
74+
<Import Include="System.Collections.Generic" />
75+
<Import Include="System.Drawing" />
76+
<Import Include="System.Diagnostics" />
77+
<Import Include="System.Windows.Forms" />
78+
</ItemGroup>
79+
<ItemGroup>
80+
<Compile Include="Child Windows\beamcreate.Designer.vb">
81+
<DependentUpon>beamcreate.vb</DependentUpon>
82+
</Compile>
83+
<Compile Include="Child Windows\beamcreate.vb">
84+
<SubType>Form</SubType>
85+
</Compile>
86+
<Compile Include="Classes\Member.vb" />
87+
<Compile Include="Dialog Windows\addmember.Designer.vb">
88+
<DependentUpon>addmember.vb</DependentUpon>
89+
</Compile>
90+
<Compile Include="Dialog Windows\addmember.vb">
91+
<SubType>Form</SubType>
92+
</Compile>
93+
<Compile Include="Dialog Windows\Endseditor.Designer.vb">
94+
<DependentUpon>Endseditor.vb</DependentUpon>
95+
</Compile>
96+
<Compile Include="Dialog Windows\Endseditor.vb">
97+
<SubType>Form</SubType>
98+
</Compile>
99+
<Compile Include="Dialog Windows\GeneralInstruction.Designer.vb">
100+
<DependentUpon>GeneralInstruction.vb</DependentUpon>
101+
</Compile>
102+
<Compile Include="Dialog Windows\GeneralInstruction.vb">
103+
<SubType>Form</SubType>
104+
</Compile>
105+
<Compile Include="Dialog Windows\LoadWindow.Designer.vb">
106+
<DependentUpon>LoadWindow.vb</DependentUpon>
107+
</Compile>
108+
<Compile Include="Dialog Windows\LoadWindow.vb">
109+
<SubType>Form</SubType>
110+
</Compile>
111+
<Compile Include="Dialog Windows\memDetails.Designer.vb">
112+
<DependentUpon>memDetails.vb</DependentUpon>
113+
</Compile>
114+
<Compile Include="Dialog Windows\memDetails.vb">
115+
<SubType>Form</SubType>
116+
</Compile>
117+
<Compile Include="Dialog Windows\Newapp.Designer.vb">
118+
<DependentUpon>Newapp.vb</DependentUpon>
119+
</Compile>
120+
<Compile Include="Dialog Windows\Newapp.vb">
121+
<SubType>Form</SubType>
122+
</Compile>
123+
<Compile Include="Modules\FEAnalyzer.vb" />
124+
<Compile Include="Product Info\Aboutus.Designer.vb">
125+
<DependentUpon>Aboutus.vb</DependentUpon>
126+
</Compile>
127+
<Compile Include="Product Info\Aboutus.vb">
128+
<SubType>Form</SubType>
129+
</Compile>
130+
<Compile Include="Product Info\logo.Designer.vb">
131+
<DependentUpon>logo.vb</DependentUpon>
132+
</Compile>
133+
<Compile Include="Product Info\logo.vb">
134+
<SubType>Form</SubType>
135+
</Compile>
136+
<Compile Include="MDIMain.Designer.vb">
137+
<DependentUpon>MDIMain.vb</DependentUpon>
138+
</Compile>
139+
<Compile Include="MDIMain.vb">
140+
<SubType>Form</SubType>
141+
</Compile>
142+
<Compile Include="Modules\Indexes.vb" />
143+
<Compile Include="Modules\SizeController.vb" />
144+
<Compile Include="My Project\AssemblyInfo.vb" />
145+
<Compile Include="My Project\Application.Designer.vb">
146+
<AutoGen>True</AutoGen>
147+
<DependentUpon>Application.myapp</DependentUpon>
148+
</Compile>
149+
<Compile Include="My Project\Resources.Designer.vb">
150+
<AutoGen>True</AutoGen>
151+
<DesignTime>True</DesignTime>
152+
<DependentUpon>Resources.resx</DependentUpon>
153+
</Compile>
154+
<Compile Include="My Project\Settings.Designer.vb">
155+
<AutoGen>True</AutoGen>
156+
<DependentUpon>Settings.settings</DependentUpon>
157+
<DesignTimeSharedInput>True</DesignTimeSharedInput>
158+
</Compile>
159+
</ItemGroup>
160+
<ItemGroup>
161+
<EmbeddedResource Include="Child Windows\beamcreate.resx">
162+
<DependentUpon>beamcreate.vb</DependentUpon>
163+
<SubType>Designer</SubType>
164+
</EmbeddedResource>
165+
<EmbeddedResource Include="Dialog Windows\addmember.resx">
166+
<DependentUpon>addmember.vb</DependentUpon>
167+
<SubType>Designer</SubType>
168+
</EmbeddedResource>
169+
<EmbeddedResource Include="Dialog Windows\Endseditor.resx">
170+
<DependentUpon>Endseditor.vb</DependentUpon>
171+
<SubType>Designer</SubType>
172+
</EmbeddedResource>
173+
<EmbeddedResource Include="Dialog Windows\GeneralInstruction.resx">
174+
<DependentUpon>GeneralInstruction.vb</DependentUpon>
175+
<SubType>Designer</SubType>
176+
</EmbeddedResource>
177+
<EmbeddedResource Include="Dialog Windows\LoadWindow.resx">
178+
<DependentUpon>LoadWindow.vb</DependentUpon>
179+
<SubType>Designer</SubType>
180+
</EmbeddedResource>
181+
<EmbeddedResource Include="Dialog Windows\memDetails.resx">
182+
<DependentUpon>memDetails.vb</DependentUpon>
183+
<SubType>Designer</SubType>
184+
</EmbeddedResource>
185+
<EmbeddedResource Include="Dialog Windows\Newapp.resx">
186+
<DependentUpon>Newapp.vb</DependentUpon>
187+
<SubType>Designer</SubType>
188+
</EmbeddedResource>
189+
<EmbeddedResource Include="Product Info\Aboutus.resx">
190+
<DependentUpon>Aboutus.vb</DependentUpon>
191+
<SubType>Designer</SubType>
192+
</EmbeddedResource>
193+
<EmbeddedResource Include="Product Info\logo.resx">
194+
<DependentUpon>logo.vb</DependentUpon>
195+
<SubType>Designer</SubType>
196+
</EmbeddedResource>
197+
<EmbeddedResource Include="MDIMain.resx">
198+
<DependentUpon>MDIMain.vb</DependentUpon>
199+
<SubType>Designer</SubType>
200+
</EmbeddedResource>
201+
<EmbeddedResource Include="My Project\Resources.resx">
202+
<Generator>VbMyResourcesResXFileCodeGenerator</Generator>
203+
<LastGenOutput>Resources.Designer.vb</LastGenOutput>
204+
<CustomToolNamespace>My.Resources</CustomToolNamespace>
205+
<SubType>Designer</SubType>
206+
</EmbeddedResource>
207+
</ItemGroup>
208+
<ItemGroup>
209+
<None Include="My Project\app.manifest" />
210+
<None Include="My Project\Application.myapp">
211+
<Generator>MyApplicationCodeGenerator</Generator>
212+
<LastGenOutput>Application.Designer.vb</LastGenOutput>
213+
</None>
214+
<None Include="My Project\Settings.settings">
215+
<Generator>SettingsSingleFileGenerator</Generator>
216+
<CustomToolNamespace>My</CustomToolNamespace>
217+
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
218+
</None>
219+
</ItemGroup>
220+
<ItemGroup>
221+
<BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
222+
<Visible>False</Visible>
223+
<ProductName>.NET Framework 2.0 %28x86%29</ProductName>
224+
<Install>true</Install>
225+
</BootstrapperPackage>
226+
<BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
227+
<Visible>False</Visible>
228+
<ProductName>.NET Framework 3.0 %28x86%29</ProductName>
229+
<Install>false</Install>
230+
</BootstrapperPackage>
231+
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
232+
<Visible>False</Visible>
233+
<ProductName>.NET Framework 3.5</ProductName>
234+
<Install>false</Install>
235+
</BootstrapperPackage>
236+
</ItemGroup>
237+
<ItemGroup>
238+
<None Include="CBAnsDes_TemporaryKey.pfx" />
239+
<None Include="Resources\bend.png" />
240+
<None Include="Resources\bm.png" />
241+
<None Include="Resources\deletemember.png" />
242+
<None Include="Resources\editends.png" />
243+
<None Include="Resources\editmember.png" />
244+
<None Include="Resources\Logo.jpg" />
245+
<None Include="Resources\modifyload.png" />
246+
<None Include="Resources\removeload.png" />
247+
<None Include="Resources\removeloads.png" />
248+
<None Include="Resources\shear.png" />
249+
<None Include="Resources\addload.png" />
250+
<None Include="Resources\addmember.png" />
251+
<None Include="Resources\Slope.png" />
252+
<Content Include="Text Files\Reference.txt" />
253+
</ItemGroup>
254+
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
255+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
256+
Other similar extension points exist, see Microsoft.Common.targets.
257+
<Target Name="BeforeBuild">
258+
</Target>
259+
<Target Name="AfterBuild">
260+
</Target>
261+
-->
262+
</Project>
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<PropertyGroup>
3+
<PublishUrlHistory>publish\</PublishUrlHistory>
4+
<InstallUrlHistory>
5+
</InstallUrlHistory>
6+
<SupportUrlHistory>
7+
</SupportUrlHistory>
8+
<UpdateUrlHistory>
9+
</UpdateUrlHistory>
10+
<BootstrapperUrlHistory>
11+
</BootstrapperUrlHistory>
12+
<FallbackCulture>en-US</FallbackCulture>
13+
<VerifyUploadedFiles>false</VerifyUploadedFiles>
14+
</PropertyGroup>
15+
</Project>
Binary file not shown.

0 commit comments

Comments
 (0)