110 lines
5.6 KiB
XML
110 lines
5.6 KiB
XML
|
<?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>{8B2E140D-E759-441F-B2BC-B9FE61CDF741}</ProjectGuid>
|
|||
|
</PropertyGroup>
|
|||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|||
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|||
|
<UseOfMfc>false</UseOfMfc>
|
|||
|
<PlatformToolset>v120</PlatformToolset>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|||
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|||
|
<UseOfMfc>false</UseOfMfc>
|
|||
|
<PlatformToolset>v120</PlatformToolset>
|
|||
|
</PropertyGroup>
|
|||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|||
|
<Import Project="lua_version.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'">..\..\lib\Debug\Lua$(LUASFX)\</OutDir>
|
|||
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\..\lib\Debug_64\Lua$(LUASFX)\</OutDir>
|
|||
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\..\obj\Debug\$(ProjectName)\Lua$(LUASFX)\</IntDir>
|
|||
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\..\obj\Debug_64\$(ProjectName)\Lua$(LUASFX)\</IntDir>
|
|||
|
</PropertyGroup>
|
|||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|||
|
<ClCompile>
|
|||
|
<Optimization>Disabled</Optimization>
|
|||
|
<AdditionalIncludeDirectories>..\..\src;..\..\include;..\..\srclua5;..\..\srclua5\lh;..\..\..\lua$(LUA_SUFFIX)\include;..\..\..\cd\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|||
|
<PreprocessorDefinitions>WIN32;_DEBUG;IUPLUA_USELH;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|||
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|||
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|||
|
<PrecompiledHeader>
|
|||
|
</PrecompiledHeader>
|
|||
|
<BrowseInformation>
|
|||
|
</BrowseInformation>
|
|||
|
<WarningLevel>Level4</WarningLevel>
|
|||
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|||
|
<DebugInformationFormat>OldStyle</DebugInformationFormat>
|
|||
|
<CompileAs>Default</CompileAs>
|
|||
|
</ClCompile>
|
|||
|
<ResourceCompile>
|
|||
|
<Culture>0x0416</Culture>
|
|||
|
</ResourceCompile>
|
|||
|
<Lib>
|
|||
|
<OutputFile>$(OutDir)$(ProjectName)$(LUASFX).lib</OutputFile>
|
|||
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|||
|
</Lib>
|
|||
|
</ItemDefinitionGroup>
|
|||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|||
|
<ClCompile>
|
|||
|
<Optimization>Disabled</Optimization>
|
|||
|
<AdditionalIncludeDirectories>..\..\src;..\..\include;..\..\srclua5;..\..\srclua5\lh;..\..\..\lua$(LUA_SUFFIX)\include;..\..\..\cd\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|||
|
<PreprocessorDefinitions>WIN32;_DEBUG;IUPLUA_USELH;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|||
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|||
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|||
|
<PrecompiledHeader>
|
|||
|
</PrecompiledHeader>
|
|||
|
<BrowseInformation>
|
|||
|
</BrowseInformation>
|
|||
|
<WarningLevel>Level4</WarningLevel>
|
|||
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|||
|
<DebugInformationFormat>OldStyle</DebugInformationFormat>
|
|||
|
<CompileAs>Default</CompileAs>
|
|||
|
</ClCompile>
|
|||
|
<ResourceCompile>
|
|||
|
<Culture>0x0416</Culture>
|
|||
|
</ResourceCompile>
|
|||
|
<Lib>
|
|||
|
<OutputFile>$(OutDir)$(ProjectName)$(LUASFX).lib</OutputFile>
|
|||
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
|||
|
</Lib>
|
|||
|
</ItemDefinitionGroup>
|
|||
|
<ItemGroup>
|
|||
|
<ClCompile Include="..\..\srclua5\ctrl\il_plot.c" />
|
|||
|
<ClCompile Include="..\..\srclua5\ctrl\iuplua_plot.c" />
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<None Include="..\..\srclua5\ctrl\iuplua_plot.def" />
|
|||
|
<None Include="..\..\srclua5\ctrl\plot.lua" />
|
|||
|
<None Include="..\..\srclua5\lh\plot.lh" />
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<ClInclude Include="..\..\include\iuplua_plot.h" />
|
|||
|
</ItemGroup>
|
|||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|||
|
<ImportGroup Label="ExtensionTargets">
|
|||
|
</ImportGroup>
|
|||
|
</Project>
|