Skip to content

Commit 465a2e2

Browse files
committed
v1.1.0
1 parent 4b39896 commit 465a2e2

File tree

83 files changed

+10969
-141
lines changed

Some content is hidden

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

83 files changed

+10969
-141
lines changed

.vs/quick-screen-recorder/v16/.suo

-23 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
541 KB
Binary file not shown.

QuickScreenRecorder-Setup/QuickScreenRecorder-Setup.vdproj

+930
Large diffs are not rendered by default.
Binary file not shown.
541 KB
Binary file not shown.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@
2727
<p align="center">
2828
<a href="https://github.com/ModuleArt/quick-picture-viewer/">Quick Picture Viewer</a> - Lightweight, versatile desktop photo viewer for Windows<br>
2929
<a href="https://github.com/ModuleArt/quick-color-picker/">Quick Color Picker</a> - Lightweight desktop color picker and color editor utility for Windows
30-
</p>
30+
</p>

quick-screen-recorder.sln

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ VisualStudioVersion = 16.0.29806.167
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "quick-screen-recorder", "quick-screen-recorder\quick-screen-recorder.csproj", "{739D3A11-1F74-40EF-8CA8-3789066D7E58}"
77
EndProject
8+
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "QuickScreenRecorder-Setup", "QuickScreenRecorder-Setup\QuickScreenRecorder-Setup.vdproj", "{14ECE460-6D08-4B38-861F-5A86D2155C3D}"
9+
EndProject
810
Global
911
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1012
Debug|Any CPU = Debug|Any CPU
@@ -15,6 +17,8 @@ Global
1517
{739D3A11-1F74-40EF-8CA8-3789066D7E58}.Debug|Any CPU.Build.0 = Debug|Any CPU
1618
{739D3A11-1F74-40EF-8CA8-3789066D7E58}.Release|Any CPU.ActiveCfg = Release|Any CPU
1719
{739D3A11-1F74-40EF-8CA8-3789066D7E58}.Release|Any CPU.Build.0 = Release|Any CPU
20+
{14ECE460-6D08-4B38-861F-5A86D2155C3D}.Debug|Any CPU.ActiveCfg = Debug
21+
{14ECE460-6D08-4B38-861F-5A86D2155C3D}.Release|Any CPU.ActiveCfg = Release
1822
EndGlobalSection
1923
GlobalSection(SolutionProperties) = preSolution
2024
HideSolutionNode = FALSE

quick-screen-recorder/App.config

+12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<configuration>
3+
<configSections>
4+
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
5+
<section name="quick_screen_recorder.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
6+
</sectionGroup>
7+
</configSections>
38
<startup>
49
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
510
</startup>
11+
<userSettings>
12+
<quick_screen_recorder.Properties.Settings>
13+
<setting name="Theme" serializeAs="String">
14+
<value>0</value>
15+
</setting>
16+
</quick_screen_recorder.Properties.Settings>
17+
</userSettings>
618
</configuration>

quick-screen-recorder/MainForm.Designer.cs

+100-47
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)