-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNDI Test.sln
38 lines (38 loc) · 2.28 KB
/
NDI Test.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp", "Assembly-CSharp.csproj", "{8a6b78a3-01e4-2e41-3f78-8a41dbcbb834}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Klak.Ndi", "Klak.Ndi.csproj", "{9049f1e2-4895-9bd6-c4aa-dad8e00d6846}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp-Editor", "Assembly-CSharp-Editor.csproj", "{11f28cbc-82f2-41c9-cd45-b9e3fc75f2a0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Klak.Ndi.Editor", "Klak.Ndi.Editor.csproj", "{05fef66c-0577-68a4-4c27-91a55ef46c1f}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8a6b78a3-01e4-2e41-3f78-8a41dbcbb834}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8a6b78a3-01e4-2e41-3f78-8a41dbcbb834}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8a6b78a3-01e4-2e41-3f78-8a41dbcbb834}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8a6b78a3-01e4-2e41-3f78-8a41dbcbb834}.Release|Any CPU.Build.0 = Release|Any CPU
{9049f1e2-4895-9bd6-c4aa-dad8e00d6846}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9049f1e2-4895-9bd6-c4aa-dad8e00d6846}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9049f1e2-4895-9bd6-c4aa-dad8e00d6846}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9049f1e2-4895-9bd6-c4aa-dad8e00d6846}.Release|Any CPU.Build.0 = Release|Any CPU
{11f28cbc-82f2-41c9-cd45-b9e3fc75f2a0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{11f28cbc-82f2-41c9-cd45-b9e3fc75f2a0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{11f28cbc-82f2-41c9-cd45-b9e3fc75f2a0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{11f28cbc-82f2-41c9-cd45-b9e3fc75f2a0}.Release|Any CPU.Build.0 = Release|Any CPU
{05fef66c-0577-68a4-4c27-91a55ef46c1f}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{05fef66c-0577-68a4-4c27-91a55ef46c1f}.Debug|Any CPU.Build.0 = Debug|Any CPU
{05fef66c-0577-68a4-4c27-91a55ef46c1f}.Release|Any CPU.ActiveCfg = Release|Any CPU
{05fef66c-0577-68a4-4c27-91a55ef46c1f}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal