Commit 85d3a486e408963ca3bbfcc2559c4f4d8bec1f98

Authored by xiemeng
1 parent 84e9841b

工程参数以及输出参数

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