-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDisplayModeMatrix.sln
47 lines (47 loc) · 2.76 KB
/
DisplayModeMatrix.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DisplayModeMatrix.Web", "DisplayModeMatrix.Web\DisplayModeMatrix.Web.csproj", "{75D5ABA0-46FD-4F0A-93E9-48F323B0E3AE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DisplayModeMatrix", "DisplayModeMatrix\DisplayModeMatrix.csproj", "{E5B68F4E-7B76-4E3C-99C0-73AFB4C45314}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DisplayModeMatrix.Test", "DisplayModeMatrix.Test\DisplayModeMatrix.Test.csproj", "{86FC1CA1-44B1-45EE-886A-5093E22B1294}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DisplayModeMatrix.NuGet", "DisplayModeMatrix.NuGet\DisplayModeMatrix.NuGet.csproj", "{0451BAEF-DF2E-4B98-8644-94EE9415E389}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CBDBF784-7428-4342-A45F-B0A0A891A251}"
ProjectSection(SolutionItems) = preProject
LICENSE.txt = LICENSE.txt
README.en-us.md = README.en-us.md
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{75D5ABA0-46FD-4F0A-93E9-48F323B0E3AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{75D5ABA0-46FD-4F0A-93E9-48F323B0E3AE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{75D5ABA0-46FD-4F0A-93E9-48F323B0E3AE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{75D5ABA0-46FD-4F0A-93E9-48F323B0E3AE}.Release|Any CPU.Build.0 = Release|Any CPU
{E5B68F4E-7B76-4E3C-99C0-73AFB4C45314}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E5B68F4E-7B76-4E3C-99C0-73AFB4C45314}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E5B68F4E-7B76-4E3C-99C0-73AFB4C45314}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E5B68F4E-7B76-4E3C-99C0-73AFB4C45314}.Release|Any CPU.Build.0 = Release|Any CPU
{86FC1CA1-44B1-45EE-886A-5093E22B1294}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{86FC1CA1-44B1-45EE-886A-5093E22B1294}.Debug|Any CPU.Build.0 = Debug|Any CPU
{86FC1CA1-44B1-45EE-886A-5093E22B1294}.Release|Any CPU.ActiveCfg = Release|Any CPU
{86FC1CA1-44B1-45EE-886A-5093E22B1294}.Release|Any CPU.Build.0 = Release|Any CPU
{0451BAEF-DF2E-4B98-8644-94EE9415E389}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0451BAEF-DF2E-4B98-8644-94EE9415E389}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0451BAEF-DF2E-4B98-8644-94EE9415E389}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0451BAEF-DF2E-4B98-8644-94EE9415E389}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal