Skip to content

Commit 574648b

Browse files
First Release
1 parent ec4bfec commit 574648b

21 files changed

+3553
-0
lines changed

Preview/1.png

12.8 KB
Loading

Preview/2.png

53.3 KB
Loading

Preview/3.png

5.87 KB
Loading

SharpShell Easy Log.sln

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 15
4+
VisualStudioVersion = 15.0.28010.2050
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "SharpShell Easy Log", "SharpShell Easy Log\SharpShell Easy Log.vbproj", "{6BCE81E3-9370-4DED-B0A9-6F870573CBF8}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|Any CPU = Debug|Any CPU
11+
Release|Any CPU = Release|Any CPU
12+
EndGlobalSection
13+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14+
{6BCE81E3-9370-4DED-B0A9-6F870573CBF8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{6BCE81E3-9370-4DED-B0A9-6F870573CBF8}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{6BCE81E3-9370-4DED-B0A9-6F870573CBF8}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{6BCE81E3-9370-4DED-B0A9-6F870573CBF8}.Release|Any CPU.Build.0 = Release|Any CPU
18+
EndGlobalSection
19+
GlobalSection(SolutionProperties) = preSolution
20+
HideSolutionNode = FALSE
21+
EndGlobalSection
22+
GlobalSection(ExtensibilityGlobals) = postSolution
23+
SolutionGuid = {A0EA0439-DF1E-4EAC-B866-6DF8173DCE0C}
24+
EndGlobalSection
25+
EndGlobal

SharpShell Easy Log/App.config

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<configSections>
4+
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
5+
<section name="My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false"/>
6+
</sectionGroup>
7+
</configSections>
8+
<startup>
9+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6"/>
10+
</startup>
11+
<userSettings>
12+
<My.MySettings>
13+
<setting name="LogFilePath" serializeAs="String">
14+
<value/>
15+
</setting>
16+
<setting name="LoggingIndex" serializeAs="String">
17+
<value>0</value>
18+
</setting>
19+
<setting name="ModeIndex" serializeAs="String">
20+
<value>1</value>
21+
</setting>
22+
</My.MySettings>
23+
</userSettings>
24+
</configuration>

SharpShell Easy Log/FormMain.Designer.vb

Lines changed: 412 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

SharpShell Easy Log/FormMain.resx

Lines changed: 1970 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)