Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/sanear.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Marsev <alex.marsev@gmail.com>2015-07-21 01:36:07 +0300
committerAlex Marsev <alex.marsev@gmail.com>2015-07-21 01:36:07 +0300
commit744bac8985fb14a113fd69a5c0c37e9b08c4dc57 (patch)
tree732e9c3150cae36a67dc8e2bf95ccf502586063a /sanear.vcxproj
parent3e25a2aa80e2a172307e4017df033638450c04fd (diff)
Move asm listing option to sanear.props
Diffstat (limited to 'sanear.vcxproj')
-rw-r--r--sanear.vcxproj5
1 files changed, 2 insertions, 3 deletions
diff --git a/sanear.vcxproj b/sanear.vcxproj
index 0b687f3..b629a68 100644
--- a/sanear.vcxproj
+++ b/sanear.vcxproj
@@ -26,12 +26,12 @@
<When Condition="'$(SanearPropsPath)' != ''" />
<When Condition="'$(SolutionDir)' != '' And Exists('$(SolutionDir)sanear.props')">
<PropertyGroup>
- <SanearPropsPath>$(SolutionDir)sanear.props</SanearPropsPath>
+ <SanearPropsPath>$(SolutionDir)sanear.props</SanearPropsPath>
</PropertyGroup>
</When>
<Otherwise>
<PropertyGroup>
- <SanearPropsPath>..\sanear.props</SanearPropsPath>
+ <SanearPropsPath>..\sanear.props</SanearPropsPath>
</PropertyGroup>
</Otherwise>
</Choose>
@@ -76,7 +76,6 @@
<Optimization>MaxSpeed</Optimization>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
- <AssemblerOutput>AssemblyAndSourceCode</AssemblerOutput>
</ClCompile>
<Link>
<EnableCOMDATFolding>true</EnableCOMDATFolding>