iup-stack/iup/mak.vc12/iuptest.vcxproj

249 lines
14 KiB
XML
Raw Normal View History

2023-02-20 16:44:45 +00:00
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="12.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="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{2F92EC58-D94C-40BF-8C82-77607C72E1E3}</ProjectGuid>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseOfMfc>false</UseOfMfc>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v120</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseOfMfc>false</UseOfMfc>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v120</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</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="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
<_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\bin\Debug\</OutDir>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\bin\Debug_64\</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\obj\Debug\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\obj\Debug_64\$(ProjectName)\</IntDir>
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkIncremental>
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkIncremental>
<GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</GenerateManifest>
<GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</GenerateManifest>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<Midl>
<TypeLibraryName>..\bin\$(ProjectName).tlb</TypeLibraryName>
</Midl>
<ClCompile>
<Optimization>Disabled</Optimization>
<AdditionalIncludeDirectories>..\include;..\..\cd\include;..\..\im\include;\LNG\vld\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;__IUPDEF_H;BIG_TEST;USE_OPENGL;MGLPLOT_TEST;PLOT_TEST;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ExceptionHandling>
</ExceptionHandling>
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
<PrecompiledHeader>
</PrecompiledHeader>
<BrowseInformation>
</BrowseInformation>
<WarningLevel>Level4</WarningLevel>
<SuppressStartupBanner>true</SuppressStartupBanner>
<DebugInformationFormat>OldStyle</DebugInformationFormat>
<CompileAs>Default</CompileAs>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<Culture>0x0416</Culture>
<AdditionalIncludeDirectories>..\etc</AdditionalIncludeDirectories>
</ResourceCompile>
<Link>
<AdditionalDependencies>gdiplus.lib;cdcontextplus.lib;comctl32.lib;ole32.lib;opengl32.lib;glu32.lib;iup.lib;iupgl.lib;iupcontrols.lib;iupglcontrols.lib;iupimglib.lib;iup_scintilla.lib;Imm32.lib;cd.lib;freetype6.lib;zlib1.lib;iupcd.lib;iup_plot.lib;iup_mglplot.lib;vld.lib;cdgl.lib;ftgl.lib;iupim.lib;im.lib;im_process.lib;iupole.lib;iupweb.lib;%(AdditionalDependencies)</AdditionalDependencies>
<SuppressStartupBanner>true</SuppressStartupBanner>
<AdditionalLibraryDirectories>..\lib\Debug;..\..\cd\lib\Debug;..\..\im\lib\Debug;..\..\freetype\lib\Debug;..\..\ftgl\lib\Debug;..\..\zlib\lib\Debug;\LNG\vld\lib\Win32;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
<GenerateDebugInformation>true</GenerateDebugInformation>
<ProgramDatabaseFile>$(TargetDir)$(TargetName).pdb</ProgramDatabaseFile>
<SubSystem>Console</SubSystem>
<RandomizedBaseAddress>false</RandomizedBaseAddress>
<DataExecutionPrevention>
</DataExecutionPrevention>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<Midl>
<TypeLibraryName>..\bin\$(ProjectName).tlb</TypeLibraryName>
</Midl>
<ClCompile>
<Optimization>Disabled</Optimization>
<AdditionalIncludeDirectories>..\include;..\..\cd\include;..\..\im\include;\LNG\vld\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;__IUPDEF_H;BIG_TEST;USE_OPENGL;MGLPLOT_TEST;PLOT_TEST;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ExceptionHandling>
</ExceptionHandling>
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
<PrecompiledHeader>
</PrecompiledHeader>
<BrowseInformation>
</BrowseInformation>
<WarningLevel>Level4</WarningLevel>
<SuppressStartupBanner>true</SuppressStartupBanner>
<DebugInformationFormat>OldStyle</DebugInformationFormat>
<CompileAs>Default</CompileAs>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>TEC_64;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<Culture>0x0416</Culture>
<AdditionalIncludeDirectories>..\etc</AdditionalIncludeDirectories>
</ResourceCompile>
<Link>
<AdditionalDependencies>gdiplus.lib;cdcontextplus.lib;comctl32.lib;ole32.lib;opengl32.lib;glu32.lib;iup.lib;iupgl.lib;iupcontrols.lib;iupglcontrols.lib;iupimglib.lib;iup_scintilla.lib;Imm32.lib;cd.lib;freetype6.lib;zlib1.lib;iupcd.lib;iup_plot.lib;iup_mglplot.lib;cdgl.lib;ftgl.lib;iupim.lib;im.lib;im_process.lib;iupole.lib;iupweb.lib;iupfiledlg.lib;%(AdditionalDependencies)</AdditionalDependencies>
<SuppressStartupBanner>true</SuppressStartupBanner>
<AdditionalLibraryDirectories>..\lib\Debug_64;..\..\cd\lib\Debug_64;..\..\im\lib\Debug_64;..\..\freetype\lib\Debug_64;..\..\ftgl\lib\Debug_64;..\..\zlib\lib\Debug_64;\lng\vld\lib\Win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
<GenerateDebugInformation>true</GenerateDebugInformation>
<ProgramDatabaseFile>$(TargetDir)$(TargetName).pdb</ProgramDatabaseFile>
<SubSystem>Console</SubSystem>
<RandomizedBaseAddress>false</RandomizedBaseAddress>
<DataExecutionPrevention>
</DataExecutionPrevention>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<None Include="..\html\examples\tests\dial.led" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\html\examples\tests\iuptest.rc" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\html\examples\tests\bigtest.c" />
<ClCompile Include="..\html\examples\tests\button.c" />
<ClCompile Include="..\html\examples\tests\calendar.c" />
<ClCompile Include="..\html\examples\tests\canvas.c" />
<ClCompile Include="..\html\examples\tests\canvas_cddbuffer.c" />
<ClCompile Include="..\html\examples\tests\canvas_cdsimple.c" />
<ClCompile Include="..\html\examples\tests\canvas_scrollbar.c" />
<ClCompile Include="..\html\examples\tests\canvas_scrollbar2.c" />
<ClCompile Include="..\html\examples\tests\canvas_scrollbar3.c" />
<ClCompile Include="..\html\examples\tests\cbox.c" />
<ClCompile Include="..\html\examples\tests\cells_checkboard.c" />
<ClCompile Include="..\html\examples\tests\cells_degrade.c" />
<ClCompile Include="..\html\examples\tests\cells_numbering.c" />
<ClCompile Include="..\html\examples\tests\charac.c" />
<ClCompile Include="..\html\examples\tests\class_conf.c" />
<ClCompile Include="..\html\examples\tests\clipboard.c" />
<ClCompile Include="..\html\examples\tests\colorbar.c" />
<ClCompile Include="..\html\examples\tests\colorbrowser.c" />
<ClCompile Include="..\html\examples\tests\detachbox.c" />
<ClCompile Include="..\html\examples\tests\dial.c" />
<ClCompile Include="..\html\examples\tests\dialog.c" />
<ClCompile Include="..\html\examples\tests\dial_led.c" />
<ClCompile Include="..\html\examples\tests\dropbutton.c" />
<ClCompile Include="..\html\examples\tests\expander.c" />
<ClCompile Include="..\html\examples\tests\flatbutton.c" />
<ClCompile Include="..\html\examples\tests\flatframe.c" />
<ClCompile Include="..\html\examples\tests\flatlabel.c" />
<ClCompile Include="..\html\examples\tests\flatlist.c" />
<ClCompile Include="..\html\examples\tests\flatsample.c" />
<ClCompile Include="..\html\examples\tests\flatscrollbox.c" />
<ClCompile Include="..\html\examples\tests\flattabs.c" />
<ClCompile Include="..\html\examples\tests\flattoggle.c" />
<ClCompile Include="..\html\examples\tests\flattree.c" />
<ClCompile Include="..\html\examples\tests\flatval.c" />
<ClCompile Include="..\html\examples\tests\frame.c" />
<ClCompile Include="..\html\examples\tests\gauge.c" />
<ClCompile Include="..\html\examples\tests\getcolor.c" />
<ClCompile Include="..\html\examples\tests\getparam.c" />
<ClCompile Include="..\html\examples\tests\glcanvas.c" />
<ClCompile Include="..\html\examples\tests\glcanvas_cube.c" />
<ClCompile Include="..\html\examples\tests\gridbox.c" />
<ClCompile Include="..\html\examples\tests\hbox.c" />
<ClCompile Include="..\html\examples\tests\idle.c" />
<ClCompile Include="..\html\examples\tests\label.c" />
<ClCompile Include="..\html\examples\tests\link.c" />
<ClCompile Include="..\html\examples\tests\list.c" />
<ClCompile Include="..\html\examples\tests\mathglsamples.c" />
<ClCompile Include="..\html\examples\tests\matrix.c" />
<ClCompile Include="..\html\examples\tests\matrixlist.c" />
<ClCompile Include="..\html\examples\tests\matrix_cbmode.c" />
<ClCompile Include="..\html\examples\tests\matrix_cbs.c" />
<ClCompile Include="..\html\examples\tests\mdi.c" />
<ClCompile Include="..\html\examples\tests\menu.c" />
<ClCompile Include="..\html\examples\tests\mgllabel.c" />
<ClCompile Include="..\html\examples\tests\mglplot.c" />
<ClCompile Include="..\html\examples\tests\multibox.c" />
<ClCompile Include="..\html\examples\tests\ole.cpp" />
<ClCompile Include="..\html\examples\tests\plot.c" />
<ClCompile Include="..\html\examples\tests\predialogs.c" />
<ClCompile Include="..\html\examples\tests\progressbar.c" />
<ClCompile Include="..\html\examples\tests\progressdlg.c" />
<ClCompile Include="..\html\examples\tests\sample.c" />
<ClCompile Include="..\html\examples\tests\sbox.c" />
<ClCompile Include="..\html\examples\tests\scanf.c" />
<ClCompile Include="..\html\examples\tests\scintilla.c" />
<ClCompile Include="..\html\examples\tests\scrollbox.c" />
<ClCompile Include="..\html\examples\tests\spin.c" />
<ClCompile Include="..\html\examples\tests\split.c" />
<ClCompile Include="..\html\examples\tests\sysinfo.c" />
<ClCompile Include="..\html\examples\tests\tabs.c" />
<ClCompile Include="..\html\examples\tests\text.c" />
<ClCompile Include="..\html\examples\tests\text_spin.c" />
<ClCompile Include="..\html\examples\tests\timer.c" />
<ClCompile Include="..\html\examples\tests\toggle.c" />
<ClCompile Include="..\html\examples\tests\tray.c" />
<ClCompile Include="..\html\examples\tests\tree.c" />
<ClCompile Include="..\html\examples\tests\val.c" />
<ClCompile Include="..\html\examples\tests\vbox.c" />
<ClCompile Include="..\html\examples\tests\webbrowser.c" />
<ClCompile Include="..\html\examples\tests\zbox.c" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="iupcd.vcxproj">
<Project>{be7472e1-e76e-4969-a35f-054614f5884e}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="iupcontrols.vcxproj">
<Project>{5eefe977-c56d-462f-bdee-12a5452eb8cc}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="iupcore.vcxproj">
<Project>{2c7e83b9-7fe8-432a-97ba-fcf4d0728408}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="iupgl.vcxproj">
<Project>{e251b4f4-0b0a-482b-ba18-2509adc4b6aa}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="iupim.vcxproj">
<Project>{e251b4f4-0b0a-482b-ba18-1234adc4b6aa}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="iupwin.vcxproj">
<Project>{2c7e83b9-123a-bcdf-97ba-fcf4d0728408}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="iup_mglplot.vcxproj">
<Project>{5a42028b-912c-aab9-d3e1-12df9264a5fd}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>