This repository has been archived by the owner on Jan 11, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMediaInfoServer.sln
28 lines (28 loc) · 1.74 KB
/
MediaInfoServer.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LibMediaInfoTest", "LibMediaInfoTest\LibMediaInfoTest.csproj", "{5B24FC25-32D4-4661-9B30-65B7A5CAE1D8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LibMediaInfo", "LibMediaInfo\LibMediaInfo.csproj", "{E575DB2D-32D4-419D-814F-9E1208C05103}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MediaInfoServer", "MediaInfoServer\MediaInfoServer.csproj", "{E9CD248A-1EE9-4EFE-B694-6AF49F137123}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5B24FC25-32D4-4661-9B30-65B7A5CAE1D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5B24FC25-32D4-4661-9B30-65B7A5CAE1D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5B24FC25-32D4-4661-9B30-65B7A5CAE1D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5B24FC25-32D4-4661-9B30-65B7A5CAE1D8}.Release|Any CPU.Build.0 = Release|Any CPU
{E575DB2D-32D4-419D-814F-9E1208C05103}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E575DB2D-32D4-419D-814F-9E1208C05103}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E575DB2D-32D4-419D-814F-9E1208C05103}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E575DB2D-32D4-419D-814F-9E1208C05103}.Release|Any CPU.Build.0 = Release|Any CPU
{E9CD248A-1EE9-4EFE-B694-6AF49F137123}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E9CD248A-1EE9-4EFE-B694-6AF49F137123}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E9CD248A-1EE9-4EFE-B694-6AF49F137123}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E9CD248A-1EE9-4EFE-B694-6AF49F137123}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal