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