summaryrefslogtreecommitdiff
path: root/vsprops/code_generation_release.props
diff options
context:
space:
mode:
Diffstat (limited to 'vsprops/code_generation_release.props')
-rw-r--r--vsprops/code_generation_release.props22
1 files changed, 0 insertions, 22 deletions
diff --git a/vsprops/code_generation_release.props b/vsprops/code_generation_release.props
deleted file mode 100644
index 732092ad6..000000000
--- a/vsprops/code_generation_release.props
+++ /dev/null
@@ -1,22 +0,0 @@
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ImportGroup Label="PropertySheets" />
4 <PropertyGroup Label="UserMacros" />
5 <PropertyGroup>
6 <_PropertySheetDisplayName>code_generation_release</_PropertySheetDisplayName>
7 </PropertyGroup>
8 <ItemDefinitionGroup>
9 <ClCompile>
10 <MinimalRebuild>false</MinimalRebuild>
11 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
12 <PreprocessorDefinitions>_SECURE_SCL=0;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;_UNICODE;UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
13 <StringPooling>true</StringPooling>
14 <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
15 </ClCompile>
16 <Link>
17 <OptimizeReferences>true</OptimizeReferences>
18 <EnableCOMDATFolding>true</EnableCOMDATFolding>
19 </Link>
20 </ItemDefinitionGroup>
21 <ItemGroup />
22</Project> \ No newline at end of file