summaryrefslogtreecommitdiff
path: root/data/vs-1.0/msvc/release.props
diff options
context:
space:
mode:
Diffstat (limited to 'data/vs-1.0/msvc/release.props')
-rw-r--r--data/vs-1.0/msvc/release.props21
1 files changed, 0 insertions, 21 deletions
diff --git a/data/vs-1.0/msvc/release.props b/data/vs-1.0/msvc/release.props
deleted file mode 100644
index 92118c85..00000000
--- a/data/vs-1.0/msvc/release.props
+++ /dev/null
@@ -1,21 +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>
- <LinkIncremental>true</LinkIncremental>
- </PropertyGroup>
- <ItemDefinitionGroup>
- <ClCompile>
- <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <Optimization>MinSpace</Optimization>
- <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
- <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
- <WholeProgramOptimization>true</WholeProgramOptimization>
- </ClCompile>
- <Link>
- <EnableCOMDATFolding>true</EnableCOMDATFolding>
- </Link>
- </ItemDefinitionGroup>
- <ItemGroup />
-</Project>