Commit 85d3a486e408963ca3bbfcc2559c4f4d8bec1f98

Authored by xiemeng
1 parent 84e9841b

工程参数以及输出参数

Showing 1 changed file with 3 additions and 2 deletions
... ... @@ -4,6 +4,7 @@
4 4 Version="9.00"
5 5 Name="MTTTY"
6 6 ProjectGUID="{3ACAB324-DC55-40DE-B49A-EEBB712A0590}"
  7 + RootNamespace="MTTTY"
7 8 TargetFrameworkVersion="0"
8 9 >
9 10 <Platforms>
... ... @@ -73,7 +74,7 @@
73 74 <Tool
74 75 Name="VCLinkerTool"
75 76 AdditionalDependencies="winmm.lib comctl32.lib odbc32.lib odbccp32.lib"
76   - OutputFile=".\WinRel/MTTTY.exe"
  77 + OutputFile=".\WinRel/BlueFlashTool.exe"
77 78 LinkIncremental="1"
78 79 SuppressStartupBanner="true"
79 80 ProgramDatabaseFile=".\WinRel/MTTTY.pdb"
... ... @@ -164,7 +165,7 @@
164 165 <Tool
165 166 Name="VCLinkerTool"
166 167 AdditionalDependencies="winmm.lib comctl32.lib odbc32.lib odbccp32.lib"
167   - OutputFile=".\WinDebug/MTTTY.exe"
  168 + OutputFile=".\WinDebug/BlueFlashTool.exe"
168 169 LinkIncremental="2"
169 170 SuppressStartupBanner="true"
170 171 GenerateDebugInformation="true"
... ...
Please register or login to post a comment