-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDorisoy.ScreenRecording.sln
48 lines (48 loc) · 2.9 KB
/
Dorisoy.ScreenRecording.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Dorisoy.ScreenRecording.Core", "Dorisoy.ScreenRecording.Core\Dorisoy.ScreenRecording.Core.csproj", "{07B83677-E9B8-4166-A383-CF3B3D393FBD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Dorisoy.ScreenRecording", "Dorisoy.ScreenRecording\Dorisoy.ScreenRecording.csproj", "{419ABA1F-198D-4E85-8BFB-58EE6FDAE67F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2D19245D-C897-44AF-9D4C-1187702F68C3}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Dorisoy.ScreenRecording.ImageSharp", "Dorisoy.ScreenRecording.ImageSharp\Dorisoy.ScreenRecording.ImageSharp.csproj", "{B872971B-856A-4463-AB02-75E3C0FB6EBF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Dorisoy.ComeCapture", "Dorisoy.ComeCapture\Dorisoy.ComeCapture.csproj", "{9BF56ED2-11ED-46BA-A1F8-3A7DFC5C6872}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{07B83677-E9B8-4166-A383-CF3B3D393FBD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{07B83677-E9B8-4166-A383-CF3B3D393FBD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{07B83677-E9B8-4166-A383-CF3B3D393FBD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{07B83677-E9B8-4166-A383-CF3B3D393FBD}.Release|Any CPU.Build.0 = Release|Any CPU
{419ABA1F-198D-4E85-8BFB-58EE6FDAE67F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{419ABA1F-198D-4E85-8BFB-58EE6FDAE67F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{419ABA1F-198D-4E85-8BFB-58EE6FDAE67F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{419ABA1F-198D-4E85-8BFB-58EE6FDAE67F}.Release|Any CPU.Build.0 = Release|Any CPU
{B872971B-856A-4463-AB02-75E3C0FB6EBF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B872971B-856A-4463-AB02-75E3C0FB6EBF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B872971B-856A-4463-AB02-75E3C0FB6EBF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B872971B-856A-4463-AB02-75E3C0FB6EBF}.Release|Any CPU.Build.0 = Release|Any CPU
{9BF56ED2-11ED-46BA-A1F8-3A7DFC5C6872}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9BF56ED2-11ED-46BA-A1F8-3A7DFC5C6872}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9BF56ED2-11ED-46BA-A1F8-3A7DFC5C6872}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9BF56ED2-11ED-46BA-A1F8-3A7DFC5C6872}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1D772E7F-38FC-438C-AE1E-BC0A3626D9D5}
EndGlobalSection
EndGlobal