-
Notifications
You must be signed in to change notification settings - Fork 2
/
Imazen.NativeDependencyManager.sln
58 lines (58 loc) · 3.62 KB
/
Imazen.NativeDependencyManager.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
50
51
52
53
54
55
56
57
58
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Imazen.NativeDependencyManager", "src\Imazen.NativeDependencyManager\Imazen.NativeDependencyManager.csproj", "{06F5D232-DF1F-4526-9354-5433B3F9D49B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Imazen.NativeDependencyManager.Tests", "test\Imazen.NativeDependencyManager.Tests\Imazen.NativeDependencyManager.Tests.csproj", "{CF9F704A-FA24-4247-9C9D-B18333606A83}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7FD77256-4D16-4940-9A28-E412BFD024F2}"
ProjectSection(SolutionItems) = preProject
NOTICE = NOTICE
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MindfulLoader.Web", "src\MindfulLoader.Web\MindfulLoader.Web.csproj", "{DBC8ABEF-710B-4F39-8DAF-62A27EE0DB11}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebApp_AssemblyLoading", "test\EmptyProjects\WebApp_AssemblyLoading\WebApp_AssemblyLoading.csproj", "{86C79DB7-0042-4CDC-BF9F-8424D9AEF70E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{06F5D232-DF1F-4526-9354-5433B3F9D49B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{06F5D232-DF1F-4526-9354-5433B3F9D49B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{06F5D232-DF1F-4526-9354-5433B3F9D49B}.Debug|x86.ActiveCfg = Debug|Any CPU
{06F5D232-DF1F-4526-9354-5433B3F9D49B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{06F5D232-DF1F-4526-9354-5433B3F9D49B}.Release|Any CPU.Build.0 = Release|Any CPU
{06F5D232-DF1F-4526-9354-5433B3F9D49B}.Release|x86.ActiveCfg = Release|Any CPU
{CF9F704A-FA24-4247-9C9D-B18333606A83}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF9F704A-FA24-4247-9C9D-B18333606A83}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF9F704A-FA24-4247-9C9D-B18333606A83}.Debug|x86.ActiveCfg = Debug|Any CPU
{CF9F704A-FA24-4247-9C9D-B18333606A83}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF9F704A-FA24-4247-9C9D-B18333606A83}.Release|Any CPU.Build.0 = Release|Any CPU
{CF9F704A-FA24-4247-9C9D-B18333606A83}.Release|x86.ActiveCfg = Release|Any CPU
{DBC8ABEF-710B-4F39-8DAF-62A27EE0DB11}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DBC8ABEF-710B-4F39-8DAF-62A27EE0DB11}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DBC8ABEF-710B-4F39-8DAF-62A27EE0DB11}.Debug|x86.ActiveCfg = Debug|Any CPU
{DBC8ABEF-710B-4F39-8DAF-62A27EE0DB11}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DBC8ABEF-710B-4F39-8DAF-62A27EE0DB11}.Release|Any CPU.Build.0 = Release|Any CPU
{DBC8ABEF-710B-4F39-8DAF-62A27EE0DB11}.Release|x86.ActiveCfg = Release|Any CPU
{86C79DB7-0042-4CDC-BF9F-8424D9AEF70E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{86C79DB7-0042-4CDC-BF9F-8424D9AEF70E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{86C79DB7-0042-4CDC-BF9F-8424D9AEF70E}.Debug|x86.ActiveCfg = Debug|x86
{86C79DB7-0042-4CDC-BF9F-8424D9AEF70E}.Debug|x86.Build.0 = Debug|x86
{86C79DB7-0042-4CDC-BF9F-8424D9AEF70E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{86C79DB7-0042-4CDC-BF9F-8424D9AEF70E}.Release|Any CPU.Build.0 = Release|Any CPU
{86C79DB7-0042-4CDC-BF9F-8424D9AEF70E}.Release|x86.ActiveCfg = Release|x86
{86C79DB7-0042-4CDC-BF9F-8424D9AEF70E}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal