-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDockingAlignmentDisplay.sln
More file actions
49 lines (49 loc) · 3.27 KB
/
Copy pathDockingAlignmentDisplay.sln
File metadata and controls
49 lines (49 loc) · 3.27 KB
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 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.Postprocessing.Editor", "Unity.Postprocessing.Editor.csproj", "{b34628f4-0218-33f1-3805-7ac7278167b5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.Postprocessing.Runtime", "Unity.Postprocessing.Runtime.csproj", "{ea428db2-da4d-0cb8-e6c8-e1b3a801c1f8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DockingAlignmentDisplay", "DockingAlignmentDisplay.csproj", "{f5f20ce3-edf7-d173-7d76-4340128c9514}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Redux.Template.Utilities", "Redux.Template.Utilities.csproj", "{ee43ca36-08fa-60b0-073a-f9f8edbb5690}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Redux.Template.Editor", "Redux.Template.Editor.csproj", "{a58523fe-4758-7e2c-0b5a-dda00ebbf982}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.Postprocessing.Runtime.Tests", "Unity.Postprocessing.Runtime.Tests.csproj", "{760ce216-2631-1b2d-c672-15e7caa7a9fd}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.Postprocessing.Editor.Tests", "Unity.Postprocessing.Editor.Tests.csproj", "{19815215-e163-df2f-d221-c90e4f8ecabe}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp", "Assembly-CSharp.csproj", "{51a25521-8d50-8bb8-1281-05b68bb34f48}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp-Editor", "Assembly-CSharp-Editor.csproj", "{a97a1341-8e62-b769-91c9-0e5816169c86}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{b34628f4-0218-33f1-3805-7ac7278167b5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{b34628f4-0218-33f1-3805-7ac7278167b5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ea428db2-da4d-0cb8-e6c8-e1b3a801c1f8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ea428db2-da4d-0cb8-e6c8-e1b3a801c1f8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{f5f20ce3-edf7-d173-7d76-4340128c9514}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{f5f20ce3-edf7-d173-7d76-4340128c9514}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ee43ca36-08fa-60b0-073a-f9f8edbb5690}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ee43ca36-08fa-60b0-073a-f9f8edbb5690}.Debug|Any CPU.Build.0 = Debug|Any CPU
{a58523fe-4758-7e2c-0b5a-dda00ebbf982}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{a58523fe-4758-7e2c-0b5a-dda00ebbf982}.Debug|Any CPU.Build.0 = Debug|Any CPU
{760ce216-2631-1b2d-c672-15e7caa7a9fd}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{760ce216-2631-1b2d-c672-15e7caa7a9fd}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19815215-e163-df2f-d221-c90e4f8ecabe}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19815215-e163-df2f-d221-c90e4f8ecabe}.Debug|Any CPU.Build.0 = Debug|Any CPU
{51a25521-8d50-8bb8-1281-05b68bb34f48}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{51a25521-8d50-8bb8-1281-05b68bb34f48}.Debug|Any CPU.Build.0 = Debug|Any CPU
{a97a1341-8e62-b769-91c9-0e5816169c86}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{a97a1341-8e62-b769-91c9-0e5816169c86}.Debug|Any CPU.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal