204 lines
15 KiB
XML
204 lines
15 KiB
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|||
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|||
|
|
<ItemGroup Label="ProjectConfigurations">
|
|||
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|||
|
|
<Configuration>Debug</Configuration>
|
|||
|
|
<Platform>Win32</Platform>
|
|||
|
|
</ProjectConfiguration>
|
|||
|
|
<ProjectConfiguration Include="Release|Win32">
|
|||
|
|
<Configuration>Release</Configuration>
|
|||
|
|
<Platform>Win32</Platform>
|
|||
|
|
</ProjectConfiguration>
|
|||
|
|
</ItemGroup>
|
|||
|
|
<PropertyGroup Label="Globals">
|
|||
|
|
<ProjectGuid>{7FD42DF7-442E-479A-BA76-D0022F99702A}</ProjectGuid>
|
|||
|
|
<Keyword>Win32Proj</Keyword>
|
|||
|
|
<RootNamespace>example_button</RootNamespace>
|
|||
|
|
</PropertyGroup>
|
|||
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|||
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|||
|
|
<ConfigurationType>Application</ConfigurationType>
|
|||
|
|
<CharacterSet>Unicode</CharacterSet>
|
|||
|
|
<PlatformToolset>v110</PlatformToolset>
|
|||
|
|
</PropertyGroup>
|
|||
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|||
|
|
<ConfigurationType>Application</ConfigurationType>
|
|||
|
|
<CharacterSet>Unicode</CharacterSet>
|
|||
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|||
|
|
<PlatformToolset>v110</PlatformToolset>
|
|||
|
|
</PropertyGroup>
|
|||
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|||
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
|||
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|||
|
|
<Import Project="..\..\..\libs\openFrameworksCompiled\project\vs\openFrameworksRelease.props" />
|
|||
|
|
</ImportGroup>
|
|||
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
|||
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|||
|
|
<Import Project="..\..\..\libs\openFrameworksCompiled\project\vs\openFrameworksDebug.props" />
|
|||
|
|
</ImportGroup>
|
|||
|
|
<PropertyGroup Label="UserMacros" />
|
|||
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|||
|
|
<OutDir>bin\</OutDir>
|
|||
|
|
<IntDir>obj\$(Configuration)\</IntDir>
|
|||
|
|
<TargetName>$(ProjectName)_debug</TargetName>
|
|||
|
|
<LinkIncremental>true</LinkIncremental>
|
|||
|
|
<GenerateManifest>true</GenerateManifest>
|
|||
|
|
</PropertyGroup>
|
|||
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|||
|
|
<OutDir>bin\</OutDir>
|
|||
|
|
<IntDir>obj\$(Configuration)\</IntDir>
|
|||
|
|
<LinkIncremental>false</LinkIncremental>
|
|||
|
|
</PropertyGroup>
|
|||
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|||
|
|
<ClCompile>
|
|||
|
|
<Optimization>Disabled</Optimization>
|
|||
|
|
<MinimalRebuild>true</MinimalRebuild>
|
|||
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|||
|
|
<PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|||
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|||
|
|
<WarningLevel>Level3</WarningLevel>
|
|||
|
|
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|||
|
|
<AdditionalIncludeDirectories>%(AdditionalIncludeDirectories);src;src\data;src\gui;src\visual;src\visual\graph;..\..\..\addons\ofxLibwebsockets\libs\jsoncpp;..\..\..\addons\ofxLibwebsockets\libs\jsoncpp\json;..\..\..\addons\ofxLibwebsockets\libs\libwebsockets\include\;..\..\..\addons\ofxLibwebsockets\libs\openssl\openssl;..\..\..\addons\ofxLibwebsockets\libs\ofxLibwebsockets\include;..\..\..\addons\ofxLibwebsockets\libs\ofxLibwebsockets\include\ofxLibwebsockets;..\..\..\addons\ofxLibwebsockets\libs\ofxLibwebsockets\src;..\..\..\addons\ofxLibwebsockets\src;..\..\..\addons\ofxLibwebsockets\libs\libwebsockets\include\win32port;..\..\..\addons\ofxLibwebsockets\libs\libwebsockets\include\win32port\win32helpers;..\..\..\addons\ofxSpacebrew\src;..\..\..\addons\ofxUI\src;..\..\..\addons\ofxXmlSettings\libs;..\..\..\addons\ofxXmlSettings\src;..\..\..\addons\ofxFTGL\src;..\..\..\addons\ofxFTGL\libs\FTGL\include\FTGL;..\..\..\addons\ofxFTGL\libs\FTGL\include;..\..\..\addons\ofxFTGL\libs\FTGL</AdditionalIncludeDirectories>
|
|||
|
|
<CompileAs>CompileAsCpp</CompileAs>
|
|||
|
|
</ClCompile>
|
|||
|
|
<Link>
|
|||
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|||
|
|
<SubSystem>Console</SubSystem>
|
|||
|
|
<RandomizedBaseAddress>false</RandomizedBaseAddress>
|
|||
|
|
<AdditionalDependencies>%(AdditionalDependencies);websockets_static.lib;ZLIB.lib;ftgl_static.lib</AdditionalDependencies>
|
|||
|
|
<AdditionalLibraryDirectories>%(AdditionalLibraryDirectories);..\..\..\addons\ofxFTGL\libs\FTGL\lib\vs2012;..\..\..\addons\ofxLibwebsockets\libs\libwebsockets\lib\win32\Release</AdditionalLibraryDirectories>
|
|||
|
|
</Link>
|
|||
|
|
</ItemDefinitionGroup>
|
|||
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|||
|
|
<ClCompile>
|
|||
|
|
<WholeProgramOptimization>false</WholeProgramOptimization>
|
|||
|
|
<PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|||
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|||
|
|
<WarningLevel>Level3</WarningLevel>
|
|||
|
|
<AdditionalIncludeDirectories>%(AdditionalIncludeDirectories);src;src\data;src\gui;src\visual;src\visual\graph;..\..\..\addons\ofxLibwebsockets\libs\jsoncpp;..\..\..\addons\ofxLibwebsockets\libs\jsoncpp\json;..\..\..\addons\ofxLibwebsockets\libs\libwebsockets\include\;..\..\..\addons\ofxLibwebsockets\libs\openssl\openssl;..\..\..\addons\ofxLibwebsockets\libs\ofxLibwebsockets\include;..\..\..\addons\ofxLibwebsockets\libs\ofxLibwebsockets\include\ofxLibwebsockets;..\..\..\addons\ofxLibwebsockets\libs\ofxLibwebsockets\src;..\..\..\addons\ofxLibwebsockets\src;..\..\..\addons\ofxLibwebsockets\libs\libwebsockets\include\win32port;..\..\..\addons\ofxLibwebsockets\libs\libwebsockets\include\win32port\win32helpers;..\..\..\addons\ofxSpacebrew\src;..\..\..\addons\ofxUI\src;..\..\..\addons\ofxXmlSettings\libs;..\..\..\addons\ofxXmlSettings\src;..\..\..\addons\ofxFTGL\src;..\..\..\addons\ofxFTGL\libs\FTGL\include\FTGL;..\..\..\addons\ofxFTGL\libs\FTGL\include;..\..\..\addons\ofxFTGL\libs\FTGL</AdditionalIncludeDirectories>
|
|||
|
|
<CompileAs>CompileAsCpp</CompileAs>
|
|||
|
|
</ClCompile>
|
|||
|
|
<Link>
|
|||
|
|
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
|
|||
|
|
<GenerateDebugInformation>false</GenerateDebugInformation>
|
|||
|
|
<SubSystem>Console</SubSystem>
|
|||
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|||
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|||
|
|
<RandomizedBaseAddress>false</RandomizedBaseAddress>
|
|||
|
|
<AdditionalDependencies>%(AdditionalDependencies);websockets_static.lib;ZLIB.lib;ftgl_static.lib</AdditionalDependencies>
|
|||
|
|
<AdditionalLibraryDirectories>%(AdditionalLibraryDirectories);..\..\..\addons\ofxFTGL\libs\FTGL\lib\vs2012;..\..\..\addons\ofxLibwebsockets\libs\libwebsockets\lib\win32\Release</AdditionalLibraryDirectories>
|
|||
|
|
</Link>
|
|||
|
|
</ItemDefinitionGroup>
|
|||
|
|
<ItemGroup>
|
|||
|
|
<ClCompile Include="..\..\..\addons\ofxFTGL\src\ofxFTGLFont.cpp" />
|
|||
|
|
<ClCompile Include="..\..\..\addons\ofxFTGL\src\ofxFTGLSimpleLayout.cpp" />
|
|||
|
|
<ClCompile Include="..\..\..\addons\ofxXmlSettings\libs\tinyxml.cpp" />
|
|||
|
|
<ClCompile Include="..\..\..\addons\ofxXmlSettings\libs\tinyxmlerror.cpp" />
|
|||
|
|
<ClCompile Include="..\..\..\addons\ofxXmlSettings\libs\tinyxmlparser.cpp" />
|
|||
|
|
<ClCompile Include="..\..\..\addons\ofxXmlSettings\src\ofxXmlSettings.cpp" />
|
|||
|
|
<ClCompile Include="src\data\DataManager.cpp" />
|
|||
|
|
<ClCompile Include="src\gui\GUI.cpp" />
|
|||
|
|
<ClCompile Include="src\gui\GUIManager.cpp" />
|
|||
|
|
<ClCompile Include="src\main.cpp" />
|
|||
|
|
<ClCompile Include="src\testApp.cpp" />
|
|||
|
|
<ClCompile Include="..\..\..\addons\ofxLibwebsockets\libs\jsoncpp\jsoncpp.cpp" />
|
|||
|
|
<ClCompile Include="..\..\..\addons\ofxLibwebsockets\libs\ofxLibwebsockets\src\Server.cpp" />
|
|||
|
|
<ClCompile Include="..\..\..\addons\ofxLibwebsockets\libs\ofxLibwebsockets\src\Reactor.cpp" />
|
|||
|
|
<ClCompile Include="..\..\..\addons\ofxLibwebsockets\libs\ofxLibwebsockets\src\Protocol.cpp" />
|
|||
|
|
<ClCompile Include="..\..\..\addons\ofxLibwebsockets\libs\ofxLibwebsockets\src\Events.cpp" />
|
|||
|
|
<ClCompile Include="..\..\..\addons\ofxLibwebsockets\libs\ofxLibwebsockets\src\Connection.cpp" />
|
|||
|
|
<ClCompile Include="..\..\..\addons\ofxLibwebsockets\libs\ofxLibwebsockets\src\Client.cpp" />
|
|||
|
|
<ClCompile Include="..\..\..\addons\ofxSpacebrew\src\ofxSpacebrew.cpp" />
|
|||
|
|
<ClCompile Include="src\visual\graph\AbstractGraph.cpp" />
|
|||
|
|
<ClCompile Include="src\visual\graph\SeparateBodyGraph.cpp" />
|
|||
|
|
<ClCompile Include="src\visual\Scene.cpp" />
|
|||
|
|
</ItemGroup>
|
|||
|
|
<ItemGroup>
|
|||
|
|
<ClInclude Include="..\..\..\addons\ofxFTGL\libs\FTGL\include\FTGL\FTBBox.h" />
|
|||
|
|
<ClInclude Include="..\..\..\addons\ofxFTGL\libs\FTGL\include\FTGL\FTBitmapGlyph.h" />
|
|||
|
|
<ClInclude Include="..\..\..\addons\ofxFTGL\libs\FTGL\include\FTGL\FTBuffer.h" />
|
|||
|
|
<ClInclude Include="..\..\..\addons\ofxFTGL\libs\FTGL\include\FTGL\FTBufferFont.h" />
|
|||
|
|
<ClInclude Include="..\..\..\addons\ofxFTGL\libs\FTGL\include\FTGL\FTBufferGlyph.h" />
|
|||
|
|
<ClInclude Include="..\..\..\addons\ofxFTGL\libs\FTGL\include\FTGL\FTExtrdGlyph.h" />
|
|||
|
|
<ClInclude Include="..\..\..\addons\ofxFTGL\libs\FTGL\include\FTGL\FTFont.h" />
|
|||
|
|
<ClInclude Include="..\..\..\addons\ofxFTGL\libs\FTGL\include\FTGL\ftgl.h" />
|
|||
|
|
<ClInclude Include="..\..\..\addons\ofxFTGL\libs\FTGL\include\FTGL\FTGLBitmapFont.h" />
|
|||
|
|
<ClInclude Include="..\..\..\addons\ofxFTGL\libs\FTGL\include\FTGL\FTGLExtrdFont.h" />
|
|||
|
|
<ClInclude Include="..\..\..\addons\ofxFTGL\libs\FTGL\include\FTGL\FTGLOutlineFont.h" />
|
|||
|
|
<ClInclude Include="..\..\..\addons\ofxFTGL\libs\FTGL\include\FTGL\FTGLPixmapFont.h" />
|
|||
|
|
<ClInclude Include="..\..\..\addons\ofxFTGL\libs\FTGL\include\FTGL\FTGLPolygonFont.h" />
|
|||
|
|
<ClInclude Include="..\..\..\addons\ofxFTGL\libs\FTGL\include\FTGL\FTGLTextureFont.h" />
|
|||
|
|
<ClInclude Include="..\..\..\addons\ofxFTGL\libs\FTGL\include\FTGL\FTGlyph.h" />
|
|||
|
|
<ClInclude Include="..\..\..\addons\ofxFTGL\libs\FTGL\include\FTGL\FTLayout.h" />
|
|||
|
|
<ClInclude Include="..\..\..\addons\ofxFTGL\libs\FTGL\include\FTGL\FTOutlineGlyph.h" />
|
|||
|
|
<ClInclude Include="..\..\..\addons\ofxFTGL\libs\FTGL\include\FTGL\FTPixmapGlyph.h" />
|
|||
|
|
<ClInclude Include="..\..\..\addons\ofxFTGL\libs\FTGL\include\FTGL\FTPoint.h" />
|
|||
|
|
<ClInclude Include="..\..\..\addons\ofxFTGL\libs\FTGL\include\FTGL\FTPolyGlyph.h" />
|
|||
|
|
<ClInclude Include="..\..\..\addons\ofxFTGL\libs\FTGL\include\FTGL\FTSimpleLayout.h" />
|
|||
|
|
<ClInclude Include="..\..\..\addons\ofxFTGL\libs\FTGL\include\FTGL\FTTextureGlyph.h" />
|
|||
|
|
<ClInclude Include="..\..\..\addons\ofxFTGL\src\ofxFTGL.h" />
|
|||
|
|
<ClInclude Include="..\..\..\addons\ofxFTGL\src\ofxFTGLFont.h" />
|
|||
|
|
<ClInclude Include="..\..\..\addons\ofxFTGL\src\ofxFTGLSimpleLayout.h" />
|
|||
|
|
<ClInclude Include="..\..\..\addons\ofxUI\src\ofxUI.h" />
|
|||
|
|
<ClInclude Include="..\..\..\addons\ofxUI\src\ofxUI2DPad.h" />
|
|||
|
|
<ClInclude Include="..\..\..\addons\ofxUI\src\ofxUIBiLabelSlider.h" />
|
|||
|
|
<ClInclude Include="..\..\..\addons\ofxUI\src\ofxUIButton.h" />
|
|||
|
|
<ClInclude Include="..\..\..\addons\ofxUI\src\ofxUICanvas.h" />
|
|||
|
|
<ClInclude Include="..\..\..\addons\ofxUI\src\ofxUICircleSlider.h" />
|
|||
|
|
<ClInclude Include="..\..\..\addons\ofxUI\src\ofxUICustomImageButton.h" />
|
|||
|
|
<ClInclude Include="..\..\..\addons\ofxUI\src\ofxUIDropDownList.h" />
|
|||
|
|
<ClInclude Include="..\..\..\addons\ofxUI\src\ofxUIEventArgs.h" />
|
|||
|
|
<ClInclude Include="..\..\..\addons\ofxUI\src\ofxUIFPS.h" />
|
|||
|
|
<ClInclude Include="..\..\..\addons\ofxUI\src\ofxUIFPSSlider.h" />
|
|||
|
|
<ClInclude Include="..\..\..\addons\ofxUI\src\ofxUIImage.h" />
|
|||
|
|
<ClInclude Include="..\..\..\addons\ofxUI\src\ofxUIImageButton.h" />
|
|||
|
|
<ClInclude Include="..\..\..\addons\ofxUI\src\ofxUIImageSampler.h" />
|
|||
|
|
<ClInclude Include="..\..\..\addons\ofxUI\src\ofxUIImageSlider.h" />
|
|||
|
|
<ClInclude Include="..\..\..\addons\ofxUI\src\ofxUIImageToggle.h" />
|
|||
|
|
<ClInclude Include="..\..\..\addons\ofxUI\src\ofxUILabel.h" />
|
|||
|
|
<ClInclude Include="..\..\..\addons\ofxUI\src\ofxUILabelButton.h" />
|
|||
|
|
<ClInclude Include="..\..\..\addons\ofxUI\src\ofxUILabelToggle.h" />
|
|||
|
|
<ClInclude Include="..\..\..\addons\ofxUI\src\ofxUIMinimalSlider.h" />
|
|||
|
|
<ClInclude Include="..\..\..\addons\ofxUI\src\ofxUIMovingGraph.h" />
|
|||
|
|
<ClInclude Include="..\..\..\addons\ofxUI\src\ofxUIMultiImageButton.h" />
|
|||
|
|
<ClInclude Include="..\..\..\addons\ofxUI\src\ofxUIMultiImageSlider.h" />
|
|||
|
|
<ClInclude Include="..\..\..\addons\ofxUI\src\ofxUIMultiImageToggle.h" />
|
|||
|
|
<ClInclude Include="..\..\..\addons\ofxUI\src\ofxUINumberDialer.h" />
|
|||
|
|
<ClInclude Include="..\..\..\addons\ofxUI\src\ofxUIRadio.h" />
|
|||
|
|
<ClInclude Include="..\..\..\addons\ofxUI\src\ofxUIRangeSlider.h" />
|
|||
|
|
<ClInclude Include="..\..\..\addons\ofxUI\src\ofxUIRectangle.h" />
|
|||
|
|
<ClInclude Include="..\..\..\addons\ofxUI\src\ofxUIRotarySlider.h" />
|
|||
|
|
<ClInclude Include="..\..\..\addons\ofxUI\src\ofxUIScrollableCanvas.h" />
|
|||
|
|
<ClInclude Include="..\..\..\addons\ofxUI\src\ofxUISlider.h" />
|
|||
|
|
<ClInclude Include="..\..\..\addons\ofxUI\src\ofxUISpacer.h" />
|
|||
|
|
<ClInclude Include="..\..\..\addons\ofxUI\src\ofxUISpectrum.h" />
|
|||
|
|
<ClInclude Include="..\..\..\addons\ofxUI\src\ofxUITextInput.h" />
|
|||
|
|
<ClInclude Include="..\..\..\addons\ofxUI\src\ofxUIToggle.h" />
|
|||
|
|
<ClInclude Include="..\..\..\addons\ofxUI\src\ofxUIToggleMatrix.h" />
|
|||
|
|
<ClInclude Include="..\..\..\addons\ofxUI\src\ofxUIWaveform.h" />
|
|||
|
|
<ClInclude Include="..\..\..\addons\ofxUI\src\ofxUIWidget.h" />
|
|||
|
|
<ClInclude Include="..\..\..\addons\ofxUI\src\ofxUIWidgetWithLabel.h" />
|
|||
|
|
<ClInclude Include="..\..\..\addons\ofxXmlSettings\libs\tinyxml.h" />
|
|||
|
|
<ClInclude Include="..\..\..\addons\ofxXmlSettings\src\ofxXmlSettings.h" />
|
|||
|
|
<ClInclude Include="src\data\DataManager.h" />
|
|||
|
|
<ClInclude Include="src\Globals.h" />
|
|||
|
|
<ClInclude Include="src\gui\GUI.h" />
|
|||
|
|
<ClInclude Include="src\gui\GUIManager.h" />
|
|||
|
|
<ClInclude Include="src\testApp.h" />
|
|||
|
|
<ClInclude Include="..\..\..\addons\ofxSpacebrew\src\ofxSpacebrew.h" />
|
|||
|
|
<ClInclude Include="src\visual\graph\AbstractGraph.h" />
|
|||
|
|
<ClInclude Include="src\visual\graph\SeparateBodyGraph.h" />
|
|||
|
|
<ClInclude Include="src\visual\Scene.h" />
|
|||
|
|
</ItemGroup>
|
|||
|
|
<ItemGroup>
|
|||
|
|
<ProjectReference Include="..\..\..\libs\openFrameworksCompiled\project\vs\openframeworksLib.vcxproj">
|
|||
|
|
<Project>{5837595d-aca9-485c-8e76-729040ce4b0b}</Project>
|
|||
|
|
</ProjectReference>
|
|||
|
|
</ItemGroup>
|
|||
|
|
<ItemGroup>
|
|||
|
|
<ResourceCompile Include="icon.rc">
|
|||
|
|
<AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">/D_DEBUG %(AdditionalOptions)</AdditionalOptions>
|
|||
|
|
</ResourceCompile>
|
|||
|
|
</ItemGroup>
|
|||
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|||
|
|
</Project>
|