-
-
Notifications
You must be signed in to change notification settings - Fork 55
/
IFME.sln
37 lines (37 loc) · 2.01 KB
/
IFME.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34616.47
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IFME", "IFME\IFME.csproj", "{DEB81CED-49B4-4DD9-9D7B-F41073504352}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IFME.FFmpeg", "IFME.FFmpeg\IFME.FFmpeg.csproj", "{D31B6614-24C4-4B23-9690-4111706CE61B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IFME.OSManager", "IFME.OSManager\IFME.OSManager.csproj", "{3C1EA604-DEDE-42C2-B0D4-A07DFB0A14B1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DEB81CED-49B4-4DD9-9D7B-F41073504352}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DEB81CED-49B4-4DD9-9D7B-F41073504352}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DEB81CED-49B4-4DD9-9D7B-F41073504352}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DEB81CED-49B4-4DD9-9D7B-F41073504352}.Release|Any CPU.Build.0 = Release|Any CPU
{D31B6614-24C4-4B23-9690-4111706CE61B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D31B6614-24C4-4B23-9690-4111706CE61B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D31B6614-24C4-4B23-9690-4111706CE61B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D31B6614-24C4-4B23-9690-4111706CE61B}.Release|Any CPU.Build.0 = Release|Any CPU
{3C1EA604-DEDE-42C2-B0D4-A07DFB0A14B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3C1EA604-DEDE-42C2-B0D4-A07DFB0A14B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3C1EA604-DEDE-42C2-B0D4-A07DFB0A14B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3C1EA604-DEDE-42C2-B0D4-A07DFB0A14B1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E662D39C-7CD5-46C5-B580-B096FFFC0ACF}
EndGlobalSection
EndGlobal