diff options
author | Seungha Yang <seungha@centricular.com> | 2022-07-06 02:12:20 +0900 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2022-07-13 22:53:10 +0200 |
commit | f13d1ddc2ade09ea05da005b0416bfc1ebb4b102 (patch) | |
tree | 4322d114cc91b1e533bbb7b36169fba3958c71a2 | |
parent | 7998e2da996e35ae98749f6ff46b14fa12cd0a06 (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/896>
-rw-r--r-- | data/vs-1.0/msvc/release.props | 21 |
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> |