forked from akon47/ScreenRecorder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathScreenRecorder.sln
35 lines (35 loc) · 1.76 KB
/
ScreenRecorder.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29709.97
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ScreenRecorder", "ScreenRecorder\ScreenRecorder.csproj", "{E50417B7-16D9-4533-980F-904BC0D32DEF}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MediaEncoder", "MediaEncoder\MediaEncoder.vcxproj", "{6EDCC3CD-789E-4E4D-8544-A896319797E3}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Setup", "Setup\Setup.vdproj", "{B919D234-FC98-4C4A-8384-5CF13A8763C5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E50417B7-16D9-4533-980F-904BC0D32DEF}.Debug|x64.ActiveCfg = Debug|x64
{E50417B7-16D9-4533-980F-904BC0D32DEF}.Debug|x64.Build.0 = Debug|x64
{E50417B7-16D9-4533-980F-904BC0D32DEF}.Release|x64.ActiveCfg = Release|x64
{E50417B7-16D9-4533-980F-904BC0D32DEF}.Release|x64.Build.0 = Release|x64
{6EDCC3CD-789E-4E4D-8544-A896319797E3}.Debug|x64.ActiveCfg = Debug|x64
{6EDCC3CD-789E-4E4D-8544-A896319797E3}.Debug|x64.Build.0 = Debug|x64
{6EDCC3CD-789E-4E4D-8544-A896319797E3}.Release|x64.ActiveCfg = Release|x64
{6EDCC3CD-789E-4E4D-8544-A896319797E3}.Release|x64.Build.0 = Release|x64
{B919D234-FC98-4C4A-8384-5CF13A8763C5}.Debug|x64.ActiveCfg = Release
{B919D234-FC98-4C4A-8384-5CF13A8763C5}.Release|x64.ActiveCfg = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {883531D1-3A1E-4D22-810B-E52B3D40A6D7}
EndGlobalSection
EndGlobal