-
Notifications
You must be signed in to change notification settings - Fork 0
/
ManagedNiteEx.sln
78 lines (78 loc) · 4.95 KB
/
ManagedNiteEx.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ManagedNiteEx", "ManagedNiteEx\ManagedNiteEx.vcxproj", "{6AAA556D-B18B-43E7-964D-AB90521D2012}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleTest", "ConsoleTest\ConsoleTest.csproj", "{E5222607-4609-460B-A209-F73B657EBB51}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{41BDC931-9F77-4FFA-B367-8A37B9BA829E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NiSimpleViewerWPF", "NiSimpleViewerWPF\NiSimpleViewerWPF.csproj", "{A9925F19-D896-4661-97EA-1E26549D5B47}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SceneViewerWPF", "SceneViewerWPF\SceneViewerWPF.csproj", "{EFAD73EB-7E31-4475-BB40-043DE76C74CD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{264287BE-ED7C-448B-A09E-B5D90EF4EF55}"
ProjectSection(SolutionItems) = preProject
README = README
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|Win32 = Debug|Win32
Debug|x86 = Debug|x86
Release|Mixed Platforms = Release|Mixed Platforms
Release|Win32 = Release|Win32
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6AAA556D-B18B-43E7-964D-AB90521D2012}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{6AAA556D-B18B-43E7-964D-AB90521D2012}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{6AAA556D-B18B-43E7-964D-AB90521D2012}.Debug|Win32.ActiveCfg = Debug|Win32
{6AAA556D-B18B-43E7-964D-AB90521D2012}.Debug|Win32.Build.0 = Debug|Win32
{6AAA556D-B18B-43E7-964D-AB90521D2012}.Debug|x86.ActiveCfg = Debug|Win32
{6AAA556D-B18B-43E7-964D-AB90521D2012}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{6AAA556D-B18B-43E7-964D-AB90521D2012}.Release|Mixed Platforms.Build.0 = Release|Win32
{6AAA556D-B18B-43E7-964D-AB90521D2012}.Release|Win32.ActiveCfg = Release|Win32
{6AAA556D-B18B-43E7-964D-AB90521D2012}.Release|Win32.Build.0 = Release|Win32
{6AAA556D-B18B-43E7-964D-AB90521D2012}.Release|x86.ActiveCfg = Release|Win32
{E5222607-4609-460B-A209-F73B657EBB51}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{E5222607-4609-460B-A209-F73B657EBB51}.Debug|Mixed Platforms.Build.0 = Debug|x86
{E5222607-4609-460B-A209-F73B657EBB51}.Debug|Win32.ActiveCfg = Debug|x86
{E5222607-4609-460B-A209-F73B657EBB51}.Debug|x86.ActiveCfg = Debug|x86
{E5222607-4609-460B-A209-F73B657EBB51}.Debug|x86.Build.0 = Debug|x86
{E5222607-4609-460B-A209-F73B657EBB51}.Release|Mixed Platforms.ActiveCfg = Release|x86
{E5222607-4609-460B-A209-F73B657EBB51}.Release|Mixed Platforms.Build.0 = Release|x86
{E5222607-4609-460B-A209-F73B657EBB51}.Release|Win32.ActiveCfg = Release|x86
{E5222607-4609-460B-A209-F73B657EBB51}.Release|x86.ActiveCfg = Release|x86
{E5222607-4609-460B-A209-F73B657EBB51}.Release|x86.Build.0 = Release|x86
{A9925F19-D896-4661-97EA-1E26549D5B47}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{A9925F19-D896-4661-97EA-1E26549D5B47}.Debug|Mixed Platforms.Build.0 = Debug|x86
{A9925F19-D896-4661-97EA-1E26549D5B47}.Debug|Win32.ActiveCfg = Debug|x86
{A9925F19-D896-4661-97EA-1E26549D5B47}.Debug|x86.ActiveCfg = Debug|x86
{A9925F19-D896-4661-97EA-1E26549D5B47}.Debug|x86.Build.0 = Debug|x86
{A9925F19-D896-4661-97EA-1E26549D5B47}.Release|Mixed Platforms.ActiveCfg = Release|x86
{A9925F19-D896-4661-97EA-1E26549D5B47}.Release|Mixed Platforms.Build.0 = Release|x86
{A9925F19-D896-4661-97EA-1E26549D5B47}.Release|Win32.ActiveCfg = Release|x86
{A9925F19-D896-4661-97EA-1E26549D5B47}.Release|x86.ActiveCfg = Release|x86
{A9925F19-D896-4661-97EA-1E26549D5B47}.Release|x86.Build.0 = Release|x86
{EFAD73EB-7E31-4475-BB40-043DE76C74CD}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{EFAD73EB-7E31-4475-BB40-043DE76C74CD}.Debug|Mixed Platforms.Build.0 = Debug|x86
{EFAD73EB-7E31-4475-BB40-043DE76C74CD}.Debug|Win32.ActiveCfg = Debug|x86
{EFAD73EB-7E31-4475-BB40-043DE76C74CD}.Debug|x86.ActiveCfg = Debug|x86
{EFAD73EB-7E31-4475-BB40-043DE76C74CD}.Debug|x86.Build.0 = Debug|x86
{EFAD73EB-7E31-4475-BB40-043DE76C74CD}.Release|Mixed Platforms.ActiveCfg = Release|x86
{EFAD73EB-7E31-4475-BB40-043DE76C74CD}.Release|Mixed Platforms.Build.0 = Release|x86
{EFAD73EB-7E31-4475-BB40-043DE76C74CD}.Release|Win32.ActiveCfg = Release|x86
{EFAD73EB-7E31-4475-BB40-043DE76C74CD}.Release|x86.ActiveCfg = Release|x86
{EFAD73EB-7E31-4475-BB40-043DE76C74CD}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E5222607-4609-460B-A209-F73B657EBB51} = {41BDC931-9F77-4FFA-B367-8A37B9BA829E}
{A9925F19-D896-4661-97EA-1E26549D5B47} = {41BDC931-9F77-4FFA-B367-8A37B9BA829E}
{EFAD73EB-7E31-4475-BB40-043DE76C74CD} = {41BDC931-9F77-4FFA-B367-8A37B9BA829E}
EndGlobalSection
EndGlobal