1
0
mirror of https://github.com/stargieg/bacnet-stack synced 2025-10-26 23:35:52 +08:00
Files
bacnet-stack/ports/win32/Microsoft Visual Studio 2010/BACnet Handler Library/BACnet Handler Library.vcxproj
2013-03-21 22:53:31 +01:00

120 lines
6.4 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>{9D4C3515-CA91-4C54-93DC-9962A3139A38}</ProjectGuid>
<RootNamespace>BACnetHandlerLibrary</RootNamespace>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>MultiByte</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 />
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<Optimization>Disabled</Optimization>
<AdditionalIncludeDirectories>..\..\..\..\include;..\..\;..\..\..\..\demo\object;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>_MBCS;PRINT_ENABLED=1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
<Lib>
<LinkTimeCodeGeneration>true</LinkTimeCodeGeneration>
</Lib>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<Optimization>MaxSpeed</Optimization>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<AdditionalIncludeDirectories>..\..\..\..\include;..\..\;..\..\..\..\demo\object;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>_MBCS;PRINT_ENABLED=1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="..\..\..\..\demo\handler\dlenv.c" />
<ClCompile Include="..\..\..\..\demo\handler\h_arf.c" />
<ClCompile Include="..\..\..\..\demo\handler\h_arf_a.c" />
<ClCompile Include="..\..\..\..\demo\handler\h_awf.c" />
<ClCompile Include="..\..\..\..\demo\handler\h_cov.c" />
<ClCompile Include="..\..\..\..\demo\handler\h_dcc.c" />
<ClCompile Include="..\..\..\..\demo\handler\h_iam.c" />
<ClCompile Include="..\..\..\..\demo\handler\h_ihave.c" />
<ClCompile Include="..\..\..\..\demo\handler\h_lso.c" />
<ClCompile Include="..\..\..\..\demo\handler\h_npdu.c" />
<ClCompile Include="..\..\..\..\demo\handler\h_rd.c" />
<ClCompile Include="..\..\..\..\demo\handler\h_rp.c" />
<ClCompile Include="..\..\..\..\demo\handler\h_rpm.c" />
<ClCompile Include="..\..\..\..\demo\handler\h_rpm_a.c" />
<ClCompile Include="..\..\..\..\demo\handler\h_rp_a.c" />
<ClCompile Include="..\..\..\..\demo\handler\h_rr.c" />
<ClCompile Include="..\..\..\..\demo\handler\h_ts.c" />
<ClCompile Include="..\..\..\..\demo\handler\h_ucov.c" />
<ClCompile Include="..\..\..\..\demo\handler\h_upt.c" />
<ClCompile Include="..\..\..\..\demo\handler\h_whohas.c" />
<ClCompile Include="..\..\..\..\demo\handler\h_whois.c" />
<ClCompile Include="..\..\..\..\demo\handler\h_wp.c" />
<ClCompile Include="..\..\..\..\demo\handler\h_wpm.c" />
<ClCompile Include="..\..\..\..\demo\handler\noserv.c" />
<ClCompile Include="..\..\..\..\demo\handler\objects.c" />
<ClCompile Include="..\..\..\..\demo\handler\s_arfs.c" />
<ClCompile Include="..\..\..\..\demo\handler\s_awfs.c" />
<ClCompile Include="..\..\..\..\demo\handler\s_cov.c" />
<ClCompile Include="..\..\..\..\demo\handler\s_dcc.c" />
<ClCompile Include="..\..\..\..\demo\handler\s_iam.c" />
<ClCompile Include="..\..\..\..\demo\handler\s_ihave.c" />
<ClCompile Include="..\..\..\..\demo\handler\s_rd.c" />
<ClCompile Include="..\..\..\..\demo\handler\s_router.c" />
<ClCompile Include="..\..\..\..\demo\handler\s_rp.c" />
<ClCompile Include="..\..\..\..\demo\handler\s_rpm.c" />
<ClCompile Include="..\..\..\..\demo\handler\s_ts.c" />
<ClCompile Include="..\..\..\..\demo\handler\s_uevent.c" />
<ClCompile Include="..\..\..\..\demo\handler\s_whohas.c" />
<ClCompile Include="..\..\..\..\demo\handler\s_whois.c" />
<ClCompile Include="..\..\..\..\demo\handler\s_wp.c" />
<ClCompile Include="..\..\..\..\demo\handler\txbuf.c" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\..\..\demo\handler\client.h" />
<ClInclude Include="..\..\..\..\demo\handler\dlenv.h" />
<ClInclude Include="..\..\..\..\demo\handler\txbuf.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>