Skip to content

Commit

Permalink
Add project files.
Browse files Browse the repository at this point in the history
  • Loading branch information
sashithacj committed Mar 14, 2021
1 parent 8456c8c commit 9f5f45c
Show file tree
Hide file tree
Showing 15 changed files with 1,039 additions and 0 deletions.
37 changes: 37 additions & 0 deletions ScreenRecorderBySashitha.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30413.136
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ScreenRecorderBySashitha", "ScreenRecorderBySashitha\ScreenRecorderBySashitha.csproj", "{C2A64A68-363C-4204-A3F3-94A360703128}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C2A64A68-363C-4204-A3F3-94A360703128}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C2A64A68-363C-4204-A3F3-94A360703128}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C2A64A68-363C-4204-A3F3-94A360703128}.Debug|x64.ActiveCfg = Debug|x64
{C2A64A68-363C-4204-A3F3-94A360703128}.Debug|x64.Build.0 = Debug|x64
{C2A64A68-363C-4204-A3F3-94A360703128}.Debug|x86.ActiveCfg = Debug|x86
{C2A64A68-363C-4204-A3F3-94A360703128}.Debug|x86.Build.0 = Debug|x86
{C2A64A68-363C-4204-A3F3-94A360703128}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C2A64A68-363C-4204-A3F3-94A360703128}.Release|Any CPU.Build.0 = Release|Any CPU
{C2A64A68-363C-4204-A3F3-94A360703128}.Release|x64.ActiveCfg = Release|x64
{C2A64A68-363C-4204-A3F3-94A360703128}.Release|x64.Build.0 = Release|x64
{C2A64A68-363C-4204-A3F3-94A360703128}.Release|x86.ActiveCfg = Release|x86
{C2A64A68-363C-4204-A3F3-94A360703128}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E48B086C-5462-4018-B9D2-7E5D4C0F769F}
EndGlobalSection
EndGlobal
83 changes: 83 additions & 0 deletions ScreenRecorderBySashitha/Form1.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9f5f45c

Please sign in to comment.