Disable MSVC2003 assembly output
I can't remember the last time I even used it.
This commit is contained in:
parent
27bc6d1abe
commit
e3eb16af0a
1 changed files with 34 additions and 34 deletions
68
CSE2.vcproj
68
CSE2.vcproj
|
@ -26,7 +26,7 @@
|
|||
MinimalRebuild="TRUE"
|
||||
BasicRuntimeChecks="0"
|
||||
RuntimeLibrary="1"
|
||||
AssemblerOutput="4"
|
||||
AssemblerOutput="0"
|
||||
WarningLevel="3"
|
||||
Detect64BitPortabilityProblems="TRUE"
|
||||
DebugInformationFormat="3"/>
|
||||
|
@ -77,7 +77,7 @@
|
|||
PreprocessorDefinitions="WIN32;NDEBUG"
|
||||
MinimalRebuild="TRUE"
|
||||
RuntimeLibrary="0"
|
||||
AssemblerOutput="4"
|
||||
AssemblerOutput="0"
|
||||
WarningLevel="3"
|
||||
Detect64BitPortabilityProblems="TRUE"
|
||||
DebugInformationFormat="3"/>
|
||||
|
@ -127,7 +127,7 @@
|
|||
PreprocessorDefinitions="WIN32;NDEBUG;JAPANESE"
|
||||
MinimalRebuild="TRUE"
|
||||
RuntimeLibrary="0"
|
||||
AssemblerOutput="4"
|
||||
AssemblerOutput="0"
|
||||
WarningLevel="3"
|
||||
Detect64BitPortabilityProblems="TRUE"
|
||||
DebugInformationFormat="3"/>
|
||||
|
@ -178,7 +178,7 @@
|
|||
MinimalRebuild="TRUE"
|
||||
BasicRuntimeChecks="0"
|
||||
RuntimeLibrary="1"
|
||||
AssemblerOutput="4"
|
||||
AssemblerOutput="0"
|
||||
WarningLevel="3"
|
||||
Detect64BitPortabilityProblems="TRUE"
|
||||
DebugInformationFormat="3"/>
|
||||
|
@ -608,6 +608,36 @@
|
|||
Name="Resource Files"
|
||||
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
|
||||
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
|
||||
<File
|
||||
RelativePath="assets\resources\CSE2.rc">
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32">
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
Culture="1041"/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32">
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
Culture="1041"/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release (Japanese)|Win32">
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
Culture="1041"/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug (Japanese)|Win32">
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
Culture="1041"/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="assets\resources\resource1.h">
|
||||
</File>
|
||||
<Filter
|
||||
Name="Bitmap"
|
||||
Filter="">
|
||||
|
@ -799,36 +829,6 @@
|
|||
RelativePath="assets\resources\Org\Zonbie.org">
|
||||
</File>
|
||||
</Filter>
|
||||
<File
|
||||
RelativePath="assets\resources\CSE2.rc">
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32">
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
Culture="1041"/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32">
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
Culture="1041"/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release (Japanese)|Win32">
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
Culture="1041"/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug (Japanese)|Win32">
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
Culture="1041"/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="assets\resources\resource1.h">
|
||||
</File>
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
|
|
Loading…
Add table
Reference in a new issue