Skip to content

Commit b20b48e

Browse files
committed
Fixed Faster/Slower buttons (they set fixed faster/slower values btw, maybe need to change to increment/decrement by a step the rate [from 0 to max])
1 parent 2523d33 commit b20b48e

File tree

975 files changed

+57376
-248
lines changed

Some content is hidden

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

975 files changed

+57376
-248
lines changed
2.46 MB
Binary file not shown.

LvS installer/Release/setup.exe

426 KB
Binary file not shown.

LvS.net.sln.docstates.suo

0 Bytes
Binary file not shown.

LvS.net.suo

0 Bytes
Binary file not shown.

LvS/LvS.vbproj

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@
4646
<CreateWebPageOnPublish>true</CreateWebPageOnPublish>
4747
<WebPage>publish.htm</WebPage>
4848
<OpenBrowserOnPublish>false</OpenBrowserOnPublish>
49-
<AutorunEnabled>true</AutorunEnabled>
50-
<ApplicationRevision>5</ApplicationRevision>
49+
<ApplicationRevision>9</ApplicationRevision>
5150
<ApplicationVersion>2.5.4.%2a</ApplicationVersion>
5251
<UseApplicationTrust>true</UseApplicationTrust>
5352
<CreateDesktopShortcut>true</CreateDesktopShortcut>
@@ -74,16 +73,16 @@
7473
<OutputPath>bin\Release\</OutputPath>
7574
<DocumentationFile>LvS.xml</DocumentationFile>
7675
<NoWarn>42353,42354,42355</NoWarn>
77-
<RunCodeAnalysis>true</RunCodeAnalysis>
76+
<RunCodeAnalysis>false</RunCodeAnalysis>
7877
<WarningsAsErrors>41998,41999,42004,42016,42017,42018,42019,42020,42021,42022,42026,42030,42032,42036,42104,42105,42106,42107,42108,42109</WarningsAsErrors>
7978
<CodeAnalysisRuleSet>CodeAnalysis.ruleset</CodeAnalysisRuleSet>
8079
<PlatformTarget>x86</PlatformTarget>
8180
</PropertyGroup>
8281
<PropertyGroup>
83-
<ManifestCertificateThumbprint>14EF77823AFB297BC561E4B0962670B536B9C3FB</ManifestCertificateThumbprint>
82+
<ManifestCertificateThumbprint>C699C1AEEBF20EDB88EB06FDA59284D784220299</ManifestCertificateThumbprint>
8483
</PropertyGroup>
8584
<PropertyGroup>
86-
<ManifestKeyFile>LvS_1_TemporaryKey.pfx</ManifestKeyFile>
85+
<ManifestKeyFile>LvS_TemporaryKey.pfx</ManifestKeyFile>
8786
</PropertyGroup>
8887
<PropertyGroup>
8988
<SignManifests>true</SignManifests>
@@ -92,7 +91,8 @@
9291
<SignAssembly>false</SignAssembly>
9392
</PropertyGroup>
9493
<PropertyGroup>
95-
<AssemblyOriginatorKeyFile>LvS_1_TemporaryKey.pfx</AssemblyOriginatorKeyFile>
94+
<AssemblyOriginatorKeyFile>
95+
</AssemblyOriginatorKeyFile>
9696
</PropertyGroup>
9797
<ItemGroup>
9898
<Reference Include="BC.Controls.TimeSlider, Version=1.0.2636.1597, Culture=neutral, processorArchitecture=MSIL">
@@ -528,7 +528,7 @@
528528
</ItemGroup>
529529
<ItemGroup>
530530
<BaseApplicationManifest Include="My Project\app.manifest" />
531-
<None Include="LvS_1_TemporaryKey.pfx" />
531+
<None Include="LvS_TemporaryKey.pfx" />
532532
<None Include="My Project\Application.myapp">
533533
<Generator>MyApplicationCodeGenerator</Generator>
534534
<LastGenOutput>Application.Designer.vb</LastGenOutput>
@@ -1080,6 +1080,20 @@
10801080
<None Include="Resources\page_video.gif" />
10811081
<None Include="Resources\note.gif" />
10821082
</ItemGroup>
1083+
<ItemGroup>
1084+
<FileAssociation Include=".activity">
1085+
<Visible>False</Visible>
1086+
<Description>LvS activity folder</Description>
1087+
<Progid>LvS.Activity.Folder</Progid>
1088+
<DefaultIcon>Resources\Filmroll.ICO</DefaultIcon>
1089+
</FileAssociation>
1090+
<FileAssociation Include=".LvS">
1091+
<Visible>False</Visible>
1092+
<Description>LvS packed activity</Description>
1093+
<Progid>LvS.Activity.Packed</Progid>
1094+
<DefaultIcon>Resources\Filmroll.ICO</DefaultIcon>
1095+
</FileAssociation>
1096+
</ItemGroup>
10831097
<ItemGroup>
10841098
<COMReference Include="AxWMPLib">
10851099
<Guid>{6BF52A50-394A-11D3-B153-00C04F79FAA6}</Guid>
@@ -1096,22 +1110,9 @@
10961110
<Lcid>0</Lcid>
10971111
<WrapperTool>tlbimp</WrapperTool>
10981112
<Isolated>False</Isolated>
1113+
<EmbedInteropTypes>True</EmbedInteropTypes>
10991114
</COMReference>
11001115
</ItemGroup>
1101-
<ItemGroup>
1102-
<FileAssociation Include=".activity">
1103-
<Visible>False</Visible>
1104-
<Description>LvS activity folder</Description>
1105-
<Progid>LvS.Activity.Folder</Progid>
1106-
<DefaultIcon>Resources\Filmroll.ICO</DefaultIcon>
1107-
</FileAssociation>
1108-
<FileAssociation Include=".LvS">
1109-
<Visible>False</Visible>
1110-
<Description>LvS packed activity</Description>
1111-
<Progid>LvS.Activity.Packed</Progid>
1112-
<DefaultIcon>Resources\Filmroll.ICO</DefaultIcon>
1113-
</FileAssociation>
1114-
</ItemGroup>
11151116
<Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
11161117
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
11171118
Other similar extension points exist, see Microsoft.Common.targets.

LvS/LvS_TemporaryKey.pfx

1.68 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)