1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project DefaultTargets =" Build" ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <ItemGroup Label =" ProjectConfigurations" >
4
+ <ProjectConfiguration Include =" Debug|Win32" >
5
+ <Configuration >Debug</Configuration >
6
+ <Platform >Win32</Platform >
7
+ </ProjectConfiguration >
8
+ <ProjectConfiguration Include =" Debug|x64" >
9
+ <Configuration >Debug</Configuration >
10
+ <Platform >x64</Platform >
11
+ </ProjectConfiguration >
12
+ <ProjectConfiguration Include =" Release|Win32" >
13
+ <Configuration >Release</Configuration >
14
+ <Platform >Win32</Platform >
15
+ </ProjectConfiguration >
16
+ <ProjectConfiguration Include =" Release|x64" >
17
+ <Configuration >Release</Configuration >
18
+ <Platform >x64</Platform >
19
+ </ProjectConfiguration >
20
+ </ItemGroup >
21
+ <PropertyGroup Label =" Globals" >
22
+ <ProjectGuid >{925A06EC-2A13-4743-9C76-E4E574EA2DFF}</ProjectGuid >
23
+ <Keyword >Win32Proj</Keyword >
24
+ <RootNamespace >SpoutPanel</RootNamespace >
25
+ </PropertyGroup >
26
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
27
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
28
+ <ConfigurationType >Application</ConfigurationType >
29
+ <UseDebugLibraries >true</UseDebugLibraries >
30
+ <CharacterSet >Unicode</CharacterSet >
31
+ <PlatformToolset >v110</PlatformToolset >
32
+ </PropertyGroup >
33
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
34
+ <ConfigurationType >Application</ConfigurationType >
35
+ <UseDebugLibraries >true</UseDebugLibraries >
36
+ <CharacterSet >Unicode</CharacterSet >
37
+ <PlatformToolset >v110</PlatformToolset >
38
+ </PropertyGroup >
39
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
40
+ <ConfigurationType >Application</ConfigurationType >
41
+ <UseDebugLibraries >false</UseDebugLibraries >
42
+ <WholeProgramOptimization >true</WholeProgramOptimization >
43
+ <CharacterSet >Unicode</CharacterSet >
44
+ <PlatformToolset >v110</PlatformToolset >
45
+ </PropertyGroup >
46
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
47
+ <ConfigurationType >Application</ConfigurationType >
48
+ <UseDebugLibraries >false</UseDebugLibraries >
49
+ <WholeProgramOptimization >true</WholeProgramOptimization >
50
+ <CharacterSet >Unicode</CharacterSet >
51
+ <PlatformToolset >v110</PlatformToolset >
52
+ </PropertyGroup >
53
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
54
+ <ImportGroup Label =" ExtensionSettings" >
55
+ </ImportGroup >
56
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
57
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
58
+ </ImportGroup >
59
+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" PropertySheets" >
60
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
61
+ </ImportGroup >
62
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
63
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
64
+ </ImportGroup >
65
+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" PropertySheets" >
66
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
67
+ </ImportGroup >
68
+ <PropertyGroup Label =" UserMacros" />
69
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
70
+ <LinkIncremental >true</LinkIncremental >
71
+ </PropertyGroup >
72
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
73
+ <LinkIncremental >true</LinkIncremental >
74
+ </PropertyGroup >
75
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
76
+ <LinkIncremental >false</LinkIncremental >
77
+ <EmbedManifest >true</EmbedManifest >
78
+ </PropertyGroup >
79
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
80
+ <LinkIncremental >false</LinkIncremental >
81
+ </PropertyGroup >
82
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
83
+ <ClCompile >
84
+ <PrecompiledHeader >
85
+ </PrecompiledHeader >
86
+ <WarningLevel >Level3</WarningLevel >
87
+ <Optimization >Disabled</Optimization >
88
+ <PreprocessorDefinitions >WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions >
89
+ <AdditionalIncludeDirectories >C:\OPENFRAMEWORKS71VS\libs\glut\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
90
+ </ClCompile >
91
+ <Link >
92
+ <SubSystem >Windows</SubSystem >
93
+ <GenerateDebugInformation >true</GenerateDebugInformation >
94
+ </Link >
95
+ </ItemDefinitionGroup >
96
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
97
+ <ClCompile >
98
+ <PrecompiledHeader >
99
+ </PrecompiledHeader >
100
+ <WarningLevel >Level3</WarningLevel >
101
+ <Optimization >Disabled</Optimization >
102
+ <PreprocessorDefinitions >WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions >
103
+ <AdditionalIncludeDirectories >C:\OPENFRAMEWORKS71VS\libs\glut\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
104
+ </ClCompile >
105
+ <Link >
106
+ <SubSystem >Windows</SubSystem >
107
+ <GenerateDebugInformation >true</GenerateDebugInformation >
108
+ </Link >
109
+ </ItemDefinitionGroup >
110
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
111
+ <ClCompile >
112
+ <WarningLevel >Level4</WarningLevel >
113
+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
114
+ <Optimization >MaxSpeed</Optimization >
115
+ <FunctionLevelLinking >true</FunctionLevelLinking >
116
+ <IntrinsicFunctions >true</IntrinsicFunctions >
117
+ <PreprocessorDefinitions >WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions >
118
+ <AdditionalIncludeDirectories >C:\OPENFRAMEWORKS84VS\libs\glut\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
119
+ <RuntimeLibrary >MultiThreadedDLL</RuntimeLibrary >
120
+ </ClCompile >
121
+ <Link >
122
+ <SubSystem >Windows</SubSystem >
123
+ <GenerateDebugInformation >false</GenerateDebugInformation >
124
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
125
+ <OptimizeReferences >true</OptimizeReferences >
126
+ <AdditionalLibraryDirectories >C:\OPENFRAMEWORKS84VS\libs\glut\lib\vs;C:\OPENFRAMEWORKS84VS\libs\glew\lib\vs;C:\OPENFRAMEWORKS84VS\apps\SpoutSDK\SpoutPanel\SpoutPanel\libs;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories >
127
+ <AdditionalDependencies >OpenGL32.lib;glew32s.lib;glut32.lib;GLu32.lib;%(AdditionalDependencies)</AdditionalDependencies >
128
+ </Link >
129
+ <PostBuildEvent >
130
+ <Command >
131
+ </Command >
132
+ </PostBuildEvent >
133
+ </ItemDefinitionGroup >
134
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
135
+ <ClCompile >
136
+ <WarningLevel >Level3</WarningLevel >
137
+ <PrecompiledHeader >
138
+ </PrecompiledHeader >
139
+ <Optimization >MaxSpeed</Optimization >
140
+ <FunctionLevelLinking >true</FunctionLevelLinking >
141
+ <IntrinsicFunctions >true</IntrinsicFunctions >
142
+ <PreprocessorDefinitions >WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions >
143
+ <RuntimeLibrary >MultiThreaded</RuntimeLibrary >
144
+ <AdditionalIncludeDirectories >C:\OPENFRAMEWORKS71VS\libs\GLEW64\INCLUDE;C:\Program Files\Common Files\MSVC\freeglut\include\GL;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
145
+ </ClCompile >
146
+ <Link >
147
+ <SubSystem >Windows</SubSystem >
148
+ <GenerateDebugInformation >false</GenerateDebugInformation >
149
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
150
+ <OptimizeReferences >true</OptimizeReferences >
151
+ <AdditionalLibraryDirectories >C:\Program Files\Common Files\MSVC\freeglut\lib\x64;C:\OPENFRAMEWORKS71VS\libs\GLEW64\LIB;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories >
152
+ <AdditionalDependencies >OpenGL32.lib;glew32s.lib;%(AdditionalDependencies)</AdditionalDependencies >
153
+ </Link >
154
+ <PostBuildEvent >
155
+ <Command >
156
+ </Command >
157
+ </PostBuildEvent >
158
+ </ItemDefinitionGroup >
159
+ <ItemGroup >
160
+ <ClInclude Include =" ..\..\SpoutSenderNames.h" />
161
+ <ClInclude Include =" ..\..\SpoutSharedMemory.h" />
162
+ <ClInclude Include =" src\resource.h" />
163
+ </ItemGroup >
164
+ <ItemGroup >
165
+ <ResourceCompile Include =" src\resource.rc" />
166
+ </ItemGroup >
167
+ <ItemGroup >
168
+ <ClCompile Include =" ..\..\SpoutSenderNames.cpp" />
169
+ <ClCompile Include =" ..\..\SpoutSharedMemory.cpp" />
170
+ <ClCompile Include =" src\main.cpp" />
171
+ </ItemGroup >
172
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
173
+ <ImportGroup Label =" ExtensionTargets" >
174
+ </ImportGroup >
175
+ </Project >
0 commit comments