This repository has been archived by the owner on Sep 27, 2023. It is now read-only.
forked from peilinok/screen-recorder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Recorder.sln
41 lines (41 loc) · 2.22 KB
/
Recorder.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Recorder", "Recorder\Recorder.vcxproj", "{7A53119E-1803-42CD-BC2F-CF60B09A42E6}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Test", "Test\Test.vcxproj", "{3CB2C5EB-D651-42DA-B254-9B5E121B98DD}"
ProjectSection(ProjectDependencies) = postProject
{7A53119E-1803-42CD-BC2F-CF60B09A42E6} = {7A53119E-1803-42CD-BC2F-CF60B09A42E6}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug_DLL|x86 = Debug_DLL|x86
Debug|x86 = Debug|x86
Release_DLL|x86 = Release_DLL|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7A53119E-1803-42CD-BC2F-CF60B09A42E6}.Debug_DLL|x86.ActiveCfg = Debug_DLL|Win32
{7A53119E-1803-42CD-BC2F-CF60B09A42E6}.Debug_DLL|x86.Build.0 = Debug_DLL|Win32
{7A53119E-1803-42CD-BC2F-CF60B09A42E6}.Debug|x86.ActiveCfg = Debug|Win32
{7A53119E-1803-42CD-BC2F-CF60B09A42E6}.Debug|x86.Build.0 = Debug|Win32
{7A53119E-1803-42CD-BC2F-CF60B09A42E6}.Release_DLL|x86.ActiveCfg = Release_DLL|Win32
{7A53119E-1803-42CD-BC2F-CF60B09A42E6}.Release_DLL|x86.Build.0 = Release_DLL|Win32
{7A53119E-1803-42CD-BC2F-CF60B09A42E6}.Release|x86.ActiveCfg = Release|Win32
{7A53119E-1803-42CD-BC2F-CF60B09A42E6}.Release|x86.Build.0 = Release|Win32
{3CB2C5EB-D651-42DA-B254-9B5E121B98DD}.Debug_DLL|x86.ActiveCfg = Debug_DLL|Win32
{3CB2C5EB-D651-42DA-B254-9B5E121B98DD}.Debug_DLL|x86.Build.0 = Debug_DLL|Win32
{3CB2C5EB-D651-42DA-B254-9B5E121B98DD}.Debug|x86.ActiveCfg = Debug_DLL|Win32
{3CB2C5EB-D651-42DA-B254-9B5E121B98DD}.Debug|x86.Build.0 = Debug_DLL|Win32
{3CB2C5EB-D651-42DA-B254-9B5E121B98DD}.Release_DLL|x86.ActiveCfg = Release_DLL|Win32
{3CB2C5EB-D651-42DA-B254-9B5E121B98DD}.Release_DLL|x86.Build.0 = Release_DLL|Win32
{3CB2C5EB-D651-42DA-B254-9B5E121B98DD}.Release|x86.ActiveCfg = Release_DLL|Win32
{3CB2C5EB-D651-42DA-B254-9B5E121B98DD}.Release|x86.Build.0 = Release_DLL|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal