Rev Author Line No. Line
2066 kakl 1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ItemGroup Label="ProjectConfigurations">
4 <ProjectConfiguration Include="Debug|Win32">
5 <Configuration>Debug</Configuration>
6 <Platform>Win32</Platform>
7 </ProjectConfiguration>
8 <ProjectConfiguration Include="Release|Win32">
9 <Configuration>Release</Configuration>
10 <Platform>Win32</Platform>
11 </ProjectConfiguration>
12 </ItemGroup>
13 <PropertyGroup Label="Globals">
14 <SccProjectName>
15 </SccProjectName>
16 <SccLocalPath>
17 </SccLocalPath>
18 <Keyword>MFCProj</Keyword>
19 </PropertyGroup>
20 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
21 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
22 <ConfigurationType>DynamicLibrary</ConfigurationType>
23 <UseOfMfc>Static</UseOfMfc>
24 <CharacterSet>MultiByte</CharacterSet>
25 </PropertyGroup>
26 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
27 <ConfigurationType>DynamicLibrary</ConfigurationType>
28 <UseOfMfc>Static</UseOfMfc>
29 <CharacterSet>MultiByte</CharacterSet>
30 </PropertyGroup>
31 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
32 <ImportGroup Label="ExtensionSettings">
33 </ImportGroup>
34 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
35 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
36 <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
37 </ImportGroup>
38 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
39 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
40 <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
41 </ImportGroup>
42 <PropertyGroup Label="UserMacros" />
43 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
44 <OutDir>.\Release\</OutDir>
45 <IntDir>.\Release\</IntDir>
46 <LinkIncremental>false</LinkIncremental>
47 </PropertyGroup>
48 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
49 <OutDir>.\Debug\</OutDir>
50 <IntDir>.\Debug\</IntDir>
51 <LinkIncremental>true</LinkIncremental>
52 </PropertyGroup>
53 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
54 <ClCompile>
55 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
56 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
57 <StringPooling>true</StringPooling>
58 <FunctionLevelLinking>true</FunctionLevelLinking>
59 <Optimization>MaxSpeed</Optimization>
60 <SuppressStartupBanner>true</SuppressStartupBanner>
61 <WarningLevel>Level3</WarningLevel>
62 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;STBLLIB_EXPORTS;_WINDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
63 <AssemblerListingLocation>.\Release\</AssemblerListingLocation>
64 <PrecompiledHeaderOutputFile>.\Release\STBLLIB.pch</PrecompiledHeaderOutputFile>
65 <PrecompiledHeader>
66 </PrecompiledHeader>
67 <ObjectFileName>.\Release\</ObjectFileName>
68 <ProgramDataBaseFileName>.\Release\</ProgramDataBaseFileName>
69 </ClCompile>
70 <Midl>
71 <SuppressStartupBanner>true</SuppressStartupBanner>
72 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
73 <TypeLibraryName>.\Release\STBLLIB.tlb</TypeLibraryName>
74 <MkTypLibCompatible>true</MkTypLibCompatible>
75 <TargetEnvironment>Win32</TargetEnvironment>
76 </Midl>
77 <ResourceCompile>
78 <Culture>0x0409</Culture>
79 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
80 </ResourceCompile>
81 <Bscmake>
82 <SuppressStartupBanner>true</SuppressStartupBanner>
83 <OutputFile>.\Release\STBLLIB.bsc</OutputFile>
84 </Bscmake>
85 <Link>
86 <SuppressStartupBanner>true</SuppressStartupBanner>
87 <LinkDLL>true</LinkDLL>
88 <SubSystem>Console</SubSystem>
89 <OutputFile>..\BIN\Release\STBLLIB.dll</OutputFile>
90 <ImportLibrary>.\Release\STBLLIB.lib</ImportLibrary>
91 </Link>
92 </ItemDefinitionGroup>
93 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
94 <ClCompile>
95 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
96 <InlineFunctionExpansion>Default</InlineFunctionExpansion>
97 <FunctionLevelLinking>false</FunctionLevelLinking>
98 <Optimization>Disabled</Optimization>
99 <SuppressStartupBanner>true</SuppressStartupBanner>
100 <WarningLevel>Level3</WarningLevel>
101 <MinimalRebuild>true</MinimalRebuild>
102 <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
103 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;STBLLIB_EXPORTS;_WINDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
104 <AssemblerListingLocation>.\Debug\</AssemblerListingLocation>
105 <BrowseInformation>true</BrowseInformation>
106 <PrecompiledHeaderOutputFile>.\Debug\STBLLIB.pch</PrecompiledHeaderOutputFile>
107 <PrecompiledHeader>
108 </PrecompiledHeader>
109 <ObjectFileName>.\Debug\</ObjectFileName>
110 <ProgramDataBaseFileName>.\Debug\</ProgramDataBaseFileName>
111 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
112 </ClCompile>
113 <Midl>
114 <SuppressStartupBanner>true</SuppressStartupBanner>
115 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
116 <TypeLibraryName>.\Debug\STBLLIB.tlb</TypeLibraryName>
117 <MkTypLibCompatible>true</MkTypLibCompatible>
118 <TargetEnvironment>Win32</TargetEnvironment>
119 </Midl>
120 <ResourceCompile>
121 <Culture>0x0409</Culture>
122 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
123 </ResourceCompile>
124 <Bscmake>
125 <SuppressStartupBanner>true</SuppressStartupBanner>
126 <OutputFile>.\Debug\STBLLIB.bsc</OutputFile>
127 </Bscmake>
128 <Link>
129 <SuppressStartupBanner>true</SuppressStartupBanner>
130 <LinkDLL>true</LinkDLL>
131 <GenerateDebugInformation>true</GenerateDebugInformation>
132 <SubSystem>Console</SubSystem>
133 <OutputFile>..\BIN\Debug\STBLLIB.dll</OutputFile>
134 <ImportLibrary>.\Debug\STBLLIB.lib</ImportLibrary>
135 </Link>
136 </ItemDefinitionGroup>
137 <ItemGroup>
138 <ClCompile Include="..\Crs232\rs232.cpp" />
139 <ClCompile Include="STBLLIB.cpp" />
140 </ItemGroup>
141 <ItemGroup>
142 <ResourceCompile Include="STBLLIB.rc" />
143 </ItemGroup>
144 <ItemGroup>
145 <ClInclude Include="..\Crs232\rs232.h" />
146 <ClInclude Include="STBLLIB.h" />
147 <ClInclude Include="StdAfx.h" />
148 </ItemGroup>
149 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
150 <ImportGroup Label="ExtensionTargets">
151 </ImportGroup>
152 </Project>