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 <ProjectConfiguration Include="Template|Win32">
13 <Configuration>Template</Configuration>
14 <Platform>Win32</Platform>
15 </ProjectConfiguration>
16 </ItemGroup>
17 <PropertyGroup Label="Globals">
18 <SccProjectName>
19 </SccProjectName>
20 <SccLocalPath>
21 </SccLocalPath>
22 <Keyword>MFCProj</Keyword>
23 </PropertyGroup>
24 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
25 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Template|Win32'" Label="Configuration">
26 <ConfigurationType>Application</ConfigurationType>
27 </PropertyGroup>
28 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
29 <ConfigurationType>Application</ConfigurationType>
30 <UseOfMfc>Dynamic</UseOfMfc>
31 <CharacterSet>MultiByte</CharacterSet>
32 </PropertyGroup>
33 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
34 <ConfigurationType>Application</ConfigurationType>
35 <UseOfMfc>Static</UseOfMfc>
36 <CharacterSet>MultiByte</CharacterSet>
37 </PropertyGroup>
38 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
39 <ImportGroup Label="ExtensionSettings">
40 </ImportGroup>
41 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Template|Win32'">
42 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
43 </ImportGroup>
44 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
45 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
46 <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
47 </ImportGroup>
48 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
49 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
50 <Import Project="$(VCTargetsPath)Microsoft.Cpp.UpgradeFromVC60.props" />
51 </ImportGroup>
52 <PropertyGroup Label="UserMacros" />
53 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
54 <OutDir>.\Debug\</OutDir>
55 <IntDir>.\Debug\</IntDir>
56 <LinkIncremental>true</LinkIncremental>
57 </PropertyGroup>
58 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
59 <OutDir>.\Release\</OutDir>
60 <IntDir>.\Release\</IntDir>
61 <LinkIncremental>false</LinkIncremental>
62 </PropertyGroup>
63 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
64 <ClCompile>
65 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
66 <InlineFunctionExpansion>Default</InlineFunctionExpansion>
67 <FunctionLevelLinking>false</FunctionLevelLinking>
68 <Optimization>Disabled</Optimization>
69 <SuppressStartupBanner>true</SuppressStartupBanner>
70 <WarningLevel>Level3</WarningLevel>
71 <MinimalRebuild>true</MinimalRebuild>
72 <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
73 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
74 <AssemblerListingLocation>.\Debug\</AssemblerListingLocation>
75 <BrowseInformation>true</BrowseInformation>
76 <PrecompiledHeaderOutputFile>.\Debug\STMFlashLoader.pch</PrecompiledHeaderOutputFile>
77 <PrecompiledHeader>
78 </PrecompiledHeader>
79 <ObjectFileName>.\Debug\</ObjectFileName>
80 <ProgramDataBaseFileName>.\Debug\</ProgramDataBaseFileName>
81 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
82 </ClCompile>
83 <Midl>
84 <TypeLibraryName>.\Debug\STMFlashLoader.tlb</TypeLibraryName>
85 </Midl>
86 <ResourceCompile>
87 <Culture>0x0409</Culture>
88 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
89 </ResourceCompile>
90 <Bscmake>
91 <SuppressStartupBanner>true</SuppressStartupBanner>
92 <OutputFile>.\Debug\STMFlashLoader.bsc</OutputFile>
93 </Bscmake>
94 <Link>
95 <SuppressStartupBanner>true</SuppressStartupBanner>
96 <GenerateDebugInformation>true</GenerateDebugInformation>
97 <SubSystem>Console</SubSystem>
98 <OutputFile>..\BIN\Debug\STMFlashLoader.exe</OutputFile>
99 <AdditionalDependencies>..\STBLLIB\Debug\STBLLIB.lib;..\Files\Debug\Files.lib;%(AdditionalDependencies)</AdditionalDependencies>
100 </Link>
101 </ItemDefinitionGroup>
102 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
103 <ClCompile>
104 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
105 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
106 <StringPooling>true</StringPooling>
107 <FunctionLevelLinking>true</FunctionLevelLinking>
108 <Optimization>MaxSpeed</Optimization>
109 <SuppressStartupBanner>true</SuppressStartupBanner>
110 <WarningLevel>Level3</WarningLevel>
111 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
112 <AssemblerListingLocation>.\Release\</AssemblerListingLocation>
113 <BrowseInformation>true</BrowseInformation>
114 <PrecompiledHeaderOutputFile>.\Release\STMFlashLoader.pch</PrecompiledHeaderOutputFile>
115 <PrecompiledHeader>Use</PrecompiledHeader>
116 <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
117 <ObjectFileName>.\Release\</ObjectFileName>
118 <ProgramDataBaseFileName>.\Release\</ProgramDataBaseFileName>
119 </ClCompile>
120 <Midl>
121 <TypeLibraryName>.\Release\STMFlashLoader.tlb</TypeLibraryName>
122 </Midl>
123 <ResourceCompile>
124 <Culture>0x0409</Culture>
125 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
126 </ResourceCompile>
127 <Bscmake>
128 <SuppressStartupBanner>true</SuppressStartupBanner>
129 <OutputFile>.\Release\STMFlashLoader.bsc</OutputFile>
130 </Bscmake>
131 <Link>
132 <SuppressStartupBanner>true</SuppressStartupBanner>
133 <SubSystem>Console</SubSystem>
134 <OutputFile>..\BIN\Release\STMFlashLoader.exe</OutputFile>
135 <AdditionalDependencies>..\STBLLIB\Release\STBLLIB.lib;..\Files\Release\Files.lib;%(AdditionalDependencies)</AdditionalDependencies>
136 </Link>
137 </ItemDefinitionGroup>
138 <ItemGroup>
139 <ClCompile Include="Ini.cpp" />
140 <ClCompile Include="StdAfx.cpp">
141 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
142 <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">stdafx.h</PrecompiledHeaderFile>
143 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
144 <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">stdafx.h</PrecompiledHeaderFile>
145 </ClCompile>
146 <ClCompile Include="STMFlashLoader.cpp" />
147 </ItemGroup>
148 <ItemGroup>
149 <ClInclude Include="StdAfx.h" />
150 </ItemGroup>
151 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
152 <ImportGroup Label="ExtensionTargets">
153 </ImportGroup>
154 </Project>