aboutsummaryrefslogtreecommitdiff
path: root/windows/msvc/release.props
diff options
context:
space:
mode:
Diffstat (limited to 'windows/msvc/release.props')
-rw-r--r--windows/msvc/release.props16
1 files changed, 0 insertions, 16 deletions
diff --git a/windows/msvc/release.props b/windows/msvc/release.props
deleted file mode 100644
index ea0bf433d..000000000
--- a/windows/msvc/release.props
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ImportGroup Label="PropertySheets" />
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup />
- <ItemDefinitionGroup>
- <Link>
- <OptimizeReferences>true</OptimizeReferences>
- <EnableCOMDATFolding>true</EnableCOMDATFolding>
- </Link>
- <ClCompile>
- <IntrinsicFunctions>true</IntrinsicFunctions>
- </ClCompile>
- </ItemDefinitionGroup>
- <ItemGroup />
-</Project>