forked from MTG/essentia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
essentiaBindingsVC80.vcproj
121 lines (121 loc) · 2.76 KB
/
essentiaBindingsVC80.vcproj
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
114
115
116
117
118
119
120
121
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="8,00"
Name="essentiaBindings"
ProjectGUID="{02791F57-A813-4065-A3B5-1CB8D4A0573A}"
RootNamespace="essentia"
Keyword="MakeFileProj"
>
<Platforms>
<Platform
Name="Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="0"
>
<Tool
Name="VCNMakeTool"
BuildCommandLine="scons mode=debug -f ./Sconstruct python"
ReBuildCommandLine="scons mode=debug -f ./Sconstruct python -c && scons mode=debug -f ./Sconstruct python"
CleanCommandLine="scons mode=debug -f ./Sconstruct python -c"
Output=""
PreprocessorDefinitions=""
IncludeSearchPath=";./;lib/win32/include/;c:/Python24/include;"
ForcedIncludes=""
AssemblySearchPath=""
ForcedUsingAssemblies=""
CompileAsManaged=""
/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="0"
>
<Tool
Name="VCNMakeTool"
BuildCommandLine="scons -f ./Sconstruct python"
ReBuildCommandLine="scons -f ./Sconstruct python -c && scons -f ./Sconstruct python"
CleanCommandLine="scons -f ./Sconstruct python -c"
Output=""
PreprocessorDefinitions=""
IncludeSearchPath=";./;lib/win32/include/;c:/Python24/include"
ForcedIncludes=""
AssemblySearchPath=""
ForcedUsingAssemblies=""
CompileAsManaged=""
/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name="src"
>
<File
RelativePath=".\src\python\algorithm.cpp"
>
</File>
<File
RelativePath=".\src\python\algorithmsignature.h"
>
</File>
<File
RelativePath=".\src\python\essentia.cpp"
>
</File>
<File
RelativePath=".\src\python\parsing.cpp"
>
</File>
<File
RelativePath=".\src\python\roguevector.h"
>
</File>
<File
RelativePath=".\src\SConscript"
>
</File>
<File
RelativePath=".\src\python\tntarray2d.cpp"
>
</File>
<File
RelativePath=".\src\python\vectorcomplex.cpp"
>
</File>
<File
RelativePath=".\src\python\vectorreal.cpp"
>
</File>
<Filter
Name="python"
>
<File
RelativePath=".\src\python\SConscript"
>
</File>
</Filter>
</Filter>
<File
RelativePath=".\SConstruct"
>
</File>
<File
RelativePath=".\SConstruct_environment"
>
</File>
</Files>
<Globals>
</Globals>
</VisualStudioProject>