summaryrefslogtreecommitdiff
path: root/builds/msvc/properties/Release.props
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2014-08-11 14:04:41 -0400
committerMicah Anderson <micah@riseup.net>2014-08-11 14:04:41 -0400
commit94cc35faeb6248d75841a5f47a41a266086b4d16 (patch)
treeadef88a73becc807b0485ddf1b7670865b8e680f /builds/msvc/properties/Release.props
parent2e59f9740a29439df7c7a56cf0ae83dec3081d31 (diff)
initial import of upstream sourcesupstream/latestupstream/0.6.1
Diffstat (limited to 'builds/msvc/properties/Release.props')
-rw-r--r--builds/msvc/properties/Release.props41
1 files changed, 0 insertions, 41 deletions
diff --git a/builds/msvc/properties/Release.props b/builds/msvc/properties/Release.props
deleted file mode 100644
index 1c5415b..0000000
--- a/builds/msvc/properties/Release.props
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-
- <ImportGroup Label="PropertySheets">
- <Import Project="Common.props" />
- </ImportGroup>
-
- <PropertyGroup>
- <_PropertySheetDisplayName>Release Settings</_PropertySheetDisplayName>
- <DebugOrRelease>Release</DebugOrRelease>
- <LinkIncremental>false</LinkIncremental>
- </PropertyGroup>
-
- <ItemDefinitionGroup>
- <ClCompile>
- <AdditionalOptions>/Oy- %(AdditionalOptions)</AdditionalOptions>
- <!--<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>-->
- <FunctionLevelLinking>true</FunctionLevelLinking>
- <IntrinsicFunctions>true</IntrinsicFunctions>
- <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
- <MinimalRebuild>false</MinimalRebuild>
- <Optimization>MaxSpeed</Optimization>
- <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- </ClCompile>
- <ResourceCompile>
- <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- </ResourceCompile>
- <Link>
- <EnableCOMDATFolding>true</EnableCOMDATFolding>
- <!--<GenerateDebugInformation>true</GenerateDebugInformation>-->
- <OptimizeReferences>true</OptimizeReferences>
- </Link>
- </ItemDefinitionGroup>
-
- <ItemDefinitionGroup Condition="'$(Processor)' == 'x86'">
- <ClCompile>
- <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
- </ClCompile>
- </ItemDefinitionGroup>
-
-</Project> \ No newline at end of file