-
Notifications
You must be signed in to change notification settings - Fork 1
/
maya_nif_plugin.sln
113 lines (113 loc) · 8.44 KB
/
maya_nif_plugin.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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Maya NIF Plugin", "maya_nif_plugin.vcxproj", "{DE2F121F-8326-4144-A766-444451895AFA}"
ProjectSection(ProjectDependencies) = postProject
{19FD8EE6-79CC-4BAC-9744-D9573BE47C7E} = {19FD8EE6-79CC-4BAC-9744-D9573BE47C7E}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "niflib", "niflib\niflib.vcxproj", "{19FD8EE6-79CC-4BAC-9744-D9573BE47C7E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug - 2012 x64|Win32 = Debug - 2012 x64|Win32
Debug - 2012 x64|x64 = Debug - 2012 x64|x64
Debug - 2012|Win32 = Debug - 2012|Win32
Debug - 2012|x64 = Debug - 2012|x64
Debug - 8.5|Win32 = Debug - 8.5|Win32
Debug - 8.5|x64 = Debug - 8.5|x64
Debug - DLL|Win32 = Debug - DLL|Win32
Debug - DLL|x64 = Debug - DLL|x64
Debug - Static|Win32 = Debug - Static|Win32
Debug - Static|x64 = Debug - Static|x64
Release - 2009|Win32 = Release - 2009|Win32
Release - 2009|x64 = Release - 2009|x64
Release - 2012 x64|Win32 = Release - 2012 x64|Win32
Release - 2012 x64|x64 = Release - 2012 x64|x64
Release - 8.5|Win32 = Release - 8.5|Win32
Release - 8.5|x64 = Release - 8.5|x64
Release - DLL|Win32 = Release - DLL|Win32
Release - DLL|x64 = Release - DLL|x64
Release - Static|Win32 = Release - Static|Win32
Release - Static|x64 = Release - Static|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DE2F121F-8326-4144-A766-444451895AFA}.Debug - 2012 x64|Win32.ActiveCfg = Debug - 2012|x64
{DE2F121F-8326-4144-A766-444451895AFA}.Debug - 2012 x64|x64.ActiveCfg = Debug - 2012|x64
{DE2F121F-8326-4144-A766-444451895AFA}.Debug - 2012 x64|x64.Build.0 = Debug - 2012|x64
{DE2F121F-8326-4144-A766-444451895AFA}.Debug - 2012|Win32.ActiveCfg = Debug - 2012|Win32
{DE2F121F-8326-4144-A766-444451895AFA}.Debug - 2012|Win32.Build.0 = Debug - 2012|Win32
{DE2F121F-8326-4144-A766-444451895AFA}.Debug - 2012|x64.ActiveCfg = Debug - 2012|x64
{DE2F121F-8326-4144-A766-444451895AFA}.Debug - 2012|x64.Build.0 = Debug - 2012|x64
{DE2F121F-8326-4144-A766-444451895AFA}.Debug - 8.5|Win32.ActiveCfg = Debug - 8.5|Win32
{DE2F121F-8326-4144-A766-444451895AFA}.Debug - 8.5|Win32.Build.0 = Debug - 8.5|Win32
{DE2F121F-8326-4144-A766-444451895AFA}.Debug - 8.5|x64.ActiveCfg = Release - 2009|x64
{DE2F121F-8326-4144-A766-444451895AFA}.Debug - 8.5|x64.Build.0 = Release - 2009|x64
{DE2F121F-8326-4144-A766-444451895AFA}.Debug - DLL|Win32.ActiveCfg = Debug - 8.5|Win32
{DE2F121F-8326-4144-A766-444451895AFA}.Debug - DLL|Win32.Build.0 = Debug - 8.5|Win32
{DE2F121F-8326-4144-A766-444451895AFA}.Debug - DLL|x64.ActiveCfg = Release - 8.5|x64
{DE2F121F-8326-4144-A766-444451895AFA}.Debug - DLL|x64.Build.0 = Release - 8.5|x64
{DE2F121F-8326-4144-A766-444451895AFA}.Debug - Static|Win32.ActiveCfg = Debug - 8.5|Win32
{DE2F121F-8326-4144-A766-444451895AFA}.Debug - Static|Win32.Build.0 = Debug - 8.5|Win32
{DE2F121F-8326-4144-A766-444451895AFA}.Debug - Static|x64.ActiveCfg = Release - 8.5|x64
{DE2F121F-8326-4144-A766-444451895AFA}.Debug - Static|x64.Build.0 = Release - 8.5|x64
{DE2F121F-8326-4144-A766-444451895AFA}.Release - 2009|Win32.ActiveCfg = Release - 2009|Win32
{DE2F121F-8326-4144-A766-444451895AFA}.Release - 2009|Win32.Build.0 = Release - 2009|Win32
{DE2F121F-8326-4144-A766-444451895AFA}.Release - 2009|x64.ActiveCfg = Release - 8.5|x64
{DE2F121F-8326-4144-A766-444451895AFA}.Release - 2009|x64.Build.0 = Release - 8.5|x64
{DE2F121F-8326-4144-A766-444451895AFA}.Release - 2012 x64|Win32.ActiveCfg = Release - 2012 x64|Win32
{DE2F121F-8326-4144-A766-444451895AFA}.Release - 2012 x64|Win32.Build.0 = Release - 2012 x64|Win32
{DE2F121F-8326-4144-A766-444451895AFA}.Release - 2012 x64|x64.ActiveCfg = Release - 2012 x64|x64
{DE2F121F-8326-4144-A766-444451895AFA}.Release - 2012 x64|x64.Build.0 = Release - 2012 x64|x64
{DE2F121F-8326-4144-A766-444451895AFA}.Release - 8.5|Win32.ActiveCfg = Release - 8.5|Win32
{DE2F121F-8326-4144-A766-444451895AFA}.Release - 8.5|Win32.Build.0 = Release - 8.5|Win32
{DE2F121F-8326-4144-A766-444451895AFA}.Release - 8.5|x64.ActiveCfg = Release - 8.5|x64
{DE2F121F-8326-4144-A766-444451895AFA}.Release - 8.5|x64.Build.0 = Release - 8.5|x64
{DE2F121F-8326-4144-A766-444451895AFA}.Release - DLL|Win32.ActiveCfg = Release - 8.5|Win32
{DE2F121F-8326-4144-A766-444451895AFA}.Release - DLL|Win32.Build.0 = Release - 8.5|Win32
{DE2F121F-8326-4144-A766-444451895AFA}.Release - DLL|x64.ActiveCfg = Release - 8.5|x64
{DE2F121F-8326-4144-A766-444451895AFA}.Release - DLL|x64.Build.0 = Release - 8.5|x64
{DE2F121F-8326-4144-A766-444451895AFA}.Release - Static|Win32.ActiveCfg = Release - 8.5|Win32
{DE2F121F-8326-4144-A766-444451895AFA}.Release - Static|Win32.Build.0 = Release - 8.5|Win32
{DE2F121F-8326-4144-A766-444451895AFA}.Release - Static|x64.ActiveCfg = Release - 8.5|x64
{DE2F121F-8326-4144-A766-444451895AFA}.Release - Static|x64.Build.0 = Release - 8.5|x64
{19FD8EE6-79CC-4BAC-9744-D9573BE47C7E}.Debug - 2012 x64|Win32.ActiveCfg = Debug - 2012 x64|Win32
{19FD8EE6-79CC-4BAC-9744-D9573BE47C7E}.Debug - 2012 x64|Win32.Build.0 = Debug - 2012 x64|Win32
{19FD8EE6-79CC-4BAC-9744-D9573BE47C7E}.Debug - 2012 x64|x64.ActiveCfg = Debug - DLL|x64
{19FD8EE6-79CC-4BAC-9744-D9573BE47C7E}.Debug - 2012 x64|x64.Build.0 = Debug - DLL|x64
{19FD8EE6-79CC-4BAC-9744-D9573BE47C7E}.Debug - 2012|Win32.ActiveCfg = Debug - 2012 x64|x64
{19FD8EE6-79CC-4BAC-9744-D9573BE47C7E}.Debug - 2012|x64.ActiveCfg = Debug - DLL|x64
{19FD8EE6-79CC-4BAC-9744-D9573BE47C7E}.Debug - 2012|x64.Build.0 = Debug - DLL|x64
{19FD8EE6-79CC-4BAC-9744-D9573BE47C7E}.Debug - 8.5|Win32.ActiveCfg = Debug - Static|x64
{19FD8EE6-79CC-4BAC-9744-D9573BE47C7E}.Debug - 8.5|x64.ActiveCfg = Release - Static|x64
{19FD8EE6-79CC-4BAC-9744-D9573BE47C7E}.Debug - 8.5|x64.Build.0 = Release - Static|x64
{19FD8EE6-79CC-4BAC-9744-D9573BE47C7E}.Debug - DLL|Win32.ActiveCfg = Debug - DLL|Win32
{19FD8EE6-79CC-4BAC-9744-D9573BE47C7E}.Debug - DLL|Win32.Build.0 = Debug - DLL|Win32
{19FD8EE6-79CC-4BAC-9744-D9573BE47C7E}.Debug - DLL|x64.ActiveCfg = Release - Static|x64
{19FD8EE6-79CC-4BAC-9744-D9573BE47C7E}.Debug - DLL|x64.Build.0 = Release - Static|x64
{19FD8EE6-79CC-4BAC-9744-D9573BE47C7E}.Debug - Static|Win32.ActiveCfg = Debug - Static|Win32
{19FD8EE6-79CC-4BAC-9744-D9573BE47C7E}.Debug - Static|Win32.Build.0 = Debug - Static|Win32
{19FD8EE6-79CC-4BAC-9744-D9573BE47C7E}.Debug - Static|x64.ActiveCfg = Release - Static|x64
{19FD8EE6-79CC-4BAC-9744-D9573BE47C7E}.Debug - Static|x64.Build.0 = Release - Static|x64
{19FD8EE6-79CC-4BAC-9744-D9573BE47C7E}.Release - 2009|Win32.ActiveCfg = Release - Static|x64
{19FD8EE6-79CC-4BAC-9744-D9573BE47C7E}.Release - 2009|x64.ActiveCfg = Release - Static|x64
{19FD8EE6-79CC-4BAC-9744-D9573BE47C7E}.Release - 2009|x64.Build.0 = Release - Static|x64
{19FD8EE6-79CC-4BAC-9744-D9573BE47C7E}.Release - 2012 x64|Win32.ActiveCfg = Release - 2012 x64|Win32
{19FD8EE6-79CC-4BAC-9744-D9573BE47C7E}.Release - 2012 x64|Win32.Build.0 = Release - 2012 x64|Win32
{19FD8EE6-79CC-4BAC-9744-D9573BE47C7E}.Release - 2012 x64|x64.ActiveCfg = Release - DLL|x64
{19FD8EE6-79CC-4BAC-9744-D9573BE47C7E}.Release - 2012 x64|x64.Build.0 = Release - DLL|x64
{19FD8EE6-79CC-4BAC-9744-D9573BE47C7E}.Release - 8.5|Win32.ActiveCfg = Release - Static|x64
{19FD8EE6-79CC-4BAC-9744-D9573BE47C7E}.Release - 8.5|x64.ActiveCfg = Release - Static|x64
{19FD8EE6-79CC-4BAC-9744-D9573BE47C7E}.Release - 8.5|x64.Build.0 = Release - Static|x64
{19FD8EE6-79CC-4BAC-9744-D9573BE47C7E}.Release - DLL|Win32.ActiveCfg = Release - DLL|Win32
{19FD8EE6-79CC-4BAC-9744-D9573BE47C7E}.Release - DLL|Win32.Build.0 = Release - DLL|Win32
{19FD8EE6-79CC-4BAC-9744-D9573BE47C7E}.Release - DLL|x64.ActiveCfg = Release - Static|x64
{19FD8EE6-79CC-4BAC-9744-D9573BE47C7E}.Release - DLL|x64.Build.0 = Release - Static|x64
{19FD8EE6-79CC-4BAC-9744-D9573BE47C7E}.Release - Static|Win32.ActiveCfg = Release - Static|Win32
{19FD8EE6-79CC-4BAC-9744-D9573BE47C7E}.Release - Static|Win32.Build.0 = Release - Static|Win32
{19FD8EE6-79CC-4BAC-9744-D9573BE47C7E}.Release - Static|x64.ActiveCfg = Release - Static|x64
{19FD8EE6-79CC-4BAC-9744-D9573BE47C7E}.Release - Static|x64.Build.0 = Release - Static|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal