-
Notifications
You must be signed in to change notification settings - Fork 8
/
AAXClean.sln
37 lines (37 loc) · 2.03 KB
/
AAXClean.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 16
VisualStudioVersion = 16.0.31515.178
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AAXClean", "src\AAXClean\AAXClean.csproj", "{9D36366C-1345-4BC0-BC5B-14D24C5F47EB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AAXClean.Test", "src\AAXClean.Test\AAXClean.Test.csproj", "{0B8FD3C3-7E8B-455B-BE8F-954A174F11A0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Mpeg4Lib", "src\Mpeg4Lib\Mpeg4Lib.csproj", "{AD2570C0-7D8B-4CD7-A2BF-8398580733E3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9D36366C-1345-4BC0-BC5B-14D24C5F47EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9D36366C-1345-4BC0-BC5B-14D24C5F47EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9D36366C-1345-4BC0-BC5B-14D24C5F47EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9D36366C-1345-4BC0-BC5B-14D24C5F47EB}.Release|Any CPU.Build.0 = Release|Any CPU
{0B8FD3C3-7E8B-455B-BE8F-954A174F11A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0B8FD3C3-7E8B-455B-BE8F-954A174F11A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0B8FD3C3-7E8B-455B-BE8F-954A174F11A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0B8FD3C3-7E8B-455B-BE8F-954A174F11A0}.Release|Any CPU.Build.0 = Release|Any CPU
{AD2570C0-7D8B-4CD7-A2BF-8398580733E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AD2570C0-7D8B-4CD7-A2BF-8398580733E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AD2570C0-7D8B-4CD7-A2BF-8398580733E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AD2570C0-7D8B-4CD7-A2BF-8398580733E3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4539367A-522E-46DB-91E0-63B78F2A85F0}
EndGlobalSection
EndGlobal