1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" ToolsVersion =" 15.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+ <SccLocalPath />
16+ <ProjectGuid >{DA8823CD-C162-467C-BD62-15940C4DE04B}</ProjectGuid >
17+ <WindowsTargetPlatformVersion >8.1</WindowsTargetPlatformVersion >
18+ </PropertyGroup >
19+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
20+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
21+ <ConfigurationType >Application</ConfigurationType >
22+ <PlatformToolset >v140_xp</PlatformToolset >
23+ <UseOfMfc >false</UseOfMfc >
24+ <CharacterSet >MultiByte</CharacterSet >
25+ </PropertyGroup >
26+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
27+ <ConfigurationType >Application</ConfigurationType >
28+ <PlatformToolset >v140_xp</PlatformToolset >
29+ <UseOfMfc >false</UseOfMfc >
30+ <CharacterSet >MultiByte</CharacterSet >
31+ </PropertyGroup >
32+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
33+ <ImportGroup Label =" ExtensionSettings" >
34+ </ImportGroup >
35+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" PropertySheets" >
36+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
37+ <Import Project =" $(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
38+ </ImportGroup >
39+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" PropertySheets" >
40+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
41+ <Import Project =" $(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
42+ </ImportGroup >
43+ <PropertyGroup Label =" UserMacros" />
44+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
45+ <OutDir >.\Release\</OutDir >
46+ <IntDir >.\Release\</IntDir >
47+ <LinkIncremental >false</LinkIncremental >
48+ <GenerateManifest >false</GenerateManifest >
49+ </PropertyGroup >
50+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
51+ <OutDir >.\Debug\</OutDir >
52+ <IntDir >.\Debug\</IntDir >
53+ <LinkIncremental >true</LinkIncremental >
54+ </PropertyGroup >
55+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
56+ <ClCompile >
57+ <RuntimeLibrary >MultiThreaded</RuntimeLibrary >
58+ <InlineFunctionExpansion >Default</InlineFunctionExpansion >
59+ <StringPooling >true</StringPooling >
60+ <FunctionLevelLinking >true</FunctionLevelLinking >
61+ <Optimization >MinSpace</Optimization >
62+ <SuppressStartupBanner >true</SuppressStartupBanner >
63+ <WarningLevel >Level3</WarningLevel >
64+ <PreprocessorDefinitions >WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
65+ <AssemblerListingLocation >.\Release\</AssemblerListingLocation >
66+ <PrecompiledHeaderOutputFile >.\Release\CmdEmulator.pch</PrecompiledHeaderOutputFile >
67+ <PrecompiledHeader >Use</PrecompiledHeader >
68+ <PrecompiledHeaderFile >stdafx.h</PrecompiledHeaderFile >
69+ <ObjectFileName >.\Release\</ObjectFileName >
70+ <ProgramDataBaseFileName >.\Release\</ProgramDataBaseFileName >
71+ </ClCompile >
72+ <Midl >
73+ <TypeLibraryName >.\Release\CmdEmulator.tlb</TypeLibraryName >
74+ </Midl >
75+ <ResourceCompile >
76+ <Culture >0x0804</Culture >
77+ <PreprocessorDefinitions >NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
78+ </ResourceCompile >
79+ <Bscmake >
80+ <SuppressStartupBanner >true</SuppressStartupBanner >
81+ <OutputFile >.\Release\CmdEmulator.bsc</OutputFile >
82+ </Bscmake >
83+ <Link >
84+ <SuppressStartupBanner >true</SuppressStartupBanner >
85+ <SubSystem >Console</SubSystem >
86+ <OutputFile >.\Release\CmdEmulator.exe</OutputFile >
87+ <AdditionalDependencies >odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies >
88+ <ManifestFile />
89+ <GenerateDebugInformation >false</GenerateDebugInformation >
90+ <ProgramDatabaseFile />
91+ <FullProgramDatabaseFile >false</FullProgramDatabaseFile >
92+ </Link >
93+ </ItemDefinitionGroup >
94+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
95+ <ClCompile >
96+ <RuntimeLibrary >MultiThreadedDebug</RuntimeLibrary >
97+ <InlineFunctionExpansion >Default</InlineFunctionExpansion >
98+ <FunctionLevelLinking >
99+ </FunctionLevelLinking >
100+ <Optimization >Disabled</Optimization >
101+ <SuppressStartupBanner >true</SuppressStartupBanner >
102+ <WarningLevel >Level3</WarningLevel >
103+ <MinimalRebuild >false</MinimalRebuild >
104+ <DebugInformationFormat >ProgramDatabase</DebugInformationFormat >
105+ <PreprocessorDefinitions >WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
106+ <AssemblerListingLocation >.\Debug\</AssemblerListingLocation >
107+ <PrecompiledHeaderOutputFile >.\Debug\CmdEmulator.pch</PrecompiledHeaderOutputFile >
108+ <PrecompiledHeader >Use</PrecompiledHeader >
109+ <PrecompiledHeaderFile >stdafx.h</PrecompiledHeaderFile >
110+ <ObjectFileName >.\Debug\</ObjectFileName >
111+ <ProgramDataBaseFileName >.\Debug\</ProgramDataBaseFileName >
112+ <BasicRuntimeChecks >EnableFastChecks</BasicRuntimeChecks >
113+ </ClCompile >
114+ <Midl >
115+ <TypeLibraryName >.\Debug\CmdEmulator.tlb</TypeLibraryName >
116+ </Midl >
117+ <ResourceCompile >
118+ <Culture >0x0804</Culture >
119+ <PreprocessorDefinitions >_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
120+ </ResourceCompile >
121+ <Bscmake >
122+ <SuppressStartupBanner >true</SuppressStartupBanner >
123+ <OutputFile >.\Debug\CmdEmulator.bsc</OutputFile >
124+ </Bscmake >
125+ <Link >
126+ <SuppressStartupBanner >true</SuppressStartupBanner >
127+ <GenerateDebugInformation >true</GenerateDebugInformation >
128+ <SubSystem >Console</SubSystem >
129+ <OutputFile >.\Debug\CmdEmulator.exe</OutputFile >
130+ <AdditionalDependencies >odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies >
131+ </Link >
132+ </ItemDefinitionGroup >
133+ <ItemGroup >
134+ <ClCompile Include =" CmdEmulator.cpp" >
135+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
136+ </PrecompiledHeader >
137+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
138+ </PrecompiledHeader >
139+ </ClCompile >
140+ </ItemGroup >
141+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
142+ <ImportGroup Label =" ExtensionTargets" >
143+ </ImportGroup >
144+ </Project >
0 commit comments