178 lines
9.5 KiB
XML
178 lines
9.5 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>{C3FDE1FE-1FCB-4156-BB37-2E38F5C2DFE7}</ProjectGuid>
|
|
<Keyword>Win32Proj</Keyword>
|
|
<RootNamespace>Demo</RootNamespace>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<CharacterSet>NotSet</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<CharacterSet>NotSet</CharacterSet>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<ImportGroup Label="ExtensionSettings">
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<PropertyGroup Label="UserMacros" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<LinkIncremental>true</LinkIncremental>
|
|
<OutDir>$(SolutionDir)$(Configuration)\..\..\..\</OutDir>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<LinkIncremental>false</LinkIncremental>
|
|
<OutDir>$(SolutionDir)$(Configuration)\..\..\..\</OutDir>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<ClCompile>
|
|
<PrecompiledHeader>
|
|
</PrecompiledHeader>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<Optimization>Disabled</Optimization>
|
|
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
|
<AdditionalIncludeDirectories>../freeglut/include/;../;../../tinkerbell/src/;../../</AdditionalIncludeDirectories>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Windows</SubSystem>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<PrecompiledHeader>
|
|
</PrecompiledHeader>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
|
<AdditionalIncludeDirectories>../freeglut/include/;../;../../tinkerbell/src/;../../</AdditionalIncludeDirectories>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Windows</SubSystem>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
<LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="..\..\tbanimation\Animation.cpp" />
|
|
<ClCompile Include="..\..\tbanimation\tb_animation.cpp" />
|
|
<ClCompile Include="..\..\tdfont\tdfont.cpp" />
|
|
<ClCompile Include="..\..\tdfont\tdfont_gl.cpp" />
|
|
<ClCompile Include="..\..\tdimage\lodepng.cpp" />
|
|
<ClCompile Include="..\..\tdimage\tdimage.cpp" />
|
|
<ClCompile Include="..\..\tdimage\tdimage_png.cpp" />
|
|
<ClCompile Include="..\..\tinkerbell\src\tb_bitmap_fragment.cpp" />
|
|
<ClCompile Include="..\..\tinkerbell\src\tb_hash.cpp" />
|
|
<ClCompile Include="..\..\tinkerbell\src\tb_tempbuffer.cpp" />
|
|
<ClCompile Include="..\..\tinkerbell\src\tb_linklist.cpp" />
|
|
<ClCompile Include="..\..\tinkerbell\src\tb_list.cpp" />
|
|
<ClCompile Include="..\..\tinkerbell\src\parser\TBNodeTree.cpp" />
|
|
<ClCompile Include="..\..\tinkerbell\src\parser\TBParser.cpp" />
|
|
<ClCompile Include="..\..\tinkerbell\src\PStyleEdit.cpp" />
|
|
<ClCompile Include="..\..\tinkerbell\src\tb_editfield.cpp" />
|
|
<ClCompile Include="..\..\tinkerbell\src\tb_hashtable.cpp" />
|
|
<ClCompile Include="..\..\tinkerbell\src\tb_language.cpp" />
|
|
<ClCompile Include="..\..\tinkerbell\src\tb_layout.cpp" />
|
|
<ClCompile Include="..\..\tinkerbell\src\tb_message_window.cpp" />
|
|
<ClCompile Include="..\..\tinkerbell\src\tb_msg.cpp" />
|
|
<ClCompile Include="..\..\tinkerbell\src\tb_scroll_container.cpp" />
|
|
<ClCompile Include="..\..\tinkerbell\src\tb_select.cpp" />
|
|
<ClCompile Include="..\..\tinkerbell\src\tb_skin.cpp" />
|
|
<ClCompile Include="..\..\tinkerbell\src\tb_system_win.cpp" />
|
|
<ClCompile Include="..\..\tinkerbell\src\tb_tab_container.cpp" />
|
|
<ClCompile Include="..\..\tinkerbell\src\tb_value.cpp" />
|
|
<ClCompile Include="..\..\tinkerbell\src\tb_widgets.cpp" />
|
|
<ClCompile Include="..\..\tinkerbell\src\tb_widgets_common.cpp" />
|
|
<ClCompile Include="..\..\tinkerbell\src\tb_widgets_listener.cpp" />
|
|
<ClCompile Include="..\..\tinkerbell\src\tb_widgets_reader.cpp" />
|
|
<ClCompile Include="..\..\tinkerbell\src\tb_widget_value.cpp" />
|
|
<ClCompile Include="..\..\tinkerbell\src\tb_window.cpp" />
|
|
<ClCompile Include="..\..\tinkerbell\src\tests\tb_test.cpp" />
|
|
<ClCompile Include="..\..\tinkerbell\src\tests\test_tb_linklist.cpp" />
|
|
<ClCompile Include="..\..\tinkerbell\src\tests\test_tb_test.cpp" />
|
|
<ClCompile Include="..\..\tinkerbell\src\tests\test_tb_widget_value.cpp" />
|
|
<ClCompile Include="..\..\tinkerbell\src\tinkerbell.cpp" />
|
|
<ClCompile Include="..\Demo01.cpp" />
|
|
<ClCompile Include="..\Demo02.cpp" />
|
|
<ClCompile Include="..\port_glut.cpp" />
|
|
<ClCompile Include="..\tb_renderer_gl.cpp" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Library Include="..\freeglut.lib" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="..\..\tbanimation\Animation.h" />
|
|
<ClInclude Include="..\..\tbanimation\tb_animation.h" />
|
|
<ClInclude Include="..\..\tdfont\tdfont.h" />
|
|
<ClInclude Include="..\..\tdimage\lodepng.h" />
|
|
<ClInclude Include="..\..\tdimage\tdimage.h" />
|
|
<ClInclude Include="..\..\tinkerbell\src\tb_bitmap_fragment.h" />
|
|
<ClInclude Include="..\..\tinkerbell\src\tb_hash.h" />
|
|
<ClInclude Include="..\..\tinkerbell\src\tb_tempbuffer.h" />
|
|
<ClInclude Include="..\..\tinkerbell\src\tb_linklist.h" />
|
|
<ClInclude Include="..\..\tinkerbell\src\tb_list.h" />
|
|
<ClInclude Include="..\..\tinkerbell\src\parser\TBNodeTree.h" />
|
|
<ClInclude Include="..\..\tinkerbell\src\parser\TBParser.h" />
|
|
<ClInclude Include="..\..\tinkerbell\src\PStyleEdit.h" />
|
|
<ClInclude Include="..\..\tinkerbell\src\tb_editfield.h" />
|
|
<ClInclude Include="..\..\tinkerbell\src\tb_hashtable.h" />
|
|
<ClInclude Include="..\..\tinkerbell\src\tb_language.h" />
|
|
<ClInclude Include="..\..\tinkerbell\src\tb_layout.h" />
|
|
<ClInclude Include="..\..\tinkerbell\src\tb_message_window.h" />
|
|
<ClInclude Include="..\..\tinkerbell\src\tb_msg.h" />
|
|
<ClInclude Include="..\..\tinkerbell\src\tb_renderer.h" />
|
|
<ClInclude Include="..\..\tinkerbell\src\tb_scroll_container.h" />
|
|
<ClInclude Include="..\..\tinkerbell\src\tb_select.h" />
|
|
<ClInclude Include="..\..\tinkerbell\src\tb_skin.h" />
|
|
<ClInclude Include="..\..\tinkerbell\src\tb_system.h" />
|
|
<ClInclude Include="..\..\tinkerbell\src\tb_tab_container.h" />
|
|
<ClInclude Include="..\..\tinkerbell\src\tb_value.h" />
|
|
<ClInclude Include="..\..\tinkerbell\src\tb_widgets.h" />
|
|
<ClInclude Include="..\..\tinkerbell\src\tb_widgets_common.h" />
|
|
<ClInclude Include="..\..\tinkerbell\src\tb_widgets_listener.h" />
|
|
<ClInclude Include="..\..\tinkerbell\src\tb_widgets_reader.h" />
|
|
<ClInclude Include="..\..\tinkerbell\src\tb_widget_value.h" />
|
|
<ClInclude Include="..\..\tinkerbell\src\tb_window.h" />
|
|
<ClInclude Include="..\..\tinkerbell\src\tests\tb_test.h" />
|
|
<ClInclude Include="..\..\tinkerbell\src\tinkerbell.h" />
|
|
<ClInclude Include="..\Demo.h" />
|
|
<ClInclude Include="..\tb_renderer_gl.h" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="..\..\integration.txt" />
|
|
<None Include="..\..\readme.txt" />
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |