-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPureLib.sln
49 lines (49 loc) · 3.04 KB
/
PureLib.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
42
43
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33122.133
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PureLib.Languages", "PureLib.Languages\PureLib.Languages.csproj", "{5BFD0949-D3DB-43FF-B7E8-B3F5F6EB819C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PureLib", "PureLib\PureLib.csproj", "{D7F1F42C-C763-4AAF-A9A9-61BA9C12015E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PureLib.MediaInfo", "PureLib.MediaInfo\PureLib.MediaInfo.csproj", "{C000FEF2-20A9-4B2E-B25C-F3804ACC826D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PureLib.WPF", "PureLib.WPF\PureLib.WPF.csproj", "{4FA5A389-7695-4364-9D12-F66C17D05341}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PureLib.Tests", "PureLib.Tests\PureLib.Tests.csproj", "{D44781D1-E25A-4EFD-BD1B-94D325B5DB88}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5BFD0949-D3DB-43FF-B7E8-B3F5F6EB819C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5BFD0949-D3DB-43FF-B7E8-B3F5F6EB819C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5BFD0949-D3DB-43FF-B7E8-B3F5F6EB819C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5BFD0949-D3DB-43FF-B7E8-B3F5F6EB819C}.Release|Any CPU.Build.0 = Release|Any CPU
{D7F1F42C-C763-4AAF-A9A9-61BA9C12015E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D7F1F42C-C763-4AAF-A9A9-61BA9C12015E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D7F1F42C-C763-4AAF-A9A9-61BA9C12015E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D7F1F42C-C763-4AAF-A9A9-61BA9C12015E}.Release|Any CPU.Build.0 = Release|Any CPU
{C000FEF2-20A9-4B2E-B25C-F3804ACC826D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C000FEF2-20A9-4B2E-B25C-F3804ACC826D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C000FEF2-20A9-4B2E-B25C-F3804ACC826D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C000FEF2-20A9-4B2E-B25C-F3804ACC826D}.Release|Any CPU.Build.0 = Release|Any CPU
{4FA5A389-7695-4364-9D12-F66C17D05341}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4FA5A389-7695-4364-9D12-F66C17D05341}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4FA5A389-7695-4364-9D12-F66C17D05341}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4FA5A389-7695-4364-9D12-F66C17D05341}.Release|Any CPU.Build.0 = Release|Any CPU
{D44781D1-E25A-4EFD-BD1B-94D325B5DB88}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D44781D1-E25A-4EFD-BD1B-94D325B5DB88}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D44781D1-E25A-4EFD-BD1B-94D325B5DB88}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D44781D1-E25A-4EFD-BD1B-94D325B5DB88}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {13B4B93A-A34E-4A1C-9D9B-91952CCE0B85}
EndGlobalSection
EndGlobal