summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorSeungha Yang <seungha@centricular.com>2022-07-06 02:12:20 +0900
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2022-07-07 19:59:34 +0000
commitd6a55824c3d78e370a4dfa3fe5258a30d1cc90a3 (patch)
treeb1429a2888be12dc3d48f688b29f80bed12d2c38 /data
parentd91cebbb06cc5b5fe8f18117041e690dbdbaab5d (diff)
msvc: Remove release.props
It's not referenced at all and unnecessary. Application can configure its own properties for release build. Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/888>
Diffstat (limited to 'data')
-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>