[tasque/transition: 43/213] Don't generate pc files for RtmNet and libtasque libs
- From: Antonius Riha <antoniusri src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tasque/transition: 43/213] Don't generate pc files for RtmNet and libtasque libs
- Date: Wed, 29 Aug 2012 18:37:39 +0000 (UTC)
commit 9e15d9584351cfcb3d16b6d463358a558e5a7d77
Author: Antonius Riha <antoniusriha gmail com>
Date: Tue May 29 11:44:42 2012 +0200
Don't generate pc files for RtmNet and libtasque libs
no need for them, since they are only used by Tasque
* By setting the generatePcFile Flag to false in the MSBuild file MD doesn't generate pc file
(removal of Policies section in libtasque.csproj and VisualStudio section in RtmNet.csproj are collateral)
src/RtmNet/RtmNet.csproj | 12 ++++++++----
src/libtasque/libtasque.csproj | 6 +-----
2 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/src/RtmNet/RtmNet.csproj b/src/RtmNet/RtmNet.csproj
index cc59265..9c91251 100644
--- a/src/RtmNet/RtmNet.csproj
+++ b/src/RtmNet/RtmNet.csproj
@@ -96,11 +96,15 @@
<ItemGroup>
<Content Include="License.txt" />
</ItemGroup>
- <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
- <ProjectExtensions>
- <VisualStudio AllowExistingFolder="true" />
- </ProjectExtensions>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
+ <ProjectExtensions>
+ <MonoDevelop>
+ <Properties>
+ <Deployment.LinuxDeployData generatePcFile="false" />
+ </Properties>
+ </MonoDevelop>
+ </ProjectExtensions>
+ <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project>
diff --git a/src/libtasque/libtasque.csproj b/src/libtasque/libtasque.csproj
index 0d14a3f..7fe6a64 100644
--- a/src/libtasque/libtasque.csproj
+++ b/src/libtasque/libtasque.csproj
@@ -113,11 +113,7 @@
<ProjectExtensions>
<MonoDevelop>
<Properties>
- <Policies>
- <DotNetNamingPolicy DirectoryNamespaceAssociation="PrefixedHierarchical" ResourceNamePolicy="MSBuild" />
- <StandardHeader Text="Author:
 ${AuthorName} <${AuthorEmail}>

Copyright (c) ${Year} ${CopyrightHolder}

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE." IncludeInNewFiles="True" />
- </Policies>
- </Properties>
+ <Deployment.LinuxDeployData generatePcFile="false" />
</MonoDevelop>
</ProjectExtensions>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]